Splunk Search

Whitelist _raw with Regex string in Inputs.conf

zekiramhi
Path Finder

Hello,

I was wondering if the title is possible, injesting only specific strings or regex that match onto Splunk

Regards

Labels (3)
1 Solution

gcusello
Esteemed Legend

Hi @zekiramhi,

let me understand: you want to filter your data for specific regexes, is it correct?

If this is you need you can filter logs only on Indexers (or Heavy Forwarders when present), with the only exception of Wineventlogs that can be filtered also on Universal Forwarders.

Anyway, to filter events see https://docs.splunk.com/Documentation/Splunk/8.1.0/Forwarding/Routeandfilterdatad#Filter_event_data_...

Ciao.

Giuseppe

View solution in original post

inventsekar
Super Champion

>>> So I should proceed with "Keep specific events and discard the rest" header, and implement that to either my indexer or hf to only get fred for example. correct?

Yes, exactly.. HF is better or.. indexer also fine. 

gcusello
Esteemed Legend

Hi @zekiramhi,

let me understand: you want to filter your data for specific regexes, is it correct?

If this is you need you can filter logs only on Indexers (or Heavy Forwarders when present), with the only exception of Wineventlogs that can be filtered also on Universal Forwarders.

Anyway, to filter events see https://docs.splunk.com/Documentation/Splunk/8.1.0/Forwarding/Routeandfilterdatad#Filter_event_data_...

Ciao.

Giuseppe

zekiramhi
Path Finder

Hello Giuseppe,

Yes exactly, I have a deployment app that I want to use to log events that only include a specific string in a specific area of the log in which I can regex to it.

example:

Mar 14 20:20:53 server sshd[10091]: Accepted publickey for fred from 192.0.2.60 port 59941 ssh2: RSA SHA256:LI/TSnwoLryuYisAnNEIedVBXwl/XsrXjli9Qw9SmwI
Mar 14 20:20:53 server internal-sftp[31070]: session opened for local user fred from [192.0.2.60]

and only get logs that match "fred"

So I should proceed with "Keep specific events and discard the rest" header, and implement that to either my indexer or hf to only get fred for example. correct?

gcusello
Esteemed Legend

hi @zekiramhi,

Yes exactly: you have to implement a filter on your Indexers or (if present) on HF.

Obviously you lose the logs you discard and you cannot use them more.

Ciao and good splunking.

Giuseppe

P.S.: Karma Points are appreciated by all the contributors 😉

Get Updates on the Splunk Community!

Build Scalable Security While Moving to Cloud - Guide From Clayton Homes

 Clayton Homes faced the increased challenge of strengthening their security posture as they went through ...

Mission Control | Explore the latest release of Splunk Mission Control (2.3)

We’re happy to announce the release of Mission Control 2.3 which includes several new and exciting features ...

Cloud Platform | Migrating your Splunk Cloud deployment to Python 3.7

Python 2.7, the last release of Python 2, reached End of Life back on January 1, 2020. As part of our larger ...