Splunk Search

MUST_BREAK_AFTER -How to give for multiple values

splunkatl
Path Finder

I have log where each transaction ends with either of one below lines

SignaturePolicy: BINDING_DEFAULT

SignatureStatus: BINDING_DEFAULT

EXCEPTION

can we give multiple values in MUST_BREAK_AFTER configuration.In splunk doc it didnot say it can configure with muliple values.

Tags (1)
0 Karma
1 Solution

gkanapathy
Splunk Employee
Splunk Employee

No you can not. However, the value you provide regular expression, which can express any number of terms.

View solution in original post

0 Karma

narwhal
Splunk Employee
Splunk Employee

Right, so something kind of like this I think:

MUST_BREAK_AFTER = (SignaturePolicy:\sBINDING_DEFAULT$)|(SignatureStatus:\sBINDING_DEFAULT$)|(EXCEPTION)
0 Karma

sbrant_splunk
Splunk Employee
Splunk Employee

Have you tried something like this?

MUST_BREAK_AFTER = Signature(Policy|Status):\sBINDING_DEFAULT|EXCEPTION

splunkatl
Path Finder

ok,thanks for giving answer so quickly

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

No you can not. However, the value you provide regular expression, which can express any number of terms.

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...