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 | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...