-
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] Track deprecated configs #113015
[Alerting] Track deprecated configs #113015
Conversation
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
@elasticmachine merge upstream |
This is unrelated to this PR but maybe a quick fix in this PR? I had this setting in my config:
and I noticed I was not getting a deprecation warning for |
Same thing for |
…d_config_telemetry
@ymao1 Nice catch, I'll fix those in this PR |
94b1986
to
3bdfcc1
Compare
@ymao1 I made those changes, ready for another pass! |
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.
LGTM!
@elasticmachine merge upstream |
@elasticmachine merge upstream |
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.
LGTM
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
* Track deprecated configs * PR feedback * Be more careful * Add test back in * Fix types Co-authored-by: Kibana Machine <[email protected]> # Conflicts: # x-pack/plugins/actions/server/index.test.ts
* Track deprecated configs * PR feedback * Be more careful * Add test back in * Fix types Co-authored-by: Kibana Machine <[email protected]> # Conflicts: # x-pack/plugins/actions/server/index.test.ts
Resolves #112585
Replaces #112609
This adds usage telemetry for:
xpack.actions.whitelistedHosts
xpack.actions.customHostSettings.ssl.rejectUnauthorized
xpack.actions.rejectUnauthorized
xpack.actions.proxyRejectUnauthorizedCertificates
xpack.alerts.healthCheck
xpack.alerts.invalidateApiKeysTask.interval
xpack.alerts.invalidateApiKeysTask.removalDelay
xpack.task_manager.max_workers
To test, add these configs to your kibana.yml and hit the stats HTTP API (
https://localhost:5601/api/stats?extended
). You should see some data inkibana_config_usage
and some indeprecated_keys
(kibana.yml for the above)