monitoring.asciidoc 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. [discrete]
  2. [[breaking_80_monitoring_changes]]
  3. === Monitoring changes
  4. //NOTE: The notable-breaking-changes tagged regions are re-used in the
  5. //Installation and Upgrade Guide
  6. //tag::notable-breaking-changes[]
  7. .The `use_ingest` setting on Monitoring exporter configurations has been removed.
  8. [%collapsible]
  9. ====
  10. *Details* +
  11. The `xpack.monitoring.exporters.*.use_ingest` property was deprecated in 7.16.0 and
  12. has been removed. This parameter controlled the creation of pipelines for monitoring
  13. indices that previously had no function.
  14. *Impact* +
  15. Discontinue the use of the `xpack.monitoring.exporters.*.use_ingest` setting.
  16. ====
  17. .The `index.pipeline.master_timeout` setting on Monitoring HTTP exporter configurations has been removed.
  18. [%collapsible]
  19. ====
  20. *Details* +
  21. The `xpack.monitoring.exporters.*.index.pipeline.master_timeout` property was
  22. deprecated in 7.16.0. This parameter set the timeout when waiting for the remote
  23. Monitoring cluster to create pipelines. Those pipelines for monitoring indices previously
  24. had no function and are now removed in 8.0.0.
  25. *Impact* +
  26. Discontinue the use of the `xpack.monitoring.exporters.*.index.pipeline.master_timeout` setting.
  27. ====
  28. .The `index.template.create_legacy_templates` setting on Monitoring HTTP exporter configurations has been removed.
  29. [%collapsible]
  30. ====
  31. *Details* +
  32. The `xpack.monitoring.exporters.*.index.template.create_legacy_templates` property was
  33. deprecated in 7.16.0. This parameter instructed the exporter to install the previous version
  34. of monitoring templates on the monitoring cluster. These older templates were meant to assist
  35. in transitioning to the current monitoring data format. They are currently empty and are no
  36. longer of any use.
  37. *Impact* +
  38. Discontinue the use of the `xpack.monitoring.exporters.*.index.template.create_legacy_templates` setting.
  39. ====
  40. //end::notable-breaking-changes[]