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!

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...