-
Notifications
You must be signed in to change notification settings - Fork 8.5k
7.7.0 Snapshot/restore privilege error without security #66980
Copy link
Copy link
Closed
Labels
Feature:Snapshot and RestoreElasticsearch snapshots and repositories UIElasticsearch snapshots and repositories UITeam:Kibana ManagementDev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Metadata
Metadata
Assignees
Labels
Feature:Snapshot and RestoreElasticsearch snapshots and repositories UIElasticsearch snapshots and repositories UITeam:Kibana ManagementDev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Type
Fields
Give feedbackNo fields configured for issues without a type.
Kibana version: 7.7.0
Elasticsearch version: 7.6.2|7.7.0
Server OS version: Debian 10
Browser version: Chrome Versión 81.0.4044.138 (Build oficial) (64 bits)
Browser OS version: Mac
Original install method (e.g. download page, yum, from source, etc.): From source tar gz.
Describe the bug:
Elastic cluster with basic license and security disabled. When you enter on management > snapshot/restore show a error message:
If I downgrade kibana to 7.6.2 works as well. Same bug with elastic 7.6.2 or 7.7.0.
I tested too with docker elastic and kibana images 7.7.0. The error persists
Steps to reproduce:
docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.7.0docker run --link {DOCKER_CONTAINER_NAME}:elasticsearch -p 5601:5601 docker.elastic.co/kibana/kibana:7.7.0Expected behavior:
See homepage of snapshot/restore page.
Screenshots (if relevant):

I add screenshot with the console error on browser, I don't know if is relevant.
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
For any question ask me.
Thanks.