Last active
November 21, 2016 20:05
-
-
Save arthurpham/d3799d1388da9d03a425dbf620646906 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
logstash-crawler: | |
scale: 12 | |
redis: | |
scale: 1 | |
health_check: | |
port: 6379 | |
interval: 2000 | |
initializing_timeout: 60000 | |
unhealthy_threshold: 3 | |
strategy: recreate | |
response_timeout: 2000 | |
healthy_threshold: 2 | |
kafka-monitor: | |
scale: 1 | |
logstash-redis-monitor: | |
scale: 1 | |
zookeeper: | |
scale: 1 | |
health_check: | |
port: 2181 | |
interval: 2000 | |
initializing_timeout: 60000 | |
unhealthy_threshold: 3 | |
strategy: recreate | |
healthy_threshold: 2 | |
response_timeout: 2000 | |
logstash-kafka-monitor: | |
scale: 1 | |
kafka: | |
scale: 1 | |
health_check: | |
port: 9092 | |
interval: 2000 | |
initializing_timeout: 60000 | |
unhealthy_threshold: 3 | |
strategy: recreate | |
healthy_threshold: 2 | |
response_timeout: 2000 | |
kibana: | |
scale: 1 | |
crawler: | |
scale: 12 | |
redis-monitor: | |
scale: 1 | |
elasticsearch: | |
scale: 1 | |
health_check: | |
port: 9200 | |
interval: 2000 | |
initializing_timeout: 60000 | |
unhealthy_threshold: 3 | |
strategy: recreate | |
healthy_threshold: 2 | |
response_timeout: 2000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment