- Splunk 7.x Quick Start Guide
- James H. Baxter
- 101字
- 2021-06-10 19:05:02
Configuring a TCP input
On all of the indexers, you will need to configure a TCP input for receiving the forwarded internal logs from the other Splunk servers; this input can service forwarded data from universal forwarders as well:
- Settings | Forwarding and receiving | Configure receiving | New Receiving Port (button)
- Listen on this port: 9997
- Save
Splunk will create or append an inputs.conf file in /opt/splunk/etc/system/local/ with the following content:
[default]
host = 172.31.28.223
[splunktcp://9997]
connection_host = ip
That completes the cluster master and indexing tier—let's set up the clustered search environment next.