Getting Data In

Listing all Client

ganapathymanian
Loves-to-Learn Lots

I am getting only 100 data using this option, could someone suggest how we can get all client details.

import splunklib.client as client

import splunklib.results as results

import json

service = client.connect(host = 'SPLUNKSERVER', port=8089, username = 'admin', password = 'PASSWEORD')

kwargs_oneshot = {"earliest_time": "-2h",

                           "latest_time": "now"}

searchquery_oneshot = "| metadata type=hosts index=wineventlog, **{'exec_mode':'blocking'}"

oneshotsearch_results = service.jobs.oneshot(searchquery_oneshot, **kwargs_oneshot)

oneshotsearch_results = service.jobs.oneshot(searchquery_oneshot)

reader = results.ResultsReader(oneshotsearch_results)

for item in reader:

              print(item)

Labels (1)
0 Karma
Get Updates on the Splunk Community!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...