Splunk Search

Rex help

Harish2
Path Finder

From the below logs i want to capture DIM: data and CONSUMER: data using rex 
i am not sure about rex command  much, please help on this.

2023-01-22 00:12:25,234  update  [data work-0][DIM:  [123445-hfj-347384738748378] DIS:{} OIT: [done] flow: [update] {CONSUMER:  ITT |  CONSUMERID:  | STATE:  START  | REQ: GET  UPDATE} data collected for : itt
2023-01-22 00:12:25,234  update  [data work-0][DIM:  [678965-hfj-987563245678908] DIS:{} OIT: [done] flow: [update] {CONSUMER:  OIM |  CONSUMERID:  | STATE:  START  | REQ: GET  UPDATE} data collected for : OIM
2023-01-22 00:12:25,234  update  [data work-0][DIM:  [094567-hfj-986342345678769] DIS:{} OIT: [done] flow: [update] {CONSUMER:  ANBB |  CONSUMERID:  | STATE:  START  | REQ: GET  UPDATE} data collected for : anbb

 

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Without an indication of which part of the event is DIM data and which part is CONSUMER data, I have made a guess. Try this:

DIM:\s+\[(?<DIM>[^\]]+).+CONSUMER:\s+(?<CONSUMER>\S+)

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

Without an indication of which part of the event is DIM data and which part is CONSUMER data, I have made a guess. Try this:

DIM:\s+\[(?<DIM>[^\]]+).+CONSUMER:\s+(?<CONSUMER>\S+)
Get Updates on the Splunk Community!

Join Us at the Builder Bar at .conf24 – Empowering Innovation and Collaboration

What is the Builder Bar? The Builder Bar is more than just a place; it's a hub of creativity, collaboration, ...

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...

Everything Community at .conf24!

You may have seen mention of the .conf Community Zone 'round these parts and found yourself wondering what ...