Skip to content
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

[Monitoring] Add breaking change for constants change #30710

Merged
merged 9 commits into from
Feb 12, 2019
4 changes: 4 additions & 0 deletions docs/migration/migrate_7_0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ Previously set `xpack.monitoring.elasticsearch.ssl.verify` is equal to `xpack.mo

*Impact:* Users with `xpack.monitoring.report_stats` set should use `xpack.xpack_main.telemetry.enabled` instead.

[float]
=== kibana.yml setting `xpack.monitoring.*.index_pattern` is no longer valid
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you pluralize settings in this section or create separate sections for each individual setting. Singular "setting" with the wildcard doesn't read well (to me anyway) but I'll defer to @gchaps or another tech writer for their opinion.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*Details:* This unsupported setting has been officially removed. The ability to customize these patterns is no longer supported.

[float]
=== Deprecated API `/shorten` has been removed
*Details:* The `/shorten` API has been deprecated since 6.5, when it was replaced by the `/api/shorten_url` API.
Expand Down