Splunk Search

Could someone aid with this Regex

shreyasamin64
Explorer

Regex for 

From:  FA.south dam.australia-mb.ccjbh
need to get only: ccjbh 

Labels (1)
0 Karma
1 Solution

VatsalJagani
SplunkTrust
SplunkTrust

@shreyasamin64 - Try this, assuming your field name is my_field.

| rex field=my_field "(?<new_field>\w+)$"

 And this will generate new_field with the value that you want. 

View solution in original post

0 Karma

VatsalJagani
SplunkTrust
SplunkTrust

@shreyasamin64 - Try this, assuming your field name is my_field.

| rex field=my_field "(?<new_field>\w+)$"

 And this will generate new_field with the value that you want. 

0 Karma

richgalloway
SplunkTrust
SplunkTrust

What have you tried so far?  Did it include \.(\w+)$ ?

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

shreyasamin64
Explorer

it works thank you 

0 Karma

Stefanie
Builder

Try this regex to match ccjbh 

\w+$

 

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