- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to exclude particular host for a input
moin140586
New Member
04-28-2021
10:44 PM
i have a index which has 3 inputs for security/application/system, since there is a need for application log for another app for same host , i want to exclude it from other one. how can we achieve this.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
aasabatini
Motivator
04-29-2021
12:06 AM
Hi @moin140586
try this configuration:
props.conf
[host::<hostname>]
index=<your index>
TRANSFORMS-set= setnull
Transforms.conf
[setnull]
REGEX = .
DEST_KEY = queue
FORMAT = nullQueue
please add your correct index and hostname in a props stanza
“The answer is out there, Neo, and it’s looking for you, and it will find you if you want it to.”
