- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
gopij
Engager
10-23-2018
07:45 AM
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?
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

harsmarvania57
Ultra Champion
10-23-2018
08:23 AM
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
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

harsmarvania57
Ultra Champion
10-23-2018
08:23 AM
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
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
pramit46
Contributor
10-23-2018
08:00 AM
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
