Splunk Search

field extraction help

a212830
Champion

Hi,

I'm a relative newbie (power noob?) who is having issues with extracting fields from a multi-line event. A sample is below. I need to parse out each one into field. I tried grabbing the beginning of the field to the end, but I'm not getting anything. Any ideas? -- \tTCPIP\s(?.+)%
(Not looking for each one - figured if I get one correct, the others would be similiar...)

StartEvent Tue May 22 15:25:33 EDT 2012 ***
CPU 0 17%
Object Store 10%
HTTP and FTP 2%
Access Logging 2%
Miscellaneous 1%
CPU 1 41%
TCPIP 18%
HTTP and FTP 16%
Policy evaluation - HTTP 5%
DNS service 1%

Tags (2)
0 Karma
1 Solution

sdaniels
Splunk Employee
Splunk Employee

Assuming you have the line breaking right for the whole event...this works for me to extract the TCPIP %age:

Updated:

TCPIP\\s+(?<tcpip>.+)%  

Not sure what you have at the beginning of yours with '--t'

View solution in original post

sdaniels
Splunk Employee
Splunk Employee

Assuming you have the line breaking right for the whole event...this works for me to extract the TCPIP %age:

Updated:

TCPIP\\s+(?<tcpip>.+)%  

Not sure what you have at the beginning of yours with '--t'

a212830
Champion

Thanks to you both. Just started reading my "Mastering Regular Expressions" book!

0 Karma

Ayn
Legend

TCPIP\s+(?<tcpip>\S+)%

a212830
Champion

this grabs all the whitespace that is between TCPIP and the end value. Is there anyway to strip out that whitespace? I want to go from TCPIP to the %, and grab the value just before the %.

0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...