I'm trying to create a report that includes the following information and want to schedule it to run monthly. I need to know how can I gather the information from Splunk.
As of now I'm going through the `notable`, but need more information as to how this can be navigated. Your comments would be appreciated.
Thanks
Hi @KKuser
For the first, are you wanting to know the number of raw events Splunk searched by Enterprise Security in order to produce your notables? If so, something llike this should work but may need modifying to meet your needs:
index=_audit search=* info=completed action=search savedsearch_name=* provenance=scheduler (app=SplunkEnterpriseSecuritySuite OR app=SA-*)
| timechart span=1d sum(event_count) as events_scanned sum(result_count) as results_found
Regarding your other points, I think it would be best to check out Analytics->Executive Summary dashboard from within Enterprise Security as I think this covers what you are looking for, this dashboard can be cloned and tweaked to your needs.
Please let me know how you get on and consider adding karma to this or any other answer if it has helped.
Regards
Will
I'm able to see the 'Mean time to resolution' field in the dashboard. But apart from that I'm unable to find other data points I'm looking for in the dashboard that you are referring to.
@KKuser- I don't know if it would be possible to get the first request, rest of the requests mostly available by default on latest Enterprise Securities default dashboards. You can get the queries for the reports from these default Enterprise Security dashboards.
I hope this helps!!!
I'm using an old version of enterprise security. Unfortuntaley there's not a lot of dashboard information that I can see.
It'd be great if you can share the SPL queries or references to see where I can find the information.
Thanks