Splunk Search

i want split all the "modify" tags value under a column and other tags vice versa.

DataOrg
Builder

Extends Asasociaoted With Deicooration: Linseld - Acation Coade; modify:extends -act5iodn; modify:extends -date;Extends Asasociaoted With Deicooration: laine- day elase;modify:extends -cain;

0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi premranjithj,
it isn't so clear your request!
if you need a regex to extract values after "modify" and values after "Extends Asasociaoted With Deicooration", try with this two regexes:

Extends Asasociaoted With Deicooration: (?<Extends>[^;]*)

modify:\s*(?<modify>[^;]*)

so you can display values in different columns

Bye.
Giuseppe

View solution in original post

gcusello
SplunkTrust
SplunkTrust

Hi premranjithj,
it isn't so clear your request!
if you need a regex to extract values after "modify" and values after "Extends Asasociaoted With Deicooration", try with this two regexes:

Extends Asasociaoted With Deicooration: (?<Extends>[^;]*)

modify:\s*(?<modify>[^;]*)

so you can display values in different columns

Bye.
Giuseppe

adonio
Ultra Champion

please help us help you,
the question is unclear (to me) is it an event in the question? if so, are there field extracted? what is it exactly that you are trying to achieve.
please elaborate so we can better assist

0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...