Components and their relationship with the network
Splunk Enterprise components require network connectivity to work properly if they have been distributed across multiple machines, and even in cases where the components are on one machine.
Splunk components communicate with each other using TCP and UDP network protocols. A firewall that has not been configured to allow these ports open can block communication between the Splunk instances.
Splunk software uses the following network ports to communicate between its components by default or by convention. You can perform a network port scan on a host to determine if it is listening on a port. Record open port numbers on your deployment diagram.
Component | Purpose | Communicates on | Listens on |
---|---|---|---|
All components* | Management / REST API | N/A | TCP/8089 |
Search head / Indexer | Splunk Web access | Any | TCP/8000 |
Search head | App Key Value Store | Any | TCP/8065, TCP/8191 |
Indexer | Receiving data from forwarders | N/A | TCP/9997 |
Search head cluster member | Cluster replication | N/A | TCP/8081, TCP/9887, TCP/8181 |
Indexer cluster peer node | Cluster replication | N/A | TCP/8080, TCP/9887 |
Heavy Forwarder or Indexer | Receiving data over HTTP Event Collector (HEC) | N/A | TCP/8088 |
Diagrams
The following diagrams show the network ports that Splunk software listens on.
Examine configuration files to determine your topology | Learn about the data in your Splunk deployment |
This documentation applies to the following versions of Splunk® Enterprise: 7.1.0, 7.1.1, 7.1.2, 7.1.3, 7.1.4, 7.1.5, 7.1.6, 7.1.7, 7.1.8, 7.1.9, 7.1.10, 7.2.0, 7.2.1, 7.2.2, 7.2.3, 7.2.4, 7.2.5, 7.2.6, 7.2.7, 7.2.8, 7.2.9, 7.2.10, 7.3.0, 7.3.1, 7.3.2, 7.3.3, 7.3.4, 7.3.5, 7.3.6, 7.3.7, 7.3.8, 7.3.9, 8.0.0, 8.0.1, 8.0.2, 8.0.3, 8.0.4, 8.0.5, 8.0.6, 8.0.7, 8.0.8, 8.0.9, 8.0.10
Feedback submitted, thanks!