-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Uptime] Params support for lightweight monitors #147467
Comments
Pinging @elastic/uptime (Team:Uptime) |
i am wondering if we should do this in kibana instead of heartbeat. |
We should spike this initially to determne the effort needed (cc @emilioalvap) |
I think this should be done on kibana side in my opinion. We have params available in kibana so we can just replace keys with values in kibana before sending them to heartbeat. |
Removed |
Discussed and this will be done in Kibana |
## Summary Fixes #147467 Users will be able to specify params in following format in project monitors or UI ``` - type: http name: Admin Check url: ... username: ${admin_user:admin} password: ${admin_password} ``` --------- Co-authored-by: kibanamachine <[email protected]> Co-authored-by: Dominique Clarke <[email protected]>
POST FF Testing looks good !! |
Lightweight pushed monitors should support params using the same
${variable}
syntax beats supports. For example:See the beats docs for the full spec for how beats does this.
The PR includes the ability to set this in the UI as well as for Project Monitors
The text was updated successfully, but these errors were encountered: