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!

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...

[Live Demo] Watch SOC transformation in action with the reimagined Splunk Enterprise ...

Overwhelmed SOC? Splunk ES Has Your Back Tool sprawl, alert fatigue, and endless context switching are making ...

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...