Splunk Enterprise Components?

Splunk Enterprise Components?

  • Search Head
    • Basically its a graphical user interface and contains all the dashboards, charts etc.
    • Also it enables us to have a solution to query the data according to our needs.
  • Indexer
    • It is the core component which do all the heavy tasks.
    • Major task is to get the data parsed i.e. your data is broken down into events and stored in the indexer.
    • Used by search head to query the data, once the data is queried all the events based on the search are returned back to the search head.
  • Forwarders
    • Universal
      • For understanding sake you can say it as an agent.
      • Collect data from remote data sources and feed it to Splunk indexer.
        • Example: Flat files, logs (web-server, database).
      • Very small daemon (light weight).
    • Heavy
      • Its heavier than universal forwarder.
      • Additional capabilities of parsing and storing the data.
        • Logically storing on heavy forwarder is not recommended.
      • Parsing means masking of the data (removing secret information like passwords etc.), removing unnecessary data (payloads etc).
      • Greatly reduces the load on indexer level.
  • License Manager
    • Keeps tracks of license usage.
    • Alerts Splunk admins, if in case Splunk licence is violated.
  • Deployment Server
    • Helps in managing Splunk infrastructure.
    • It can communicate with every component of Splunk.
  • Cluster Master
    • Helps is managing the cluster.
    • Helps in replicating the data.
    • Monitor health of cluster.

Comments

Popular posts from this blog

#3 Splunk sub(Commands) [eval, round, trim, stats, ceil, exact, floor, tostring]

#6 Splunk sub(Commands) [fields, rename, replace, table, transaction]

#2 Splunk sub(Commands) [eval, trim, chart, showperc, stats, avg]