Skip to content

Instantly share code, notes, and snippets.

@arthurpham
Last active November 21, 2016 20:05
Show Gist options
  • Save arthurpham/d3799d1388da9d03a425dbf620646906 to your computer and use it in GitHub Desktop.
Save arthurpham/d3799d1388da9d03a425dbf620646906 to your computer and use it in GitHub Desktop.
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