-
Notifications
You must be signed in to change notification settings - Fork 985
Closed
Labels
Description
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:
- in webUI, create a plugin storage with
{
"type": "elastic",
"hosts": ["http://localhost"],
"authMode": "SHARED_USER"
}
- save it
- update it
- 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.
Reactions are currently unavailable