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!

Updated Data Type Articles, Anniversary Celebrations, and More on Splunk Lantern

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

A Prelude to .conf25: Your Guide to Splunk University

Heading to Boston this September for .conf25? Get a jumpstart by arriving a few days early for Splunk ...

4 Ways the Splunk Community Helps You Prepare for .conf25

.conf25 is right around the corner, and whether you’re a first-time attendee or a seasoned Splunker, the ...