Getting Data In

Splunk 6 REST API - Delete Custom Dashboards

spiketide
Engager

Hi,

In our application, we are using the REST API to create / delete custom dashboards in splunk.

For delete, we use the following.

/servicesNS/usrname/appname/data/ui/views/customdashboardname

with HTTP DELETE. This was working smoothly with splunk 5.

We recently upgraded to splunk 6 and when we used the same command to delete a custom dashboard we get the following error

CODE=404
<?xml version="1.0" encoding="UTF-8"?>
<response>
  <messages>
    <msg type="ERROR">In handler 'views': Cannot find entity with name="d"</msg>
  </messages>
</response>

where 'd' is the name of the custom dashboard.

What has changed in splunk 6 with respect to this? I have tried and have not found any documentation regarding this.

Thanks and Regards.

0 Karma

paramagurukarth
Builder

This may happen in the cases of shared resources.
Make sure the user for your sessionKey have write access over your application
and use username for private custom dashboards and "nobody" for share deshboards
ie,
/servicesNS/usrname/appname/data/ui/views/customdashboardname - For privates Dsahboards
/servicesNS/nobody/appname/data/ui/views/customdashboardname - For shared Dashboards

Good Luck

somesoni2
Revered Legend

A good idea will be to check if the Owner of the view is showing as 'usrname' in Splunk.

0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...