Hi, before Splunk 5 we have created about 40 saved searches that are populating summary index and about 70 other saved searches plus a handful of dashboards that query against the summary index. Now that we've upgraded to version 5, should we convert some (or all) to use Report Acceleration instead? What are some things we need to take into consideration when making that decision?
Splunk covers these questions in their documentation; see this topic:
http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Aboutsummaryindexing
Here's the tl;dr version:
There are a number of reasons why report acceleration is preferable to summary indexing, such as the fact that report acceleration employs automatic backfill and does a better job handling late-arriving events, not to mention the fact that you can get automatically get acceleration benefits with searches that are similar to searches that have already been accelerated.
Ideally, you should use report acceleration for any search that qualifies for report acceleration. Read the docs for more info about that.
You'll want to stick to summary indexing when:
index=< summary_index_name >
in the
search string. Under report
acceleration, Splunk automatically
determines which data summary it will
run reports against.Of course, if your summary indexes are working fine for you after your upgrade it's really up to you.
Splunk covers these questions in their documentation; see this topic:
http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Aboutsummaryindexing
Here's the tl;dr version:
There are a number of reasons why report acceleration is preferable to summary indexing, such as the fact that report acceleration employs automatic backfill and does a better job handling late-arriving events, not to mention the fact that you can get automatically get acceleration benefits with searches that are similar to searches that have already been accelerated.
Ideally, you should use report acceleration for any search that qualifies for report acceleration. Read the docs for more info about that.
You'll want to stick to summary indexing when:
index=< summary_index_name >
in the
search string. Under report
acceleration, Splunk automatically
determines which data summary it will
run reports against.Of course, if your summary indexes are working fine for you after your upgrade it's really up to you.
Not all your searches are necessarily eligible for report acceleration. Only searches that use reporting commands can use report acceleration. Read About report acceleration and summary indexing in the Knowledge Manager Manual for an explanation of the differences--it should help you make the determination.