Plugins: Remove site plugins

Site plugins used to be used for things like kibana and marvel, but
there is no longer a need since kibana (and marvel as a kibana plugin)
uses node.js. This change removes site plugins, as well as the flag for
jvm plugins. Now all plugins are jvm plugins.
This commit is contained in:
Ryan Ernst 2016-01-16 21:54:05 -08:00
parent b4538a5676
commit 3b78267c71
42 changed files with 79 additions and 1033 deletions

View file

@ -11,4 +11,3 @@
nodes.info: {}
- match: { nodes.$master.plugins.0.name: store-smb }
- match: { nodes.$master.plugins.0.jvm: true }