Elasticsearch network host cant be set?

I just ran into this error too. Looking at the code, it looks like once you decide to explicitly set network.host, we assume you're doing this because you've moved beyond a simple dev instance and are setting up something that's more production-like.

Since we are assuming this is now a production-like environment, we now enforce some of these checks that we otherwise wouldn't in a simple dev installation.

Hope that helps,
Peter