|
Let's say I have a distributed Splunk environment, n indexers, one search head and a forwarder load balancing input data to these indexers. I like to pull out all of the internal Splunk logs from this deployment and have them forwarded to another Splunk for monitoring purposes. What's the best way of doing that? |
|
That depends on the version. If you don't have any internal events being forwarded right now, you can enable forwarding of Splunk 4.0 (and earlier):You have to find the entry in So add something like this to one of your `local/inputs.conf files:
Note: Be aware that Splunk 4.1
See the outputs.conf docs, specifically the section called Configuring which events are forwarded by index. However, if you already have your Hope this helps |
|
With 4.1.2 I was able to do this in each machine that I wanted Splunk internal logs to be forwarded:
[tcpout] [tcpout:group1]
[monitor://$SPLUNK_HOME/var/log/splunk] [monitor://$SPLUNK_HOME/etc/splunk.version] |
