2019-03-03 04:43:33 +00:00
|
|
|
#
|
|
|
|
# 'description': simple summary of the plugin
|
|
|
|
description=Provides SSL for Elasticsearch 6
|
|
|
|
#
|
|
|
|
# 'version': plugin's version
|
2019-03-29 11:53:18 +00:00
|
|
|
version=0.7.0.1-rbkmoney
|
2019-03-03 04:43:33 +00:00
|
|
|
#
|
|
|
|
# 'name': the plugin name
|
|
|
|
name=opendistro_security-ssl
|
|
|
|
#
|
|
|
|
# 'classname': the name of the class to load, fully-qualified.
|
|
|
|
classname=com.amazon.opendistroforelasticsearch.security.ssl.OpenDistroSecuritySSLPlugin
|
|
|
|
#
|
|
|
|
# 'java.version' version of java the code is built against
|
|
|
|
# use the system property java.specification.version
|
|
|
|
# version string must be a sequence of nonnegative decimal integers
|
|
|
|
# separated by "."'s and may have leading zeros
|
|
|
|
java.version=1.8
|
|
|
|
#
|
|
|
|
# 'elasticsearch.version' version of elasticsearch compiled against
|
|
|
|
# You will have to release a new version of the plugin for each new
|
|
|
|
# elasticsearch release. This version is checked when the plugin
|
|
|
|
# is loaded so Elasticsearch will refuse to start in the presence of
|
|
|
|
# plugins with the incorrect elasticsearch.version.
|
2019-03-28 11:18:55 +00:00
|
|
|
elasticsearch.version=6.6.1
|