Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamanobi/trial-elastalert
Elasticsearch and fluentd, elastalert demo.
https://github.com/tamanobi/trial-elastalert
Last synced: about 13 hours ago
JSON representation
Elasticsearch and fluentd, elastalert demo.
- Host: GitHub
- URL: https://github.com/tamanobi/trial-elastalert
- Owner: tamanobi
- License: mit
- Created: 2019-05-22T04:55:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T05:11:45.000Z (over 5 years ago)
- Last Synced: 2024-03-30T06:34:20.810Z (8 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elasticsearchとfluentdを連携確認
ElastAlertのデモを試すためのリポジトリ
# 使い方
`$ docker-compose up` で立ち上がる- 勝手に fluentd のimageがビルドされ、ルートディレクトリのfluent.confがコンテナに内蔵される
- fluentはhttpで待ち受けているので、`$ curl -i -X POST -d 'json={"action":"test","user":33333}' http://fluentd:8888/test.cycle` のようなリクエストでログを記録させればよい
- `docker-compose up` するとデフォルトのネットワークが構築されるので、curlでfluentdにリクエストするにはfront(see docker-compose.yml)内部で作業すると良い