Splunk Search

Merging multiple indexers and providing report

runiyal
Path Finder

I need to create a report based on three different search criteria from three different sources. But since its a reconciliation report from three different systems, I need to make sure I present it in one report itself.

index=abc host="server-abc*" "upload succeeded" env=prd 

index=klm host="server-klm*" "index file" "*_prd.xml" 

index=xyz host="server-xyz*" "file uploaded" "Status code  : {}200"

The output/report I am trying to achieve is -

   Index    Count
    abc    100
    klm       89
    xyz     98

Will appreciate your ideas to achieve this.

Tags (3)
0 Karma

adonio
Ultra Champion
(index=abc host="server-abc*" "upload succeeded" env=prd) OR

(index=klm host="server-klm*" "index file" "*_prd.xml")  OR

 (index=xyz host="server-xyz*" "file uploaded" "Status code  : {}200")

| stats count by index
0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...