Skip to content

Commit

Permalink
Add ip and status to heartbeat dashboard table
Browse files Browse the repository at this point in the history
The heartbeat dashboard table currently doesn't include these fields by default.
These fields are useful for two reasons:

1. A given monitor.id often runs against separate IPs which may have different downtime results
2. Viewing the latest status for a given id/status tuple is a common use case. It answers the question: "what's down?".

Fixes #8972
  • Loading branch information
andrewvc committed Nov 9, 2018
1 parent 5bcf013 commit 2780953
Show file tree
Hide file tree
Showing 2 changed files with 725 additions and 681 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ https://github.com/elastic/beats/compare/v6.4.0...master[Check the HEAD diff]
- Added autodiscovery support {pull}8415[8415]
- Added support for extra TLS/x509 metadata. {pull}7944[7944]
- Added stats and state metrics for number of monitors and endpoints started. {pull}8621[8621]
- Add last monitor status to dashboard table. Further break out monitors in dashboard table by monitor.ip. {pull}9022[9022]

*Journalbeat*

Expand Down
Loading

0 comments on commit 2780953

Please sign in to comment.