Reporting

Multiple Charts, One Report

rackersmt
Explorer

Is is possible to create a single scheduled report with multiple graphs? For executive-level reporting purposes, I'd like to receive a regular report containing four separate graphs: top attackers (internal), top attackers (external), top attacked hosts (internal), top attacks. Is it possible to wrap all this up into one report?

Thanks!

Tags (2)

jtrucks
Splunk Employee
Splunk Employee

You could do this with sub searches to generate all the various charts you want. Don't use appendcols as that merges them into the same table.

It would look something like:

search stuff here [search other things there]

I'm not sure how many you can nest without using a pipe or how many you can nest within themselves, but experiment with these options to get what you need.

OR just create a dashboard for them.

--
Jesse Trucks
Minister of Magic
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...