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
... View more