OpenSearch/docs
Dimitrios Liappis 22e6567995 Replacing typo with distro safe address
apart from locahost typo, the issue is that localhost is not 100% safe
for all distros with IPv6.

For example fedora23 defines localhost4 and localhost6 (among other
aliases) so `curl localhost:9200` doesn't work.

For this reason, I think it's safer to replace localhost with 127.0.0.1
2016-04-04 16:01:03 +03:00
..
community-clients Add Scala based elasticsearch-client 2016-02-03 15:47:34 -08:00
groovy-api Backs out early link fix. 2015-10-22 15:00:35 -07:00
java-api Merge branch 'master' into enhancement/remove_node_client_setting 2016-03-21 17:18:23 +01:00
perl Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
plugins Changed JAVA_OPTS to ES_JAVA_OPTS in plugin docs 2016-04-03 16:52:37 +02:00
python [docs] Updating the Python client docxs 2015-11-30 16:50:08 +01:00
reference Replacing typo with distro safe address 2016-04-04 16:01:03 +03:00
resiliency Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
ruby Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
README.asciidoc Docs: Updated docs/README.asciidoc to point to the new docs repo 2015-04-27 08:54:07 +02:00

README.asciidoc

The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process

See: https://github.com/elastic/docs