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!

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