A book about running Elasticsearch
WIP, COVERS ELASTICSEARCH 5.5.x, UPDATING TO ES 6.5.x
Use Case: Migrating a Cluster Across the Ocean Without Downtime
This is the Markdown styling used in this book. If you plan to contribute, please use it.
# This is a chapter title
---
## A chapter part title is preceded by an horizontal line
### A level 1 subpart
#### A level 2 subpart
![An image should have an alt text](use/a/relative.link)
An `inline code block` goes like this
API calls go the Curl way
curl -X POST "localhost:9200/_search" -H 'Content-Type: application/json' -d'
{
"query" : {
"match_all" : {}
},
"stats" : ["group1", "group2"]
}
'
Yaml code is expanded for more readability
---
some:
value:
goes: "like this"
[An internal link](has/a/relative.path)
[An external link](https://has.an.absolute/path)
Urdered lists:
Only one line break between a paragraph and
* An
* unordered
* list
* with
* subitems
Ordered lists:
1. An
2. Ordered
3. List
1. With
2. subitems