Getting Data In

how to use source stanza in props.conf with spefic regex?

rajasekhar14
Path Finder

i'm trying yo use below source stanza in props.conf file to break the events.

my source pattern will be ""xxx/messeages or performance/345/345/xxxxx.blob"" can you guys please help with this PCRE?

after the regex i will use below settings
[source::]
sourcetype = Json
SHOULD_LINEMERGE = true
BREAK_ONLY_BEFORE = { messages

Thanks,
Raj

Tags (1)
0 Karma

jnudell_2
Builder

Hi @rajasekhar14 ,

It's not straight PCRE, it includes the path translations as specified in the props.conf documentation.
You could use something like:

[source::.../(messages|performance)/345/345/*.blob]
sourcetype = json
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+){\s*messages

I would recommend using SHOULD_LINEMERGE = false & LINE_BREAKER instead of BREAK_ONLY_BEFORE.


See if that works for you.

0 Karma

nplamondon
Communicator

What have you tried? Where are you getting stuck?

0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...