All Apps and Add-ons

Summary indexing using spath limited to 50,000, but verbose search works with 78,000 rows. How do I populate the summary index with the entire data set?

DanielFordWA
Contributor

Hi,

I pull data into Splunk using the REST API Modular Input. The data is returned in json format.

I store the data in one index and run a scheduled search against this index once a day to populate a summary index to use with dashboards and analysis.

The following in verbose mode returns 78k+, but when using to populate the summary index, it only returns 50,000 results into the summary index.

index=rest_ent_prod | spath output=GUID path=users{} | bucket span=1d _time | stats count by _time GUID groupName groupId

Can anyone help me populate the entire data set into the summary index?

Thanks,

Dan

0 Karma
1 Solution

DanielFordWA
Contributor

Fixed it with the below.

index=rest_ent_prod | spath output=GUID path=users{} | bucket span=1d _time | table _time GUID groupName groupId | mvexpand GUID | dedup _time, GUID, groupName, groupId | table _time GUID groupName groupId

View solution in original post

0 Karma

DanielFordWA
Contributor

Fixed it with the below.

index=rest_ent_prod | spath output=GUID path=users{} | bucket span=1d _time | table _time GUID groupName groupId | mvexpand GUID | dedup _time, GUID, groupName, groupId | table _time GUID groupName groupId

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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