Splunk Search

How to merge a row count in a table to other row

mrr6892
Loves-to-Learn

Hi,

I am trying to merge below row "EUR%20" count to "EUR" . Please help.

String:

sourcetype=access_combined index="web_technology" host="*" clientip="*" REGION_CD!=ALL REGION_CD!=ALL%20 | stats count by REGION_CD

alt text

0 Karma
1 Solution

vnravikumar
Champion

Hi

Try like

...your query...| replace "*%20" with "*" in REGION_CD 
| stats count by REGION_CD

View solution in original post

0 Karma

to4kawa
Ultra Champion
sourcetype=access_combined index="web_technology" host="" clientip="" 
| eval REGION_CD=trim(urldecode(REGION_CD))
| stats count by REGION_CD
| where REGION_CD!="ALL"

Hi, how about this?

0 Karma

vnravikumar
Champion

Hi

Try like

...your query...| replace "*%20" with "*" in REGION_CD 
| stats count by REGION_CD
0 Karma
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In the last month, the Splunk Threat Research Team (STRT) has had 2 releases of new security content via the ...

Announcing the 1st Round Champion’s Tribute Winners of the Great Resilience Quest

We are happy to announce the 20 lucky questers who are selected to be the first round of Champion's Tribute ...

We’ve Got Education Validation!

Are you feeling it? All the career-boosting benefits of up-skilling with Splunk? It’s not just a feeling, it's ...