Sign inSign up

openeuler/logstash

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

5.6K

openeuler/logstash repository overview

Quick reference

logstash | openEuler

Current logstash docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

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.

The tag of each logstash docker image is consist of the version of logstash and the version of basic image. The details are as follows

TagsCurrentlyArchitectures
9.4.0-oe2403sp4logstash 9.4.0 on openEuler 24.03-LTS-SP4amd64, arm64
9.4.0-oe2403sp3logstash 9.4.0 on openEuler 24.03-LTS-SP3amd64, arm64
9.3.4-oe2403sp3logstash 9.3.4 on openEuler 24.03-LTS-SP3amd64, arm64
9.2.1-oe2403sp2logstash 9.2.1 on openEuler 24.03-LTS-SP2amd64, arm64
9.2.0-oe2403sp2logstash 9.2.0 on openEuler 24.03-LTS-SP2amd64, arm64
8.17.3-oe2403sp1Logstash 8.17.3 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

Start a logstash instance by following command:

docker run -it \
    --name logstash \
    -p 9600:9600 \
    -p 5044:5044 \
    openeuler/logstash:latest

The following message indicates that the logstash is ready :

Starting server on port: 5044

To get an interactive shell

docker exec -it logstash /bin/bash

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:5877d8dc6

Size

1 GB

Last updated

2 months ago

docker pull openeuler/logstash

This week's pulls

Pulls:

53

Last week