Splunk Search

Multiple SEDCMDs

ephemeric
Contributor

Greetz,

Does anyone know if multiple SEDCMDs are supported at index time in props.conf?

Also, can I implement this search through a regex transform or any other way?

sourcetype="vul:foresight" | rex mode=sed "s/\\\\\\//\\//g" | rex mode=sed "s/\\\n/\n/g" | rex mode=sed "s/<13>.*\.\.\.//g" | rex mode=sed "s/\.\.\..*\n//g" | rex mode=sed "s/^<13>//g"

Thank you.

Tags (3)
1 Solution

ephemeric
Contributor

You can do multiple SEDCMDs for the same sourcetype but not in the same props.conf file I found!

View solution in original post

cpeteman
Contributor

Does anyone have the answer for the second part of his question?

0 Karma

ephemeric
Contributor

You can do multiple SEDCMDs for the same sourcetype but not in the same props.conf file I found!

ephemeric
Contributor

Thank you! Brilliant.

0 Karma

the_wolverine
Champion

Actually you can use multiple SEDCMDs in the same props.conf and for the same sourcetype:

[vul:foresight]
SEDCMD-first = s/\\\//\//g
SEDCMD-second = s/\\n/\n/g
SEDCMD-third = s/<13>.*...//g
etc.

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