Splunk Search

How to write rex to remove?

joe06031990
Communicator

Hi,

I have the bellow event:

 

{"log":"2023-02-16t14:14:25.827471424z stderr F I0216 14:14:25.827359               1 connection.go:153]

connecting to UNIX:///csi/csi.sock"

I need to remove 2023-02-16t14:14:25.827471424z stderr F I0216 14:14:25.827359 and have tried rex but unable to do so, just wondered if someone could help me?

 

Thanks,

Joe

Labels (2)
Tags (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| replace "2023-02-16t14:14:25.827471424z stderr F I0216 14:14:25.827359" WITH "" IN _raw

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

rex works with pattern matching - is it just this exact string you want to remove or are there similar strings? If so, what pattern do the strings follow? This is key to determining what regular expression to use.

richgalloway
SplunkTrust
SplunkTrust

By "remove" do you mean you want to get rid of that text or extract it into fields?

What regular expressions (rex commands) have you tried so far?

---
If this reply helps you, Karma would be appreciated.
0 Karma

joe06031990
Communicator

Yeah I want to completely remove 2023-02-16t14:14:25.827471424z stderr F I0216 14:14:25.827359.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| replace "2023-02-16t14:14:25.827471424z stderr F I0216 14:14:25.827359" WITH "" IN _raw
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...