Reporting

how would I put a graph and list of events in one single report

kiamco
Path Finder

so currently i have this query in a report

host=safemail*prod* source=/var/log/safemail/mailproxy.log (event="pool-enter" OR event="pool-exit") total_waiting > 50

it will give me a list of events but I also wan to include a graph inside this report, how would i do that?

Tags (2)
0 Karma

DalJeanis
Legend

Start by thinking about what kind of graph you want to produce. What information is it going to transfer to the viewer?

Your query produces a list of events where a field called total_waiting > 50.

What is the important characteristic of those events? Is it the number of them per unit of time?

0 Karma

ssadanala1
Contributor

I fear to say its not possible because the constraint visualizations and report view can be done only by creating a dashboard

0 Karma

niketn
Legend

@kiamco seems like you need to create a dashboard.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

kiamco
Path Finder

yea that what I thought too but some engineer told me that I can put it inside a report haha. Just double checking if that was possible

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...