Can't delete our Dashboards
Posted: Mon Jan 27, 2020 5:11 am
Hi There,
We have run into an issue with our dashboards, we would like to be able to delete those we don't use anymore.
The issue seems to be that we don't have permission to delete our dashboards, we suspect that this could be some kind of bug.
It's an Admin user with API access we use and we've made a test, making a dashboard and trying to delete it, it is not possible.
It would also be a nice feature, if an admin had permissions to see and delete all Dashboards.
Below we have some data from the server.
The error we get from Nagios: Dashboard Not Found Could not find dashboard plsdel
ssl_access_log
ssl_error_log
API
Thanks in advance.
We have run into an issue with our dashboards, we would like to be able to delete those we don't use anymore.
The issue seems to be that we don't have permission to delete our dashboards, we suspect that this could be some kind of bug.
It's an Admin user with API access we use and we've made a test, making a dashboard and trying to delete it, it is not possible.
It would also be a nice feature, if an admin had permissions to see and delete all Dashboards.
Below we have some data from the server.
The error we get from Nagios: Dashboard Not Found Could not find dashboard plsdel
ssl_access_log
Code: Select all
xx.xx.xx.xx - - [27/Jan/2020:10:37:03 +0100] "GET /nagioslogserver/api/backend/kibana-int/dashboard/AW_mXJDd7wmiT1hQNLCS?1580117827370 HTTP/1.1" 200 1540
xx.xx.xx.xx - - [27/Jan/2020:10:37:07 +0100] "POST /nagioslogserver/index.php/api/user/get_details HTTP/1.1" 200 44
xx.xx.xx.xx - - [27/Jan/2020:10:37:07 +0100] "POST /nagioslogserver/api/backend/kibana-int/dashboard/_search HTTP/1.1" 200 128351
xx.xx.xx.xx - - [27/Jan/2020:10:37:09 +0100] "POST /nagioslogserver/index.php/api/user/get_details HTTP/1.1" 200 44
xx.xx.xx.xx - - [27/Jan/2020:10:37:09 +0100] "POST /nagioslogserver/api/backend/kibana-int/dashboard/_search HTTP/1.1" 200 6306
xx.xx.xx.xx - - [27/Jan/2020:10:37:09 +0100] "POST /nagioslogserver/index.php/api/user/get_details HTTP/1.1" 200 44
xx.xx.xx.xx - - [27/Jan/2020:10:37:09 +0100] "POST /nagioslogserver/index.php/api/user/get_details HTTP/1.1" 200 44
xx.xx.xx.xx - - [27/Jan/2020:10:37:09 +0100] "POST /nagioslogserver/api/backend/kibana-int/dashboard/_search HTTP/1.1" 200 6306
xx.xx.xx.xx - - [27/Jan/2020:10:37:09 +0100] "POST /nagioslogserver/api/backend/kibana-int/dashboard/_search HTTP/1.1" 200 6306
xx.xx.xx.xx - - [27/Jan/2020:10:37:13 +0100] "POST /nagioslogserver/index.php/api/user/get_details HTTP/1.1" 200 44
xx.xx.xx.xx - - [27/Jan/2020:10:37:13 +0100] "POST /nagioslogserver/api/backend/kibana-int/dashboard/_search HTTP/1.1" 200 6306
xx.xx.xx.xx - - [27/Jan/2020:10:37:16 +0100] "DELETE /nagioslogserver/api/backend/kibana-int/dashboard/AW_mXJDd7wmiT1hQNLCS HTTP/1.1" 403 271Code: Select all
[Mon Jan 27 10:37:16.099669 2020] [authz_core:error] [pid 32564] [client xx.xx.xx.xx:58639] AH01630: client denied by server configuration: /var/www/html/nagioslogserver/www/index.php, referer: https://address/nagioslogserver/dashboardCode: Select all
[X@X httpd]# curl -XDELETE -k https://127.0.0.1/nagioslogserver/api/backend/kibana-int/dashboard/AW_mXJDd7wmiT1hQNLCS?token=x
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /nagioslogserver/api/backend/kibana-int/dashboard/AW_mXJDd7wmiT1hQNLCS
on this server.</p>
</body></html>