logstash
100M+
Logstash is a tool for managing events and logs.
docker pull logstash
Maintained by:
the Elastic Team
Where to get help:
the Logstash Discuss Forums and the Elastic community.
Dockerfile
linksWhere to file issues:
For issues with Logstash Docker Image or Logstash: https://github.com/elastic/logstash/issues
Supported architectures: (more info)amd64
, arm64v8
Published image artifact details:
repo-info repo's repos/logstash/
directory (history)
(image metadata, transfer size, etc)
Image updates:
official-images repo's library/logstash
label
official-images repo's library/logstash
file (history)
Source of this description:
docs repo's logstash/
directory (history)
Logstash is an open source data collection engine with real-time pipelining capabilities. Logstash can dynamically unify data from disparate sources and normalize the data into destinations of your choice.
Collection is accomplished via a number of configurable input plugins including raw socket/packet communication, file tailing and several message bus clients. Once an input plugin has collected data it can be processed by any number of filters which modify and annotate the event data. Finally, events are routed to output plugins which can forward the events to a variety of external programs including Elasticsearch, local files and several message bus implementations.
For more information about Logstash, please visit www.elastic.co/products/logstash
This default distribution is governed by the Elastic License and includes the full set of free features.
View the detailed release notes here.
Not the version you're looking for? View all supported past releases.
Note: Pulling an image requires using a specific version number tag. The latest
tag is not supported.
For Logstash versions prior to 6.4.0, a full list of images, tags, and documentation can be found at docker.elastic.co.
For full Logstash documentation see here.
For instructions specifically related to running the Docker image, see this section of the Logstash documentation.
View license information for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in the repo-info
repository's logstash/
directory.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
Docker Official Images are a curated set of Docker open source and drop-in solution repositories.
These images have clear documentation, promote best practices, and are designed for the most common use cases.