Splunk ES

✔️Splunk Architecture

✔️Splunk Components

  • Useful for collecting the logs from a remote machine, which will forward the log data to a Splunk Indexer for processing and storage.

Types:

  • Universal Forwarder – You can opt for an universal forwarder if you want to forward the raw data collected at the source. It is a simple component which performs minimal processing on the incoming data streams before forwarding them to an indexer.

  • Heavyweight Forwarder (HWF)Heavy Forwarder – You can use a Heavy forwarder and eliminate half your problems, because one level of data processing happens at the source itself before forwarding data to the indexer. Heavy Forwarder typically does parsing and indexing at the source and also intelligently routes the data to the Indexer saving on bandwidth and storage space. So when a heavy forwarder parses the data, the indexer only needs to handle the indexing segment. Click Here

✔️Ports used in Splunk

  • Splunk Web Port: 8000

  • Splunk Management Port: 8089

  • Splunk Network port: 514

  • Splunk Index Replication Port: 8080

  • Splunk Indexing Port: 9997

  • KV store: 8191

Reference

Click Here

Last updated