Splunk Search

How to extract the 3 words after [yyy] using regex?

SS1
Path Finder

Hi,

I need help to extract the 3 words after [yyy] using regex, 

True [xxx] [yyy] Issue with ios phone 11

False [yyy] Issue with android phone

True [yyy] Issue with windows phone

 

 

Labels (4)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| rex "\[yyy]\s(?<threewords>\S+\s+\S+\s+\S+)"
0 Karma

burwell
SplunkTrust
SplunkTrust
| rex "\[yyy\] (?<three_words>\S+\s+\S+\s+\S+)"
| table three_words


This creates a new field called three_words

0 Karma
Get Updates on the Splunk Community!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...