Skip to content

Snapshots not getting deleted through kibana UI (7.4.2) #51166

@raulk89

Description

@raulk89

Kibana version: 7.4.2

Elasticsearch version: 7.4.2

Server OS version: CentOS Linux release 7.6.1810 (Core)

Browser version: Versioon 77.0.3865.120 64-bit

Browser OS version: Versioon 77.0.3865.120 64-bit

Original install method (e.g. download page, yum, from source, etc.): yum

Describe the bug: Cannot delete snapshots through kibana UI. I get an error:
Error deleting snapshot 'ss_20191120_1519'

And I get this error with all the snapshots.

Steps to reproduce:

  1. Navigate to "Snapshot and Restore"
  2. You must have some snapshots present
  3. Click "Delete snapshot"
  4. And I get an error

Expected behavior: Snapshot should get deleted.

Screenshots (if relevant):
image

Errors in browser console (if relevant):
vendors.bundle.dll.js:417 DELETE https://hostname.domain/api/snapshot_restore/snapshots/dev-watsonelastic_idx_data%2Fss_20191120_1519 404 (Not Found)

Provide logs and/or server output (if relevant):
There are no log messages in elasticsearch or kibana logs.

Any additional context:
If I execute this delete command from linux server, eveyrthing works:

[root@dev-dc1-watsonelastic ~]# curl -XDELETE 'http://'hostname':9200/_snapshot/dev-watsonelastic_idx_data/ss_20191120_1519?pretty'; echo
{
"acknowledged" : true
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature:Snapshot and RestoreElasticsearch snapshots and repositories UITeam:Kibana ManagementDev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//bugFixes for quality problems that affect the customer experience

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions