Fresh install of Elasticsearch v8.16.1 with security disabled causes crash #118346
Labels
>bug
:Security/AutoConfiguration
Auto Configuration of Security by Default
Team:Security
Meta label for security team
Elasticsearch Version
Version: 8.16.1
Installed Plugins
No response
Java Version
bundled
OS Version
Linux kusari-ab2289 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64 GNU/Linux
Problem Description
After the installation was done, it automatically added this piece of configuration to
/etc/elasticsearch/elasticsearch.yml
:Upon commenting out this whole section, and changing
http.host: 0.0.0.0
tohttp.host: 127.0.0.1
, it will crash with the following error:I would expect it to not crash, and to now be able to get a successful 200 response doing
curl http://127.0.0.1:9200/
Steps to Reproduce
/etc/elasticsearch/elasticsearch.yml
Logs (if relevant)
elasticsearch.log
The text was updated successfully, but these errors were encountered: