Getting Data In

Splunk internal network use, still need proxy setup?

xindeNokia
Path Finder

I have one Splunk deployment (search head + indexers) set up in our internal corp network. Whenever we have proxy issues preventing the reachability to external network our Splunk instance gets impacted as well - search head cannot reach indexers.

Internal network - search head can reach indexers, I am wondering if this is something I did not set up right?

Why search head needs the proxy to reach indexers since they both residents internally?

Thanks!

0 Karma

harsmarvania57
Ultra Champion

Hi,

If your Search Head or Indexer do not require internet connectivity then it should not pass traffic via proxy.

0 Karma

xindeNokia
Path Finder

Thanks for the quick reply!
Under what kind of situations we need internet connectivity for splunk? all the traffics for my instance are from internal networks I believe, is there way to disable use proxy?

0 Karma

harsmarvania57
Ultra Champion

It depends, if you are using any add-on/app which are downloading data from external API or any external URL then you require internet access via proxy otherwise Splunk does not require internet access.

You can check below configuration in server.conf

[proxyConfig]
http_proxy = <string>
* If set, splunkd sends all HTTP requests through the proxy server
  that you specify.
* No default.

https_proxy = <string>
* If set, splunkd sends all HTTPS requests through the proxy server
  that you specify.
* If not set, splunkd uses the 'http_proxy' setting instead.
* No default.
0 Karma
Get Updates on the Splunk Community!

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

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...