Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyhou/elastic-stack-node
https://github.com/zyhou/elastic-stack-node
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zyhou/elastic-stack-node
- Owner: zyhou
- License: apache-2.0
- Created: 2018-03-08T16:28:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T16:38:37.000Z (almost 7 years ago)
- Last Synced: 2024-11-06T13:47:37.236Z (about 2 months ago)
- Language: Shell
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stack-docker-node
This example Docker Compose configuration demonstrates many components of the
Elastic Stack, all running on a single machine under Docker.
I use [https://github.com/elastic/stack-docker](https://github.com/elastic/stack-docker) to boostrap the project.## Starting the stack
Try `docker-compose up` to create a demonstration Elastic Stack with
Elasticsearch, Kibana, Logstash, Auditbeat, Metricbeat, Filebeat, Packetbeat,
and Heartbeat.Point a browser at [`http://localhost:5601`](http://localhost:5601) to see the results.
Log in with `elastic` / `changeme`.
## Node
At the moment you can launch `node src/index.js` [`http://localhost:3000`](http://localhost:3000) and see the APM data in Kibana.
## Todo list
- [ ] Add node in container
- [ ] Put winston file log in /var/log
- [ ] Test with filebeat and Kibana the log file