opendistro-security-ssl/plugin-descriptor.properties
2019-03-29 14:53:18 +03:00

26 lines
960 B
Properties

#
# 'description': simple summary of the plugin
description=Provides SSL for Elasticsearch 6
#
# 'version': plugin's version
version=0.7.0.1-rbkmoney
#
# '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.
elasticsearch.version=6.6.1