Dashboards & Visualizations

Dashboard for Wineventlogs with Inbuilt Information

anandhalagaras1
Contributor

Hi Team, 

I have created a dashboard with the below mentioned query and the output would be in Column chart format with a timer. And the output would display the Top 10 Event Codes with Count when we choose the time and click submit.

index=windows host=* source=WinEventLog:System EventCode=* Type=Error OR Type=Critical | stats count by EventCode Type |sort -count | head 10

So post the results are displayed in the Column chart then my requirement is that if we click any one of the EventCode  consider as an example of 4628 from the Top 10 details in the Column Chart then it should  navigate to a new panel or a window showing up with the Top 10 host, source, Message, EventCode along with Count for Event Code 4628. So something like that we want to get the results displayed. 

But this should happen if we click the EventCode from the Column chart of the existing dashboard.

Example:

index=windows host=* source=WinEventLog:System EventCode=4628 Type=Error OR Type=Critical | stats count by host source Message EventCode |sort -count | head 10

 

So kindly let me know how to achieve this requirement in a dashboard format.

 

Labels (4)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @anandhalagaras1,

you should install in your Splunk the Splunk Dashboard Examples App (https://splunkbase.splunk.com/app/1603).

One of the examples is just what you're searching: the In page Drilldown.

Ciao.

Giuseppe

0 Karma

Sailesh6891
Engager

Page not found for the link.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...