March 2018
Beginner to intermediate
576 pages
13h 29m
English
It may be the case that you need more history for some source types than others. The classic example here is security logs, as compared to web access logs. You may need to keep security logs for a year or more, but need the web access logs for only a couple of weeks.
If these two source types are left in the same index, security events will be stored in the same buckets as web access logs and will age out together. To split these events up, you need to perform the following steps:
For one year, you might make an indexes.conf setting such as this:
[security] ...
Read now
Unlock full access