Manipulating raw data (pre-indexing)

There are some advantages and disadvantages to using a Heavy Forwarder to deliver cooked data to the indexer. The primary advantage this gives us is better performance at search time. If we extract fields and break events before we write to disk, then it's less resource-intensive on the search head, and the indexer at search time.

The primary disadvantage only comes when we do these instances on the indexer itself, instead of offloading these types of operation to a Heavy Forwarder. The indexer will have to work harder to scrub the data before it writes it to disk, if a Heavy Forwarder is not the intermediary.

Routing events to separate indexes

Now that we have our Heavy Forwarder, we can start collecting data. ...

Get Splunk Best Practices now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.