logstash/x-pack
2020-04-16 18:52:42 +00:00
..
ci Introduced JDK environment variable to explicitly pass the JAVA_HOME to use, expanded Xmx usable by Gradle 2020-03-30 10:53:18 +00:00
lib Fix: cloud_id not propagating from monitoring config 2020-04-16 18:52:42 +00:00
modules Add apache and elastic license headers to source code files (#11673) 2020-03-11 11:53:38 +00:00
qa/integration Fix hard coded constraint on pipeline name for metrics 2020-04-13 14:11:07 +00:00
spec Fix: cloud_id not propagating from monitoring config 2020-04-16 18:52:42 +00:00
src/test/java/org/logstash/xpack/test Add apache and elastic license headers to source code files (#11673) 2020-03-11 11:53:38 +00:00
build.gradle Update gradle version to 6.3 (#11742) 2020-04-07 12:49:36 -04:00
CHANGELOG.md Migrate x-pack-logstash source to logstash 2018-04-24 10:46:15 -05:00
gradle.properties Defensively mark x-pack as a distributed artifact 2018-05-15 19:42:31 +00:00
README.md Migrate x-pack-logstash source to logstash 2018-04-24 10:46:15 -05:00
settings.gradle Load tests via JUnit 2018-05-15 16:15:39 +00:00

Elastic License Functionality

This directory tree contains files subject to the Elastic License. The files subject to the Elastic License are grouped in this directory to clearly separate them from files licensed under the Apache License 2.0.

Logstash X-Pack

Set of plugins that form Logstash X-Pack features.

Setup

Logstash X-Pack features are a default part of Logstash; as X-Pack features provide integrations with the rest of the Elastic Stack, they will need to be configured to point to an Elasticsearch instance in order to work.

Opting Out of X-Pack

If you are unable or unwilling to run the Elastic-Licensed X-Pack Features and Functions, OSS-only distributions are available from the downloads page; to run Logstash from source without X-Pack, ensure that your environment variable OSS is exported with a value of true:

export OSS=true

Configuration

To configure x-pack settings, you can edit config/logstash.yml and add xpack.* configs from the logstash x-pack settings.

Building documentation

This repo contains information that is used in the Logstash Reference.

To build the Logstash Reference on your local machine, use the docbldls or docbldlsx build commands defined in https://github.com/elastic/docs/blob/master/doc_build_aliases.sh