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!

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...