-
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
Missing telemetry to help remove alerting deprecated 7.x features #108716
Comments
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
Information about how we might build and use a custom index for our specific telemetry fields in this comment. |
Update here on adding the telemetry data to help us eventually remove these
|
@mikecote All telemetry are now complete for this issue. We should have all this data available soon. Can we close this out? |
@chrisronline yup :) I'll let you have the pleasure. |
How to collect telemetry data: https://github.com/elastic/kibana/tree/master/src/plugins/usage_collection
This issue captures additional points of data we should track to help us understand the impact of removing a feature. Some of these features are already deprecated and the telemetry will help understand when we can remove such features, while others are not deprecated yet but the data can provide better insights on how we can deprecate or remove those features.
alertTypeId
instead ofruleTypeId
)? How many times per cluster? What is the breakdown by attribute?actionTypeId
instead ofactionTypeId
)? How many times per cluster? What is the breakdown by attribute?xpack.actions.whitelistedHosts
?- What percentage of clusters are using
xpack.actions.customHostSettings[<index>].ssl.rejectUnauthorized
?- What percentage of clusters are using
xpack.actions.rejectUnauthorized
?- What percentage of clusters are using
xpack.actions.proxyRejectUnauthorizedCertificates
?- What percentage of clusters are using
xpack.alerts.healthCheck
?- What percentage of clusters are using
xpack.alerts.invalidateApiKeysTask.interval
?- What percentage of clusters are using
xpack.alerts.invalidateApiKeysTask.removalDelay
?- What percentage of clusters are using
xpack.task_manager.max_workers values
with a value greater than 100?The text was updated successfully, but these errors were encountered: