Security

Splunkweb running or not on the forwarder

Cris
Explorer

How can I check if the splunkweb service is started or not on the heavy forwarders?

Have I to index the web_service.log files for every forwarder and check it or is there a better way?

Tags (1)
0 Karma

npandith
Explorer

By default splunk forwarder will forward all the splunk logs to the indexer. If you have a look at inputs.conf under /opt/splunkforwarder/etc/system/local you can see that all the logs are being monitored.

[monitor://$SPLUNK_HOME/var/log/splunk]
index = _internal

You can also run "$SPLUNK_HOME/bin/splunk list monitor" to find what logs are being monitored.

0 Karma

Cris
Explorer

Thank you for your answer.
I apologize but maybe my question was not very clear.
I meant to check the splunkweb service of the forwarders from the main indexer-searcher using a search command or an app without going on every server an launch the the status command.

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

forwarders can send their internal logs to the indexers. whether they do this by default depends on the exact forwarder configuration as well as the specific version of the forwarder.

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

You can just run:

$SPLUNK_HOME/bin/splunk status splunkweb
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...