Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve getting started experience #259

Open
DanRoscigno opened this issue Oct 2, 2020 · 0 comments
Open

improve getting started experience #259

DanRoscigno opened this issue Oct 2, 2020 · 0 comments
Labels

Comments

@DanRoscigno
Copy link

Uptime has a good getting started experience, and the anomaly detection button on each monitor is wonderful. Unfortunately, the anomaly detection requires location (observer.geo.name) and the basic configuration provided in the getting started (Elastic Home > Add Metric Data > Uptime) does not provide location info in the snippet. Here is the example config:

heartbeat.monitors:
- type: http
  urls: ["http://elastic.co"]
  schedule: "@every 10s"

How about adding a second edit in the instructions it so that it includes observer.geo.name? Like so (just uncommenting geo and name):

processors:
  - add_observer_metadata:
      # Optional, but recommended geo settings for the location Heartbeat is running in
      geo:
        # Token describing this location
        name: us-east-1a
        # Lat, Lon "
        #location: "37.926868, -78.024902"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant