mirror of
https://github.com/elastic/logstash.git
synced 2025-04-20 04:37:18 -04:00
Adds log.format.json.fix_duplicate_message_fields feature flag to rename the clashing fields when json logging format (log.format) is selected. In case two message fields clashes on structured log message, then the second is renamed attaching _1 suffix to the field name. By default the feature is disabled and requires user to explicitly enable the behaviour. Co-authored-by: Rob Bavey <rob.bavey@elastic.co> |
||
---|---|---|
.. | ||
bin | ||
data/logstash | ||
examples | ||
ironbank | ||
templates | ||
LICENSE | ||
Makefile | ||
README.md |
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.