Getting Data In

How to get all buckets with https://localhost:8089/services/cluster/master/buckets ?

kandersen
New Member

I only get information about the first 31 buckets with the rest api:
https://localhost:8089/services/cluster/master/buckets
But we have a lot more buckets.
It's Splunk Enterprise V6.5.2

What can I do to get the information about all buckets, or is there a bug in this rest call?

0 Karma

PowerPacked
Builder

Hi @kandersen

You can also find information regarding the Buckets in introspection index.

try this search and replace index in data.name=_internal with your index

index="_introspection" sourcetype="splunk_disk_objects" component=indexes data.name=_internal

you will find info like bucket count, event count, size, for all hot/warm, cold, thawed for the index & all the indexes.

Thanks

0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...