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!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...