Splunk Search

Regex for filed extraction

darshan_singh01
Path Finder

Feb 13 22:01:25 XXXINFQST03 sshd[9161]: Accepted password for admin from

Above is the message I am getting from Linux logs from which I want to create fileds like

Time:Feb 13 22:01:25 & User=admin

Can anyone provide me the regex for this or any other way ??

Help apprecieted ..

Tags (3)
0 Karma

dshpritz
SplunkTrust
SplunkTrust

If your sourcetype is syslog, and you have Splunk_TA_nix installed, you should get the user information that you want. If you really want it all in one field, you could try this in your props.conf:

[mysourcetype]
REPORT-myfield = myfield

Then in your transforms.conf

[myfield]
REGEX = (\w{3}\s+\d+\s+\d{2}:\d{2}:\d{2}).*Accepted\spassword\sfor\s(\S+)
FORMAT = myfield::Time:$1 & User=$2

Not positive about the spaces in the FORMAT section, but it's a start.

HTH

Dave

Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...