Splunk Search

How to combine two values from the same field?

msarkaus
Path Finder

I'm trying to combine two simular values from the same field. and rename the values.

Splunk pic2.png

I would like to combine  /v1/product and /v1/product/ and rename it Product API

Search String:

| stats count by urlPthTxt

I did try a few different  commands but didn't work. Please help.

Thanks

Labels (1)
Tags (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @msarkaus,

if the structure of your field is always: /string/string and changes only for the last slash, you could use a regex like this:

<your_search>
| rex field=urlPthTxt "^(?<urlPthTxt_new>\/\w+\/\w+)"

that you can test at https://regex101.com/r/JqzYh2/1

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Dynamic formatting from XML events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  &#x1f680; Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...