Hi All,
I want to view all the dashboards which we have configured in Splunk. While I am trying with the below commands, but it's not giving me the expected output. Could you please anyone help me to resolve this issue?
| rest /services/data/ui/views | search isDashboard=1 .
What were you expecting and how is what you got different?
What is it about your search that would lead you to expect the output to look like that?
@ITWhisperer no while i am trying with my query but no any result for this that i am asking question here
OK try this ReST endpoint instead
| rest splunk_server=local /servicesNS/-/-/data/ui/views
I think the endpoint you used would only return views where the eai:userName was you
@ITWhisperer no dear this is not expexted result which i want ,please try to undersatnd my question i want all dashboard list and few parmaters if possible with that so can work on the next level task checking this output result.
Which fields do you want from the data returned?