Getting Data In

Can i create a dashboard in Splunk using the REST API through URI?

gopij
Engager

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?

0 Karma
1 Solution

harsmarvania57
Ultra Champion

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

View solution in original post

0 Karma

harsmarvania57
Ultra Champion

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

0 Karma

pramit46
Contributor

@gopij,

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

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...