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

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!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...