Skip to content

Instantly share code, notes, and snippets.

@fatmali
Last active April 2, 2019 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatmali/a6ac38024dac8e20804b963d3ee05cbe to your computer and use it in GitHub Desktop.
Save fatmali/a6ac38024dac8e20804b963d3ee05cbe to your computer and use it in GitHub Desktop.
Heartbeat Monitors
heartbeat.monitors:
- type: http
schedule: '@every 10s'
urls:
- https://fatmali@github.io
- https://google.com
check.request:
method: GET
headers:
'Content-Type': 'application/json'
check.response:
status: 200
output.elasticsearch:
hosts: ["elasticsearch:9200"]
setup.kibana:
host: "kibana:5601"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment