Skip to content

Commit

Permalink
Fix heartbeat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvc committed Aug 10, 2021
1 parent 45d7946 commit 3fa0117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions heartbeat/heartbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ heartbeat.config.monitors:
heartbeat.monitors:
- type: http
# Set enabled to true (or delete the following line) to enable this example monitor
enabled: true
enabled: false
# ID used to uniquely identify this monitor in elasticsearch even if the config changes
id: my-monitor
# Human readable display name for this service in Uptime UI and elsewhere
Expand Down Expand Up @@ -104,8 +104,8 @@ output.elasticsearch:

# Authentication credentials - either API key or username/password.
#api_key: "id:api_key"
username: "elastic"
password: "changeme"
#username: "elastic"
#password: "changeme"

# ------------------------------ Logstash Output -------------------------------
#output.logstash:
Expand Down

0 comments on commit 3fa0117

Please sign in to comment.