logstash/x-pack
github-actions[bot] c998741aa5
Fix the Bootstrap check test failure on Windows. (#15975) (#15991)
(cherry picked from commit 19637143e6)

Co-authored-by: Mashhur <99575341+mashhurs@users.noreply.github.com>
2024-03-11 10:15:08 +02:00
..
ci [backport 7.x] Use LS_JAVA_HOME in favor of JAVA_HOME #12725 (#13213) 2021-09-08 15:20:34 +02:00
lib Fix geoip database download does not respect http_proxy setting (#14048) (#14053) 2022-04-29 17:00:27 +01:00
modules Soften deprecation language and point module deprecations to agent in… (#13338) 2021-10-26 09:39:42 -04:00
qa/integration Backport PR #13689 to 7.17: Update failing policy in Central Management fetcher and license checker if hit ES down node (#13925) 2022-04-12 11:19:51 +01:00
spec Fix the Bootstrap check test failure on Windows. (#15975) (#15991) 2024-03-11 10:15:08 +02:00
src/test/java/org/logstash/xpack/test Add apache and elastic license headers to source code files (#11673) 2020-03-11 11:54:32 +00:00
build.gradle Fixes to build and run Logstah on JDK 17 (#13306) (#13331) 2021-10-18 16:38:38 +02: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