Splunk Search

regx

Siddharthnegi
Contributor

Hi , I want to extract this line from an event.
RAISE-ALARM:acProxyConnectionLost: [KOREASBC1] Proxy Set Alarm Proxy Set 1 (PS_ITSP): Proxy lost. looking for another proxy;

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Try something like this

| rex "^(?<line>.*proxy)"

View solution in original post

gcusello
SplunkTrust
SplunkTrust

Hi @Siddharthnegi ,

could you share some sample of your full message, highlighting in bold the part to extract?

Ciao.

Giuseppe

0 Karma

Siddharthnegi
Contributor

I want to extract whole line till proxy
RAISE-ALARM:acProxyConnectionLost: [KOREASBC1] Proxy Set Alarm Proxy Set 1 (PS_ITSP): Proxy lost. looking for another proxy;

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Try something like this

| rex "^(?<line>.*proxy)"

Siddharthnegi
Contributor

what if  I want to remove RAISE-ALARM from staring

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| rex "^RAISE-ALARM(?<line>.*proxy)"
0 Karma
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In December, the Splunk Threat Research Team had 1 release of new security content via the Enterprise Security ...

Why am I not seeing the finding in Splunk Enterprise Security Analyst Queue?

(This is the first of a series of 2 blogs). Splunk Enterprise Security is a fantastic tool that offers robust ...

Index This | What are the 12 Days of Splunk-mas?

December 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...