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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...