Dashboards & Visualizations

Can I get notified when the search code of a dashboard changes?

SplnkUse
Path Finder

Hello

 

Can I get notified when the search code of a dashboard changes? I am not admin/owner.

 

Thanks!

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

You could try using a ReST call to retrieve that dashboard source

| rest splunk_server=local servicesNS/-/-/data/ui/views/

Find the app

eai:acl.app

Find the dashboard

title

Check when it was last updated

updated

You could either alert based on whether the dashboard code was updated in the last day, or you could have a lookup to store the last retrieved date and compare them.

With your lookup, you could also store the dashboard code

eai:data

and compare that to the retrieved code as see if any of the searches have been updated.

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

You could try using a ReST call to retrieve that dashboard source

| rest splunk_server=local servicesNS/-/-/data/ui/views/

Find the app

eai:acl.app

Find the dashboard

title

Check when it was last updated

updated

You could either alert based on whether the dashboard code was updated in the last day, or you could have a lookup to store the last retrieved date and compare them.

With your lookup, you could also store the dashboard code

eai:data

and compare that to the retrieved code as see if any of the searches have been updated.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...