Getting Data In

REST /services/data/indexes: How can I see all my indexes using this command?

SK110176
Path Finder

When I run the following command to list the indexes on my indexers, I only see the top 30 per indexer:

| rest /services/data/indexes

How can I see all my indexes using this command?

Labels (2)
Tags (2)
1 Solution

kristian_kolb
Ultra Champion

According to the docs,

| rest /services/data/indexes count=0

OR

https://indexer:8089/services/data/indexes?count=-1

The docs mention that the default for the rest search command is 0, i.e. unlimited. For the REST API, however the documented default is 30 (and -1 is what you set for 'unlimited').

As I have less than 30 indexes, I cannot verify this.

Hope this helps,

/K

View solution in original post

kristian_kolb
Ultra Champion

According to the docs,

| rest /services/data/indexes count=0

OR

https://indexer:8089/services/data/indexes?count=-1

The docs mention that the default for the rest search command is 0, i.e. unlimited. For the REST API, however the documented default is 30 (and -1 is what you set for 'unlimited').

As I have less than 30 indexes, I cannot verify this.

Hope this helps,

/K

jokertothequinn
Explorer

/services/data/indexes is not listing the metrics indexes

0 Karma

jokertothequinn
Explorer

In order to get metrics index info also:

| rest /services/data/indexes count=0 datatype=all



Tags (1)
0 Karma

efavreau
Motivator

I found this answer first, and then found it here: https://answers.splunk.com/answers/10237/getting-splunk-api-to-return-more-than-30-deployment-client...
I was not able to find documentation of the "-1". Thank you!

###

If this reply helps you, an upvote would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...