Splunk Search

How to extract a content or string between 2 strings

sekhar463
Path Finder

 AL9851 | Z1 | [https://example1.com/] recording played asia location is Down

AL9851 | Z1 | [http://alphabeta/] recording played from asia location is Down

AL9851 | Z1 | [http://alphabeta/] recording played from US location is Down

 

i have above log from that need to extract URL .as URL varies but content is same before and after URL .

 

Labels (3)
0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi @sekhar463

the phrase from @bowesmana means that using the rex command you can extract a field from the entire raw log (without specifying any field) as in your case, or specifying a field.

Ciao.

Giuseppe

View solution in original post

0 Karma

sekhar463
Path Finder

thanks it works

but is both rex works as same 

| rex "^([^\|]+\|\s+){2}\[(?<URL>[^\]]+)\]"
| rex "\[(?<url>http[^\]]*)\]"

 

0 Karma

sekhar463
Path Finder

Thanks it works 

but what is it means parsing _raw field

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @sekhar463

the phrase from @bowesmana means that using the rex command you can extract a field from the entire raw log (without specifying any field) as in your case, or specifying a field.

Ciao.

Giuseppe

0 Karma

sekhar463
Path Finder

Thank you

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @sekhar463,

good for you, see next time!

Ciao and happy splunking

Giuseppe

P.S.: Karma Points are appreciated by all the contributors 😉

Tags (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

@sekhar463,

you could try this:

| rex "^([^\|]+\|\s+){2}\[(?<URL>[^\]]+)\]"

that you can test at https://regex101.com/r/2HDtmM/1

Ciao.

Giuseppe

sekhar463
Path Finder

thanks 

that works

0 Karma

bowesmana
SplunkTrust
SplunkTrust

Use 

| rex "\[(?<url>http[^\]]*)\]"

assuming you are parsing _raw field

I am assuming your example has 3 rows with 3 urls. The field name extracted above will be url

 

Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...