Getting Data In

Filter and get count of kvstore records via REST API

asnegina
New Member

I have a kvstore collection with ~50 000 records. I want to get count of records that satisfy some conditions, but I don't want to get the records itself because json response can be very huge with query like:

.../servicesNS/nobody/app/storage/collections/data/collection?query=somequery

Can I achieve this using REST?

0 Karma
1 Solution

starcher
Influencer

run an inputlookup search with a stats count. Should be fast enough to do as one shot search via api.

 | inputlookup kvstoreLookup where field=value | stats count

View solution in original post

0 Karma

starcher
Influencer

run an inputlookup search with a stats count. Should be fast enough to do as one shot search via api.

 | inputlookup kvstoreLookup where field=value | stats count
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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