InterviewSolution
| 1. |
How Do I Exclude Some Events From Being Indexed By Splunk? |
|
Answer» This can be done by defining a REGEX to match the necessary EVENT(s) and send everything else to nullqueue.Here is a basic example that will drop everything except events that contain the string LOGIN In props.conf: In transforms.conf This can be done by defining a regex to match the necessary event(s) and send everything else to nullqueue.Here is a basic example that will drop everything except events that contain the string login In props.conf: In transforms.conf |
|