mirror of
https://github.com/elastic/logstash.git
synced 2025-04-21 13:18:16 -04:00
This commit adds missing Elasticsearch SSL settings and replaces deprecated options being used on `xpack.monitoring.*` and `xpack.management.*` settings: Changes: - Updated deprecated monitoring and management Elasticsearch's SSL settings so no warnings are logged. - Added monitoring settings support for file-based certificates and for the cipher suites: `xpack.monitoring.elasticsearch.ssl.certificate`, `xpack.monitoring.elasticsearch.ssl.key`, and `xpack.monitoring.elasticsearch.ssl.cipher_suites`. - Added management settings support for file-based certificates and for the cipher suites: `xpack.management.elasticsearch.ssl.certificate`, `xpack.management.elasticsearch.ssl.key`, and `xpack.management.elasticsearch.ssl.cipher_suites`. |
||
---|---|---|
.. | ||
bin | ||
data | ||
examples | ||
ironbank | ||
templates | ||
LICENSE | ||
Makefile | ||
README.md | ||
requirements.txt | ||
tox.ini |
Description
This repository contains the official Logstash Docker image from Elastic.
Documentation can be found on the Elastic website.
Supported Docker versions
The images have been tested on Docker version 18.09.2, build 6247962
Requirements
A full build requires:
- Docker
- GNU Make
- Python 3.5 with Virtualenv
- JRuby 9.1+
Running a build
To build an image check out the corresponding branch for the version and run the rake task Like this:
git checkout 7.0
rake artifact:docker
# and for the OSS package
rake artifact:docker_oss
This image is built on Ubuntu 20.04.