Getting Data In

What are Wineventlog overload/limiting best practices?

paulgo
Explorer

We've got Splunk_TA_Windows installed on a number of our servers sending data to our Splunk Cloud instance. However, there is far too much WinEventLog data being sent, pushing us to the limits of our ingest volume.

What are best practices to lower this volume. I've already updated the props.conf file with the recommendations from the app installation and we've made adjustments to winnetmon to lower that volume.

Are there any other best practices out there? We don't want to just disable it entirely.

0 Karma
1 Solution

PickleRick
SplunkTrust
SplunkTrust

You can filter which events you ingest by blacklisting and whitelisting specific eventIDs and other fields. That's the only thing I can think of. You can't ingest events and not count them against the license 😉

You could try to cut some parts from the events so you only capture most significant fields but that can get messy, unreliable and unmaintainable.

View solution in original post

PickleRick
SplunkTrust
SplunkTrust

You can filter which events you ingest by blacklisting and whitelisting specific eventIDs and other fields. That's the only thing I can think of. You can't ingest events and not count them against the license 😉

You could try to cut some parts from the events so you only capture most significant fields but that can get messy, unreliable and unmaintainable.

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