We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9468b9 commit acbf3b6Copy full SHA for acbf3b6
README.md
@@ -23,6 +23,19 @@ eskeeper synchronizes index and alias with configuration files while ensuring id
23
- [x] update
24
- [ ] delete
25
26
+## :mag_right: stages
27
+
28
+eskeeper process is divided into four stages.
29
30
+```bash
31
+validation config stage # validation config format
32
+↓
33
+pre-check stage # check creating process and mapping
34
35
+sync stage # sync index and alias with config
36
37
+post-check stage # check index and alias has created or update
38
+```
39
40
## :four_leaf_clover: Quick Start
41
0 commit comments