darkattractions opened a new issue, #2856: URL: https://github.com/apache/drill/issues/2856
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" } ``` 3. save it 4. update it 5. 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org