Getting Data In

Can you blacklist a host?

hharvey
Explorer

Here's the situation I'm trying to muddle through:

We have a production server that inputs.conf is monitoring, all the files being monitored are in:

[monitor:///log_comp1/scribed/*/*/*.log]
index = production

Then we have a separate qa server that inputs that conf is also monitoring:

[monitor:///logs/scribed/*/*/*.log]
index = qa

The problem I am facing is that it turns out the production log server has a symlink on it for /logs/, which points to /log_comp1/

So, the qa monitoring statement is picking up logs from the production symlink and indexing it in the qa index - basically this stuff is being indexed twice, and it's causing confusion when searching in the qa index, since it throws production data back.

Is there a way to blacklist logs from the production server from being indexed by the qa monitoring statement? The directory names all all the same after /logs/scribed - so I can't use directory names in the blacklist, without accidentally blacklisting qa log data.

Any suggestions?

Tags (2)
0 Karma
1 Solution

_d_
Splunk Employee
Splunk Employee

See if this setting in inputs.conf helps:

followSymlink = [true|false]

http://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf

d.

View solution in original post

_d_
Splunk Employee
Splunk Employee

See if this setting in inputs.conf helps:

followSymlink = [true|false]

http://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf

d.

hharvey
Explorer

hey, whaddaya know, it worked! 😉 thank you for pointing out what I somehow missed while scouring that doc!

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...