watcher.asciidoc 780 B

1234567891011121314151617181920212223
  1. [discrete]
  2. [[breaking_80_watcher_changes]]
  3. ==== Watcher 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. .Watcher history now writes to a hidden data stream.
  8. [%collapsible]
  9. ====
  10. *Details* +
  11. In 8.x, {es} writes Watcher history to a hidden
  12. `.watcher-history-<index-template-version>` data stream. Previously, {es} wrote
  13. Watcher history to hidden
  14. `.watcher-history-<index-template-version>-<yyyy-MM-dd>` indices.
  15. *Impact* +
  16. Update your requests to target the Watcher history data stream. For example, use
  17. the `.watcher-history-*` wildcard expression. Requests that specifically target
  18. non-existent Watcher history indices may return an error.
  19. ====
  20. // end::notable-breaking-changes[]