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

[Heartbeat] Introduce new source for pushed monitors #31363

Closed
vigneshshanmugam opened this issue Apr 19, 2022 · 1 comment · Fixed by #31428
Closed

[Heartbeat] Introduce new source for pushed monitors #31363

vigneshshanmugam opened this issue Apr 19, 2022 · 1 comment · Fixed by #31428
Assignees
Labels
enhancement Heartbeat Team:obs-ds-hosted-services Label for the Observability Hosted Services team v8.3.0

Comments

@vigneshshanmugam
Copy link
Member

Describe the enhancement:

  • We should add the ability in HB to be able to run pushed monitors from the Synthetics agent to Kibana. This would be available as a new source in addition to the previous sources like inline, local and zip_url. The new source would be named as encoded/pushed, we can tweak the naming bits in the PR.
heartbeat.monitors:
  - type: browser
    id: my-monitor
    name: My Monitor
    source:
      pushed:
        content: // base 64 encoded content linking to the bundled source
    schedule: "@every 1m"
@vigneshshanmugam vigneshshanmugam added Heartbeat Team:obs-ds-hosted-services Label for the Observability Hosted Services team v8.3.0 labels Apr 19, 2022
@elasticmachine
Copy link
Collaborator

Pinging @elastic/uptime (Team:Uptime)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Heartbeat Team:obs-ds-hosted-services Label for the Observability Hosted Services team v8.3.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants