Getting Data In

How to do a REST GET call output_mode=json with parameter count=0 to get a list of search peers?

benoitleroux
Explorer

I am using REST to get the list of search peers and cannot find a way to change the default of 30 results.

It should be done by setting count=0 as a parameter, but is does not work.

curl -k -u user:password https://domain:port/services/search/distributed/peers?output_mode=json&count=0

If I do:

curl -k -u user:password https://domain:port/services/search/distributed/peers?output_mode=json -d count=0

It is interpreted as a POST call which requires a name="something"

Thanks,

0 Karma

acharlieh
Influencer

Are you using bash or a shell that's interpreting the ampersand as a special character? does:

  curl -k -u user:password "https://domain:port/services/search/distributed/peers?output_mode=json&count=0"

work?

0 Karma

benoitleroux
Explorer

Yes, the "" fixed the issue. Thanks,

0 Karma
Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...