OpenSearch/plugin
Colin Goodheart-Smithe b5dadc733b Make Filter actions extend HandledTransportAction (elastic/x-pack-elasticsearch#859)
Previously the GET/PUT/DELETE filters actions were master node actions. This is not necessary since the filters are stored in an index rather than the cluster state. This change makes the actions extend `HandledTransportAction` so they can be run on any node.

The change also makes PutFilterAction.TransportAction use the TransportBulkAction instead of the deprecated TransportIndexAction.

relates elastic/x-pack-elasticsearch#756

Original commit: elastic/x-pack-elasticsearch@c6df04382e
2017-03-28 15:02:39 +01:00
..
bin/x-pack Rename core plugin and transport dirs 2017-02-10 11:02:42 -08:00
config/x-pack Rename core plugin and transport dirs 2017-02-10 11:02:42 -08:00
keys Rename core plugin and transport dirs 2017-02-10 11:02:42 -08:00
licenses Watcher: Update dependencies (elastic/x-pack-elasticsearch#613) 2017-03-21 10:28:20 +01:00
src Make Filter actions extend HandledTransportAction (elastic/x-pack-elasticsearch#859) 2017-03-28 15:02:39 +01:00
build.gradle Mark x-pack plugin as having native controller 2017-03-27 15:53:03 -04:00