Can i create a dashboard in Splunk by using the REST API with URI?
Can someone please provide exact URI used to create dashboard on Splunk?
Hi,
You can create Dashboard using REST API, please look at POST method on doc http://docs.splunk.com/Documentation/Splunk/7.2.0/RESTREF/RESTknowledge#data.2Fui.2Fviews
Hi,
You can create Dashboard using REST API, please look at POST method on doc http://docs.splunk.com/Documentation/Splunk/7.2.0/RESTREF/RESTknowledge#data.2Fui.2Fviews
you may not be able to create a dashboard, but you can create a search (job) by firing a REST API.
you can read more about it here:
http://docs.splunk.com/Documentation/Splunk/lates/RESTTUT/RESTsearches#Create_a_search_job