Book Image

Implementing Splunk (Update)

Book Image

Implementing Splunk (Update)

Overview of this book

Table of Contents (20 chapters)
Implementing Splunk Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

How and when to backfill summary data


If you are building reports against summary data, you need enough time represented in your summary index. If your report represents only a day or two, then you can probably just wait for the summary to have enough information. If you need the report to work sooner rather than later, or the time frame is longer, then you can backfill your summary index.

Using fill_summary_index.py to backfill

The fill_summary_index.py script allows you to backfill the summary index for any time period that you like. It does this by running the saved searches which you have defined to populate your summary indexes, but only for the time periods you specify.

To use the script, follow the given procedure:

  1. Create your scheduled search, as detailed previously in the Populating summary indexes with saved searches section.

  2. Log in to the shell on your Splunk instance. If you are running a distributed environment, log in to the search head.

  3. Change directories to the Splunk bin directory...