OpenSearch/docs
Martijn van Groningen 6dfcee6937 Added an internal reload pipeline api that makes sure pipeline changes are visible on all ingest nodes after modifcations have been made.
* Pipeline store can now only start when there is no .ingest index or all primary shards of .ingest have been started
* IngestPlugin adds`node.ingest` setting to `true`. This is used to figure out to what nodes to send the refresh request too. This setting isn't yet configurable. This will be done in a follow up issue.
* Removed the background pipeline updater and added added logic to deal with specific scenarious to reload all pipelines.
* Ingest services are no longer be managed by Guice. Only the bootstrapper gets managed by guice and that contructs
all the services/components ingest will need.
2015-12-18 18:24:27 +01:00
..
community-clients [docs] Updating the Python client docxs 2015-11-30 16:50:08 +01:00
groovy-api Backs out early link fix. 2015-10-22 15:00:35 -07:00
java-api Removes all the reference of the query in the docs 2015-12-11 20:07:57 +01:00
perl Docs: Minor test change to Perl docs 2015-02-28 17:19:55 +01:00
plugins Added an internal reload pipeline api that makes sure pipeline changes are visible on all ingest nodes after modifcations have been made. 2015-12-18 18:24:27 +01:00
python [docs] Updating the Python client docxs 2015-11-30 16:50:08 +01:00
reference Docs: Fix nodeSettings example for integ tests to use correct Settings.Builder reference 2015-12-17 23:17:17 -08:00
resiliency feedback 2015-11-23 13:15:22 +01:00
ruby Docs: Fixed typos 2015-05-05 10:38:05 +02: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