Dashboards & Visualizations

Adding subfolders to "Dashboards and Views"

zindain24
Path Finder

To group and organize "Searches and reports" we modify defaults.xml in the Navigation Menus. Can the same be done to organize "Dashboards and Views". If so, could you please provide me an example or reference?

I tried adding code below under "Dashboards and Views" but it ended up pulling the searches and reports but not the dashboards.

Ex:

<collection label="SOC">
<saved source="unclassified" match="SOC" />
</collection>
<collection label="Threat">
<saved source="unclassified" match="Threat" />
</collection>

Thanks!

0 Karma
1 Solution

alacercogitatus
SplunkTrust
SplunkTrust

Yes, but you need to change saved to view. Example:

<collection label="SOC">
  <saved source="unclassified" match="SOC" />
</collection>
<collection label="Threat">
  <view source="unclassified" match="Threat" />
</collection>

View solution in original post

0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

Yes, but you need to change saved to view. Example:

<collection label="SOC">
  <saved source="unclassified" match="SOC" />
</collection>
<collection label="Threat">
  <view source="unclassified" match="Threat" />
</collection>
0 Karma

zindain24
Path Finder

Perfect! Thanks

0 Karma
Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...