mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
This makes some minor improvements (does not fix all problems!) It reorders unicast disco in elasticsearch.yml to be right after the network host, for better locality. It removes the warning (unreleased) about publish addresses, lets try to really discourage setting that unless you need to (behind a proxy server). Most people should be fine with `network.host` Finally it reorganizes the network docs page a bit: We add a table of 4 "basic" settings at the very beginning: * network.host * discovery.zen.ping.unicast.hosts * http.port * transport.tcp.port The first two being the most important, which addresses to bind and talk to, and the other two being the port numbers. The rest of the stuff I tried to simplify and reorder under "advanced" headers. This is just a quick stab, I still think we need more effort into this thing, but we gotta start somewhere.
The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process See: https://github.com/elastic/docs