Dashboards & Visualizations

Get Fields used in Dashboards

Vignesh-107
Path Finder

I have a field name Sec_field i want to know list of dashboards are using this field <Sec_field> is it possible to get using a SPL

Labels (1)
Tags (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Yes, it is possible.  Start with the REST command that provides all dashboard data then filter for those that contain the desired field.  Something like this should get you started:

| rest /servicesNS/-/-/data/ui/views splunk_server=local 
| search data="*sec_field*"
| table title eai:acl.app author data
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

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

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...