Skip to content

2.1.2-GA

Compare
Choose a tag to compare
@Branor Branor released this 26 Nov 15:43
· 619 commits to master since this release

Added two new configuration options to address problems with the plugin trying to add checkpoint metadata documents to indexes that are not related to replication from Couchbase, such as .watcher and .kibana.

  • couchbase.ignoreDotIndexes - Enabled by default (true). Causes the plugin to completely ignore indexes/aliases whose name starts with ".", such as ".kibana", ".marvel", etc.
  • couchbase.includeIndexes - Specifying one or more index/alias names (as a comma or semicolon delimited string) here will cause the plugin to ignore the existence of all other indexes and aliases. For example, if you have only a few indexes replicated from Couchbase, there's no reason to store checkpoint metadata in all other indexes.

Note that the includeIndexes setting takes precedence over the ignoreDotIndexes setting. If you have a ".index" white-listed, it will be used even if ignoreDotIndexes is enabled.

Also, bumped the supported Couchbase versions to 2.5.x - 4.x.