opendistro-security/plugin-descriptor.properties
2019-03-29 14:52:42 +03:00

26 lines
976 B
Properties

#
# 'description': simple summary of the plugin
description=Provide access control related features for Elasticsearch 6
#
# 'version': plugin's version
version=0.7.0.1-rbkmoney
#
# 'name': the plugin name
name=opendistro_security
#
# 'classname': the name of the class to load, fully-qualified.
classname=com.amazon.opendistroforelasticsearch.security.OpenDistroSecurityPlugin
#
# '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