You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is updation of an autofollow replication rule allowed?
Consider that an autofollow replication rule (test-rule) exists in the system which corresponds to the index pattern (test-). Now when we try to update the rule with a new index pattern (new-), the API returns {acknowledge: true} but there is no index getting replicated of the updated index pattern (new-). The indices falling under test- are getting replicated even after the updation of replication rule.
What is the expected behavior?
If updation of replication rule is allowed, then the new index pattern should be considered for the replication.
If its not allowed, then the API should not return with response 200.
The text was updated successfully, but these errors were encountered:
In the above sceanrio, it would be better to check if there any existing replication rule before creating a new replication rule (i.e) the API should throw exception in case of overriding an existing rule.
Is updation of an autofollow replication rule allowed?
Consider that an autofollow replication rule (test-rule) exists in the system which corresponds to the index pattern (test-). Now when we try to update the rule with a new index pattern (new-), the API returns {acknowledge: true} but there is no index getting replicated of the updated index pattern (new-). The indices falling under test- are getting replicated even after the updation of replication rule.
What is the expected behavior?
The text was updated successfully, but these errors were encountered: