-
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
[Alerting] Add telemetry for config deprecation #112585
Comments
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
In regards to our offline conversation about |
One problem with |
That's right, I created #112633 to talk about this. In the short term, as discussed offline, the only option I see would be to stop using the |
We report the value (or lets say for example we have:
Our config collector will report the config key and value of To check if the deprecated renamed config To check the value of the config follow this usage path: I believe a combination of both collectors should answer all the metrics you're after in this issue. We already have dashboards in the telemetry cluster for other plugins to answer similar questions. Happy to share offline |
Relates to #76385
Relates to #100289
We must be able to answer these questions:
xpack.actions.whitelistedHosts
?xpack.actions.customHostSettings[<index>].ssl.rejectUnauthorized
? (Blocked by Track usage for deprecated array configs #112845)xpack.actions.rejectUnauthorized
?xpack.actions.proxyRejectUnauthorizedCertificates
?xpack.alerts.healthCheck
?xpack.alerts.invalidateApiKeysTask.interval
?xpack.alerts.invalidateApiKeysTask.removalDelay
?xpack.task_manager.max_workers
values with a value greater than 100?The text was updated successfully, but these errors were encountered: