Hide Forgot
1. Proposed title of this feature request Support for Marvel or Marvel-like plugin in ElasticSearch 3. What is the nature and description of the request? We are currently unable to support plugins to ElasticSearch. Customer wants to utilize the features available in the ElasticSearch plugin Marvel. https://www.elastic.co/products/marvel 7. Is there already an existing RFE upstream or in Red Hat bugzilla? This is already opened in github at https://github.com/openshift/origin-aggregated-logging/issues/237 10. List any affected packages or components. elasticsearch image
You have to explicitly specify the classpath in the plugin command. This is how we run the plugin command when we build the image: plugin="-Xmx64m -Xms16m -Delasticsearch $ES_JAVA_OPTS -classpath $es_home/lib/*:/usr/share/java/lucene-core-4.10.4.redhat-1.jar org.elasticsearch.plugins.PluginManager" ... java $plugin -i search-guard -u file:///tmp/search-guard.zip
es_home=/usr/share/elasticsearch
ES_JAVA_OPTS="-Des.path.home=/usr/share/java/elasticsearch -Des.config=/usr/share/java/elasticsearch/config/elasticsearch.yml" \
To clarify, ES_JAVA_OPTS is an environment variable for the elasticsearch dc correct? So you set that and then it fills into the plugin command? Where does es_home go?
The full command line is java -Xmx64m -Xms16m -Delasticsearch -Des.path.home=/usr/share/java/elasticsearch -Des.config=/usr/share/java/elasticsearch/config/elasticsearch.yml -classpath usr/share/elasticsearch/lib/*:/usr/share/java/lucene-core-4.10.4.redhat-1.jar org.elasticsearch.plugins.PluginManager -i nameofplugin .....
@steve can we get confirmation of your request here. Is the request to provide a monitoring plugin or to allow any plugin to be installed
The customer attached to the case specifically wants the Marvel plugin; I will ask if the customer is looking for any monitoring solution or if it needs to be Marvel. I do not think they have a requirement for support for all plugins.
*** Bug 1440307 has been marked as a duplicate of this bug. ***
*** Bug 1441032 has been marked as a duplicate of this bug. ***
This bug has been identified as a dated (created more than 3 months ago) bug. This bug has been triaged (has a trello card linked to it), or reviewed by Engineering/PM and has been put into the product backlog, however this bug has not been slated for a currently planned release (3.9, 3.10 or 3.11), which cover our releases for the rest of the calendar year. As a result of this bugs age, state on the current roadmap and PM Score (being below 70), this bug is being Closed - Differed, as it is currently not part of the products immediate priorities. Please see: https://docs.google.com/document/d/1zdqF4rB3ea8GmVIZ7qWCVYUaQ7-EexUrQEF0MTwdDkw/edit for more details.