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!

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