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
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...