Getting Data In

filter event app not taking effect

tven
Explorer

my goal is to eliminate the following event from being indexed as it is killing our license.

Could not ungzip\. Heartbeat will not be working\. Unexpected end of ZLIB input stream

So i created filterEventApp/local under /opt/splunk/etc/apps on all our indexers and created a props.conf and transforms.conf files under them

props.conf

 [source::/opt/liferay/.../apache-tomcat-7.0.21/logs/http.log*]
TRANSFORMS-set=setnull

transforms.conf

[setnull]
REGEX = Could not ungzip\. Heartbeat will not be working\. Unexpected end of ZLIB input stream
DEST_KEY = queue
FORMAT = nullQueue

But after restarting indexers, i still see these events being indexed. Wondering if there is anything wrong with my approach.

2nd qq, will the filtering be triggered for only the specified source?

1 Solution

tven
Explorer

i entered the wrong source name. 🙂

View solution in original post

tven
Explorer

i entered the wrong source name. 🙂

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 ...