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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...