Created
October 20, 2016 18:01
-
-
Save dcode/ea4a3cb1ebae2645b0dbd897d5c65bc6 to your computer and use it in GitHub Desktop.
Monodraw diagram to detail a large scale architecture for elasticsearch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ | |
| │ │ │ │ │ │ | |
| │ Master Node │ │ Master Node │ │ Master Node │ | |
| │ │ │ │ │ │ | |
| └─────────────┘ └─────────────┘ └─────────────┘ | |
| node.master: true | |
| ┌─────────────┐ node.data: false ┌─────────────┐ | |
| │ │ │ │ | |
| │ Storm │━━━━━━━━┓ ┌─────────────┐ ┌ ─ ─ ▶│ Kibana │ | |
| │ │ ┃ ┌─────────────┐ │┌────────────┴┐ ┌─────────────┐ │ │ | |
| └─────────────┘ ┃ │┌────────────┴┐ ││┌────────────┴┐ │┌────────────┴┐ │ └─────────────┘ | |
| ┌─────────────┐ ┃ ││┌────────────┴┐ │││┌────────────┴┐ ││┌────────────┴┐ ┌─────────────┐ | |
| │ │ ┣━━━━━━━▶││ ├────────────┴▶││┌────────────┴┐ ─ ─ ─ ▶││ ◀ ─ ─ ┤ │ │ | |
| │ Storm │━━━━━━━━┫ └┤│ Ingest Node │ └┤││ │ │ └┤│ Client Node │ ─ ─ ─ ▶ Kibana │ | |
| │ │ ┃ └┤ │ └┤│ Data Node │◀─ ─ ─ └┤ │ │ │ │ | |
| └─────────────┘ ┃ └─────────────┘ └┤ │ └─────────────┘ └─────────────┘ | |
| ┌─────────────┐ ┃ └─────────────┘ │ ┌─────────────┐ | |
| │ │ ┃ node.master: false node.master: false │ │ | |
| │ Storm │━━━━━━━━┛ node.data: false node.master: false node.data: false └ ─ ─ ▶│ Kibana │ | |
| │ │ node.data: true │ │ | |
| └─────────────┘ └─────────────┘ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment