- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We have a Splunk application with two indexers and we have summary indexing running on both of them. I would like to know how exactly Splunk does the summarization.
- Will the data from both indexers be combined and then aggregated?
- Or, will the data be computed individually in each of the indexes?
- If the second case is true, how accurate will the data be, considering that metrics like average will vary based on the sum and count of data present in each of the individual indexer?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

If both indexers are executing summarizing searches on their own data only then the two summaries are independent of each other. Simple counts and sums will remain accurate, averages, dc, etc. should remain accurate when either done properly manually or using sistats.
It'd be easier to maintain and keep accurate if you run the summary search from a search head / job server distributing its search to both indexers and then forwarding its results back to the indexers.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

If both indexers are executing summarizing searches on their own data only then the two summaries are independent of each other. Simple counts and sums will remain accurate, averages, dc, etc. should remain accurate when either done properly manually or using sistats.
It'd be easier to maintain and keep accurate if you run the summary search from a search head / job server distributing its search to both indexers and then forwarding its results back to the indexers.
