Activity Feed
- Karma Can the Collect command create duplicates in the target summary index if run multiple times over the same source data and time range? for bill_chatfield. 06-05-2020 12:47 AM
- Karma Re: Can the Collect command create duplicates in the target summary index if run multiple times over the same source data and time range? for sowings. 06-05-2020 12:47 AM
- Karma Re: Can the Collect command create duplicates in the target summary index if run multiple times over the same source data and time range? for chris. 06-05-2020 12:47 AM
- Got Karma for Why am I getting unexpected results when searching a summary index over a "large" timespan?. 06-05-2020 12:47 AM
- Karma Re: Summary Index and Field for lguinn2. 06-05-2020 12:46 AM
- Posted Re: Why am I getting unexpected results when searching a summary index over a "large" timespan? on Splunk Search. 09-29-2015 10:29 PM
- Posted Why am I getting unexpected results when searching a summary index over a "large" timespan? on Splunk Search. 09-29-2015 07:02 AM
- Tagged Why am I getting unexpected results when searching a summary index over a "large" timespan? on Splunk Search. 09-29-2015 07:02 AM
- Tagged Why am I getting unexpected results when searching a summary index over a "large" timespan? on Splunk Search. 09-29-2015 07:02 AM
- Tagged Why am I getting unexpected results when searching a summary index over a "large" timespan? on Splunk Search. 09-29-2015 07:02 AM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
1 |
09-29-2015
10:29 PM
The -5m - now to -7m@m - -2m@m change was a good suggestion!
Regarding 2), after doing the change in my dashboard, I don't get any results. Should I change the search as well?
... View more
09-29-2015
07:02 AM
1 Karma
I am new to summary indexing, but I've tried to follow the documentation and create a scheduled search that saves the result to a summary index.
The search:
index=my_index source="SomeApp" | sitimechart count by host
This is scheduled to run every 5 minutes and start time is -5m and finish time is now .
On the dashboard I do:
index=summary search_name="Summary - test search" | timechart count by host
This apparently works when searching over a few hours, but when trying to search for more than 5-10 hours, suddenly I get back weird data. Instead of values in the range of 100-1000 I get values in the range of 0-5.
When running the search, values that appear to be valid are shown for some milliseconds and then they are replaced by these 0-5-ish values that make no sense to me.
I guess I am doing something wrong, but not sure what.
Appreciate any help!
[UPDATE]
I did some more testing, and it looks like the correct values are shown when generating preview for the search, but when the final result is shown, I am getting some weird data. To me it looks like some kind of optimization algorithm or something that is applied to the result.
... View more