June 2017
Beginner to intermediate
404 pages
8h 22m
English
Elasticsearch binds to the localhost or 127.0.0.1 by default, which works great for development. When you bind to 127.0.0.1, only clients running locally will be able to access it. Only after you bind to an external IP address, external clients can communicate with the node.
In the configuration file under the network section, ...
Read now
Unlock full access