Hi there
I am using Splunk Enterprise for security purposes...
But ther is a lot of extraneous data in my Splunk at the moment. Looking through the dashboards I am finding a lot of performance and operational status data which I don't need. The problem is that my splunk license allows me to analyze 2gb of data in a 24 hour period. I would say that at the moment 70% of the data that goes through the system is not security related and the system was procured as a security monitoring system.
I would like to find a way to reduce the mount of the data that the "forwarders" send back to the Splunk back end for processing. i.e. exclude all of the performance and operational data from the analysis.
My intention is to use that freed up bandwidth to push some Anti Virus and Firewall logs to splunk instead of server performance data.
I would really really appreciate some help with this. I have searched previous questions, but can't seem to find the answer. However, if there is a page you know of where I can find my answer please send me the link 🙂
Kind Regards
Vera
Hello
You just need to disable the inputs that you dont need, and you will stop receiving that data.
If in the same source, there is performance and security data mixed, then you can use the null queue to avoid indexing the events that matches the patterns you define.
Regards
Hello, look at http://docs.splunk.com/Documentation/Splunk/6.0.1/Forwarding/Routeandfilterdatad : "Filter event data and send to queues"
Thank you realsplunk, that document will be useful! 🙂
Hello
You just need to disable the inputs that you dont need, and you will stop receiving that data.
If in the same source, there is performance and security data mixed, then you can use the null queue to avoid indexing the events that matches the patterns you define.
Regards
Thank you so much, appreciate your help! 🙂