elasticsearch-changes-plugin
elasticsearch-changes-plugin copied to clipboard
An Elasticsearch Plugin that notifies about changes to indices
While trying to install this plugin on a vm running elasticsearch 1.3.2 I get the following: ``` text spaans@estest:/usr/share/elasticsearch$ sudo bin/plugin -install derryx/elasticsearch-changes-plugin -> Installing derryx/elasticsearch-changes-plugin... Trying https://github.com/derryx/elasticsearch-changes-plugin/archive/master.zip... Downloading .................DONE...
Hiya I'm following this plugin with interest. One thing that'd be nice to see is a flag somewhere that allows us to distinguish which changes should show up in the...
Don't use a circular buffer to track changes but use the translog. That saves memory.
We should collect changes from other nodes as well so you can ask one node for changes on all nodes.
When a shard switches from replica to primary state or vice versa we do not get all changes or show duplicates.