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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...