Splunk Search

help me with group command

sravankaripe
Communicator

--------| transaction UserName |dedup ID| table UserName ID

UserName ID
abc 100
..... 103

Abc 101

xyz 200

Xyz 201

i want to group it by userName where abc and Abc are same user

0 Karma
1 Solution

somesoni2
Revered Legend

You would need to change the case of field UserName to either all upper or all lower before grouping

--------| eval UserName=upper(UserName) | transaction UserName |dedup ID| table UserName ID

View solution in original post

0 Karma

somesoni2
Revered Legend

You would need to change the case of field UserName to either all upper or all lower before grouping

--------| eval UserName=upper(UserName) | transaction UserName |dedup ID| table UserName ID
0 Karma
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 ...