[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! |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
💚 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 <42973632+kibanamachine@users.noreply.github.com> # 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 <42973632+kibanamachine@users.noreply.github.com> # Conflicts: # x-pack/plugins/actions/server/index.test.ts
Resolves #112585
Replaces #112609
This adds usage telemetry for:
xpack.actions.whitelistedHostsxpack.actions.customHostSettings.ssl.rejectUnauthorizedxpack.actions.rejectUnauthorizedxpack.actions.proxyRejectUnauthorizedCertificatesxpack.alerts.healthCheckxpack.alerts.invalidateApiKeysTask.intervalxpack.alerts.invalidateApiKeysTask.removalDelayxpack.task_manager.max_workersTo 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_usageand some indeprecated_keys(kibana.yml for the above)