Reporting

Showing index name as an alias in report

runiyal
Path Finder

I am trying to get count of rows in each index. Here is the search creteria -

(index=abc <search creteria 1>) OR (index=xyz <search creteria 2>) | stats count by index

Result is like -

Index    Count
abc 100
xyz 98

But I need to have different name in the report for the indexes. I would like to have report like -

Index    Count
Index1  100
Index2  98

How can we achieve this? How to change name of the index?

Tags (3)
0 Karma
1 Solution

marycordova
SplunkTrust
SplunkTrust
(index=abc <search creteria 1>) OR (index=xyz <search creteria 2>)
| stats count by index
| eval index=case('index'=="abc","Index1",'index'=="xyz","Index2",etc)
@marycordova

View solution in original post

0 Karma

runiyal
Path Finder

Thanks Mary!

marycordova
SplunkTrust
SplunkTrust
(index=abc <search creteria 1>) OR (index=xyz <search creteria 2>)
| stats count by index
| eval index=case('index'=="abc","Index1",'index'=="xyz","Index2",etc)
@marycordova
0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

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

Splunk is officially part of Cisco

Revolutionizing how our customers build resilience across their entire digital footprint.   Splunk ...

Splunk APM & RUM | Planned Maintenance March 26 - March 28, 2024

There will be planned maintenance for Splunk APM and RUM between March 26, 2024 and March 28, 2024 as ...