Splunk Search

How to club and display the results of two queries in a single dashboard

sudeep5689
Explorer

Hi i am having two search queries with a difference of only the time range. I want to show the results of both the queries in a single dashboard. I s there a way to do it

Labels (1)
Tags (3)
0 Karma
1 Solution

493669
Super Champion

Ideally splunk has created two fields - date_month and date_year. If these fields are present then you can use below stats command-

...| stats count by date_month, date_year

View solution in original post

sudeep5689
Explorer

The solution provided worked out

0 Karma

493669
Super Champion

Ideally splunk has created two fields - date_month and date_year. If these fields are present then you can use below stats command-

...| stats count by date_month, date_year

493669
Super Champion

@sudeep5689, I am converting my comment as Answer. Please accept this if it helps.

0 Karma

493669
Super Champion

You can create two separate panel and run each panel query on separate timerange in single dashboard.

0 Karma

sudeep5689
Explorer

i want the results in same panel

0 Karma

493669
Super Champion

you can use earliest and latest within your query to run on separate timerange like below example-

index=abc earliest=-1d@d latest=now() |<your calculation>|append [search index=abc earliest=-5d@d latest=now()]
0 Karma

sudeep5689
Explorer

Ok
Can we show the results as separate rows using this combined search. i mean month wise

0 Karma

sudeep5689
Explorer

like count of events i need to show on a monthly basis

0 Karma

493669
Super Champion

you can show count on a monthly basis using single query . Is there any other reason for running two query?

0 Karma

sudeep5689
Explorer

in a single query using append right or anyother way you are hinting at

0 Karma

sudeep5689
Explorer

yes need to show comparison across months for count basis.

0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

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