Hello Splunkers,
I have a quick question, is there a Splunk command to list all receiving port enable on a specific instance ?
I know you can check that from the GUI under "Settings/Forwarding and receiving/Configure Receiving".
There is also a CLI to a add a receiving port :
splunk enable listen <port> -auth <username>:<password>
Info I got here : https://docs.splunk.com/Documentation/Forwarder/9.0.1/Forwarder/Enableareceiver
So I am wondering if there is a command to list all port enable on a machine.
Thanks a lot,
GaetanVP
splunk display listen
splunk display listen
And tcp + udp port with
splunk list tcp
splunk list udp