Splunk Search

How do I edit my rex field=UEI mode=sed syntax to 'district' my sample URIs?

karthi2809
Builder

As of now I am using:

rex field=URI mode=sed "s/=[^?]+/=xxx/g"

But its not working

/v1/mb/members/15d628b4-0d113-09b8ec770efd/option

/v1/mb/members/216570ce-c199-4ab9--c0cf3ddd404e/option

/v1/mb/members/36fbe9a8-882d-4a94-882561f81074/option

/v1/mb/members/4d573446-1d4f-483a-c5d64c33/option

/v1/mb/members/5cc2fa84-4b91-45bf-9c1/option

0 Karma

DalJeanis
Legend

Your current rex is telling the system to replace an =, followed by any number of things that are not ?, with xxx.

If you explain what you want it to do, then we can help you.

0 Karma

gokadroid
Motivator

can you please post sample log entries and what do u want to extract/replace from those log entries.

0 Karma

sbbadri
Motivator

rex field=URI mode=sed "s/[^?]+/xxx/g"

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