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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...