-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Uptimes] Push configs to service #120069
Conversation
7fe82fa
to
b1c76a5
Compare
@@ -50,7 +50,7 @@ describe('getAPIKeyTest', function () { | |||
cluster: ['monitor', 'read_ilm', 'read_pipeline'], | |||
index: [ | |||
{ | |||
names: ['synthetics-*'], | |||
names: ['synthetics-*', 'heartbeat-*'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added this since we are not using data_stream format atm, so it's easier for testing, Will be removed afterwards
Pinging @elastic/uptime (Team:uptime) |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @shahzad31 |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Closes elastic/uptime#422
Summary
Part of elastic/uptime#400
Push configs to service when monitor is added or when task manager is running.
Linked pushing configs to Add/Edit/Delete routes
Linked pushing configs to Task run