Skip to content

elasticsearch storage is not correctly saved #2856

@darkattractions

Description

@darkattractions

Before submitting a bug report, please verify that you are using the most current version of Drill.

Describe the bug
When creating a plugin storage for elastic search, the property hosts is not saved at all.

To Reproduce
Steps to reproduce the behavior:

  1. in webUI, create a plugin storage with
{
  "type": "elastic",
  "hosts": ["http://localhost"],
  "authMode": "SHARED_USER"
}
  1. save it
  2. update it
  3. the line hosts has disappeared

Expected behavior
hosts to be saved

Drill version
version 1.20.3 works. Version 1.21.0 and 1.21.1 failed.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions