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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...