Splunk Enterprise

How to transfer logs to the Splunk Server without open port?

fyd2
Engager

Dear Sir or Madam,

Could you please advise me about transferring logs to the Splunk server when there is no open port for listening?

The only open port is 80 which is reversed proxied to 8000 through Apache configurations for Splunk web UI as shown below:

<VirtualHost *:80>

ProxyPass         /  http://localhost:8000/                                                                                               

ProxyPassReverse  /  http://localhost:8000/                                                                                                               

</VirtualHost>

I Will be so grateful if you advise me about the best solution for transferring logs without opening an additional port?

I really appreciate your help and support.

Kind Regards,

Farid

Labels (2)
Tags (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

If Splunk is running on a separate server from where the data is stored then it is not possible to get the logs transferred without opening port 9997 (or whatever port you have designated for receiving data).

If the logs are on the same server then Splunk can read them directly without opening another port.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

fyd2
Engager

I really appreciate your help and support

0 Karma

richgalloway
SplunkTrust
SplunkTrust

If Splunk is running on a separate server from where the data is stored then it is not possible to get the logs transferred without opening port 9997 (or whatever port you have designated for receiving data).

If the logs are on the same server then Splunk can read them directly without opening another port.

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...