Splunk Search

Could you help me with my regex expression?

jip31
Motivator

hi

I would like to extract the field in bold with a regex:

06/09/2018 - 14:23:01 -- End of installation of ePO (5.0.5.658_64b) EN
14:23:08 ./ Check Product Endpoint Security (10.5.4_64b) EN installation Status
../ Completed
.../ Not installed

could you help me please??

Tags (2)
0 Karma
1 Solution

493669
Super Champion

Hi @jip31,
Try this:

...|rex "End of installation of (?<string>[^)]+\))"

View solution in original post

0 Karma

493669
Super Champion

Hi @jip31,
Try this:

...|rex "End of installation of (?<string>[^)]+\))"
0 Karma

jip31
Motivator

perfect
thanks

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 ...