Open Distro For Elasticsearch Security Parent


License

License

Categories

Categories

Security Search Business Logic Libraries Elasticsearch
GroupId

GroupId

com.amazon.opendistroforelasticsearch
ArtifactId

ArtifactId

opendistro_security_parent
Last Version

Last Version

1.3.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Open Distro For Elasticsearch Security Parent
Open Distro For Elasticsearch Security Parent
Project URL

Project URL

https://github.com/opendistro-for-elasticsearch/security-parent
Source Code Management

Source Code Management

https://github.com/opendistro-for-elasticsearch/security-parent

Download opendistro_security_parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.amazon.opendistroforelasticsearch/opendistro_security_parent/ -->
<dependency>
    <groupId>com.amazon.opendistroforelasticsearch</groupId>
    <artifactId>opendistro_security_parent</artifactId>
    <version>1.3.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.amazon.opendistroforelasticsearch/opendistro_security_parent/
implementation 'com.amazon.opendistroforelasticsearch:opendistro_security_parent:1.3.0.0'
// https://jarcasting.com/artifacts/com.amazon.opendistroforelasticsearch/opendistro_security_parent/
implementation ("com.amazon.opendistroforelasticsearch:opendistro_security_parent:1.3.0.0")
'com.amazon.opendistroforelasticsearch:opendistro_security_parent:pom:1.3.0.0'
<dependency org="com.amazon.opendistroforelasticsearch" name="opendistro_security_parent" rev="1.3.0.0">
  <artifact name="opendistro_security_parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.amazon.opendistroforelasticsearch', module='opendistro_security_parent', version='1.3.0.0')
)
libraryDependencies += "com.amazon.opendistroforelasticsearch" % "opendistro_security_parent" % "1.3.0.0"
[com.amazon.opendistroforelasticsearch/opendistro_security_parent "1.3.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

CI

Deprecated as of Opendistro version 1.4:

  • Security-advanced-modules and security-parent have been merged into security.

Open Distro For Elasticsearch Security Parent

Open Distro for Elasticsearch Security Parent is the parent repo for the Open Distro for Elasticsearch security plugin repositories, including:

Security

Security-SSL

Security Advanced Modules

Security Kibana Plugin

Documentation

Please refer to the technical documentation for detailed information.

Requirements

Make sure you are in the elasticsearch/linux_distributions folder. Here are the instructions for installing Java (OpenJDK 11) for Debian based distributions.

sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt install openjdk-11-jdk

Build

To build the security plugin from source follow these instructions in this order:

  1. Download the security-parent source code:
git clone https://github.com/opendistro-for-elasticsearch/security-parent.git
  1. Install to the local repository folder named .m2:
cd security-parent
mvn clean install
cd ..
  1. Download the security-ssl source code:

(Note: This step is needed only for the security plug-in for Open Distro version 0.10.0 supporting Elasticsearch 6.8.1 and below.)

git clone https://github.com/opendistro-for-elasticsearch/security-ssl.git
  1. Install to the local repository folder named .m2:
cd security-ssl
mvn clean install
cd ..
  1. Download the security source code:
git clone https://github.com/opendistro-for-elasticsearch/security.git
  1. Install to the local repository folder named .m2:
cd security
mvn clean install
cd ..
  1. Download the security-advanced-modules source code:
git clone https://github.com/opendistro-for-elasticsearch/security-advanced-modules.git
  1. Install to the local repository folder named .m2:
cd security-advanced-modules
mvn clean install
cd ..
  1. Build the Elasticsearch plugin and install final artifacts:
cd security
mvn clean package -Padvanced

The above builds the final artifacts in zip format.

cd target/releases/

The artifacts can be found in the folder listed above.

  1. Detailed instructions on how to build the security-kibana plugin can be found here:

https://github.com/opendistro-for-elasticsearch/security-kibana-plugin/blob/master/README.md#build

Install

Install the plugin to your Elasticsearch cluster with the following commands:

cd elasticsearch/bin
./elasticsearch-plugin install file:///path/to/security/target/releases/opendistro_security-<version>.zip

License

This code is licensed under the Apache 2.0 License.

Copyright

Open Distro For Elasticsearch Security Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

com.amazon.opendistroforelasticsearch

Open Distro for Elasticsearch

Versions

Version
1.3.0.0
1.2.1.0
1.2.0.0
1.1.0.0
1.0.0.2
1.0.0.0
0.10.0.0
0.9.0.0
0.8.0.0
0.7.0.1