Splunk instance types

In a distributed deployment, different Splunk processes will serve different purposes. There are four stages of processing that are generally spread across two to four layers. The stages of processing include:

  • Input: This stage consumes raw data from log files, ports, or scripts.
  • Parsing: This stage splits the raw data into events, parses time, sets base metadata, runs transforms, and so on.
  • Indexing: This stage stores the data and optimizes the indexes.
  • Searching: This stage runs queries and presents the results to the user. All these different stages can be accomplished in one process, but splitting them across servers can improve performance as the log volumes and search load increase.

Get Implementing Splunk 7 - Third Edition 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.