OpenSearch/docs
javanna 9c4a5bbe7e adapt cluster stats api to node.client setting removal
The cluster stats api now returns counts for each node role. The `master_data`, `master_only`, `data_only` and `client` fields have been removed from the response in favour of `master`, `data`, `ingest` and `coordinating_only`. The same node can have multiple roles, hence contribute to multiple roles counts. Every node is implicitly a coordinating node, so whenever a node has no explicit roles, it will be counted as coordinating only.
2016-03-05 10:55:19 +01: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 Add note about size being per shard here 2016-02-29 09:11:08 -07:00
perl Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
plugins Merge pull request #16946 from dedemorton/ingest_doc_edit 2016-03-04 11:49:19 +01:00
python [docs] Updating the Python client docxs 2015-11-30 16:50:08 +01:00
reference adapt cluster stats api to node.client setting removal 2016-03-05 10:55:19 +01: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