When I put below
sourcetype="splunk_page_search" | top limit=10 keyword
the result..
1 AAA
2 aaa
3 BBB
4 ccc
.
.
.
actually, 1 and 2 are same. just 1 is capital letters and 2 is small letters. I want the result below
1 AAA
2 BBB
3 ccc
.
.
.
aaa is disappeared but it is included in AAA. Is there any good idea?