logstash/x-pack
github-actions[bot] 17784fd09b
geoip: avoid crash cleaning non-existing managed dbs (#15986) (#15999)
* geoip: avoid crash cleaning non-existing managed dbs

* Update x-pack/spec/geoip_database_management/manager_spec.rb

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>

---------

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
(cherry picked from commit 483059e378)

Co-authored-by: Ry Biesemeyer <yaauie@users.noreply.github.com>
2024-03-11 13:25:22 -07:00
..
ci Clean up left over scripts after CI migration (#15926) 2024-02-12 11:26:28 +02:00
lib geoip: avoid crash cleaning non-existing managed dbs (#15986) (#15999) 2024-03-11 13:25:22 -07:00
modules Rubocop: Enable most SpaceInside cops (#15201) 2023-07-20 09:49:46 -04:00
qa/integration Rubocop: Enable most SpaceInside cops (#15201) 2023-07-20 09:49:46 -04:00
spec geoip: avoid crash cleaning non-existing managed dbs (#15986) (#15999) 2024-03-11 13:25:22 -07:00
src/test/java/org/logstash/xpack/test Refactor: drop redundant (jruby-complete.jar) dependency (#13159) 2022-02-02 06:55:26 +01:00
build.gradle Refactor: drop redundant (jruby-complete.jar) dependency (#13159) 2022-02-02 06:55:26 +01: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