Getting Data In

How to Blacklist a hostname in inputs.conf?

anandhalagarasa
Path Finder

Hi Team,

In our environment, We have all apps in our deployment server and from there we used to deploy it so that it will reach all our indexers.

Currently, we have an app in our deployment server and in that we have inputs.conf (/opt/splunk/etc/deployment-apps/appname/local/inputs.conf) and in that we want to blacklist a server in inputs.conf

This is the sample like Inputs.conf file:

[monitor:///xx/xx/Xxx/xxxx/xxxx.*]
sourcetype = xxxxxx
blacklist = (servername)
index = xxxx
disabled = 0

So in this stanza I have mentioned the servername under blacklist= (servername) but still the logs are getting ingested into Splunk for those index and sourcetype. So how to blacklist the server in inputs.conf

So kindly let me know how to fix the same.

0 Karma

ansif
Motivator

Hi @anandhalagarasan:

Create separate app for this input and dont deploy it to that server (as mentioned by @teunlaan)

0 Karma

teunlaan
Contributor

you should blacklist it in your serverclass, so you don't deploy it too the server.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...