-
-
Save royingantaginting/3df2b1a2a0ac06e53101 to your computer and use it in GitHub Desktop.
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
# ELK Demo | |
Demo ELK stack dengan skenario sebagai berikut: | |
<!-- language: lang-none --> | |
----------------------------------------- | |
----------- ---------- | |
| gitlist | | kibana | | |
----------- ---------- | |
| ^ | |
v | | |
----------- ----------------- | |
| logstash | ---> | Elasticsearch | | |
----------- ----------------- | |
## Quickstart | |
1. [Pasang docker] | |
2. [Pasang fig] | |
2. Klona repositori ini, `git clone https://github.com/GDP-ADMIN/elk-demo` | |
2. Jalankan fig, `cd elk-demo && fig up` | |
[Pasang docker]: https://docs.docker.com/installation/ | |
[Pasang fig]: http://www.fig.sh/install.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ELK Demo
Demo ELK stack dengan skenario sebagai berikut:
Quickstart
git clone https://github.com/GDP-ADMIN/elk-demo
cd elk-demo && fig up