Monitoring Splunk

Splunk query for reporting any new alert or dashboard created in splunk

JuhiSaxena
Explorer

Is there any way to find out if any new alert or dashboard is being created in splunk system?

Tags (1)
0 Karma

JuhiSaxena
Explorer

This is not returning the name of alert which user recently created. I want it in tabular for with user, Time and the name of alert/Dashboard created.

0 Karma

p_gurav
Champion

Hi,

Try this query:

index=_internal sourcetype=splunkd_ui_access editxml OR edit method=post ui/views/ 
  | rex field=referer "/(?<edit_type>editx?m?l?)(\?|$)"
  | rex field=other "\s*?\-\s*(?<sessionId>[\S]+)\s*"
  | table _time user clientip sessionId edit_type file useragent
  | rename file as dashboard
0 Karma
Get Updates on the Splunk Community!

Index This | When is October more than just the tenth month?

October 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

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

What’s New & Next in Splunk SOAR

 Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...