Dashboards & Visualizations

One of our users dashboard has disappeared.

ggouillart
Explorer

One of the users recently edited a dashboard to change permissions and since then she cannot see it.

I've tried the following commands

index=_internal sourcetype=splunkd_ui_access editxml OR edit method=post ui/views/ OR method=delete 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

On the App, there is nothing on the local folder, only the default dashboard are on the default folder (/splunk/etc/apps/TA-WALLIX_Bastion/default/data/ui/views/)

Is there a local folder containing the dashboards of each user?

Something must've happened to the dashboard (i've only seen an edit action).

Thaks for your help

0 Karma

woodcock
Esteemed Legend

If it was made private, then it will exist in $SPLUNK_HOME/etc/users/<username>/<appname>/local/<dashname>.xml.
The bottom line, just do this to find it:

find $SPLUNK_HOME/etc -name <dashname>.xml

ggouillart
Explorer

The folders are empty, it must have been erased.

Is there any way I can prove to that user that it was removed? I can't seem to find the log. Is my command above correct?

Best regards

0 Karma

woodcock
Esteemed Legend

You can check the OS audit logs.

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...