ccr.asciidoc 657 B

1234567891011121314151617181920
  1. [discrete]
  2. [[breaking_80_ccr_changes]]
  3. ==== Cross Cluster Replication 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. .Remote system indices are not followed automatically if they match an auto-follow pattern.
  8. [%collapsible]
  9. ====
  10. *Details* +
  11. Remote system indices matching an {ref}/ccr-auto-follow.html[auto-follow
  12. pattern] won't be configured as a follower index automatically.
  13. *Impact* +
  14. Explicitly {ref}/ccr-put-follow.html[create a follower index] to follow a remote
  15. system index if that's the wanted behaviour.
  16. ====
  17. // end::notable-breaking-changes[]