logstash

library/logstash

Logstash是一款开源的事件和日志管理工具,它支持从文件、数据库、消息队列、网络服务等多种数据源高效收集事件与日志数据,通过内置的过滤、转换和解析功能对数据进行处理,并能将结构化或半结构化数据输出至Elasticsearch、Kibana等目标系统,广泛应用于日志分析、系统监控、故障排查及安全审计等场景,为用户提供全面的日志数据处理解决方案。

2.3千 次收藏下载次数: 0状态:Docker 官方镜像维护者:Docker 官方镜像仓库类型:镜像最近更新:5 天前
让 AI 帮你使用轩辕镜像?

如果你使用 DeepSeek元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。

只需在 AI 对话中先发送下面这句话即可:

请先完整阅读并严格遵守以下文档中的全部规则与要求:

https://xuanyuan.cloud/agents.md

在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。

查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AIDeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

下载命令
点击查看

Quick reference

  • Maintained by:
    https://github.com/elastic/logstash

  • Where to get help:
    the https://discuss.elastic.co/c/logstash and the https://www.elastic.co/community.

Supported tags and respective Dockerfile links

  • https://github.com/elastic/dockerfiles/blob/57f4d9d226b52cb290f6ffac8ad72b479c967e8e/logstash/Dockerfile

  • https://github.com/elastic/dockerfiles/blob/a4c7a8e5126014788f415694e50291325c4397ee/logstash/Dockerfile

  • https://github.com/elastic/dockerfiles/blob/e62732912302a282ec0de973e7ed140c69a31520/logstash/Dockerfile

Quick reference (cont.)

  • Where to file issues:
    For issues with Logstash Docker Image or Logstash: https://github.com/elastic/logstash/issues

  • Supported architectures: (https://github.com/docker-library/official-images#architectures-other-than-amd64)
    https://hub.docker.com/r/amd64/logstash/, https://hub.docker.com/r/arm64v8/logstash/

  • Published image artifact details:
    https://github.com/docker-library/repo-info/blob/master/repos/logstash (https://github.com/docker-library/repo-info/commits/master/repos/logstash)
    (image metadata, transfer size, etc)

  • Image updates:
    https://github.com/docker-library/official-images/issues?q=label%3Alibrary%2Flogstash
    https://github.com/docker-library/official-images/blob/master/library/logstash (https://github.com/docker-library/official-images/commits/master/library/logstash)

  • Source of this description:
    https://github.com/docker-library/docs/tree/master/logstash (https://github.com/docker-library/docs/commits/master/logstash)

What is Logstash?

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 https://www.elastic.co/products/logstash

About This Image

This default distribution is governed by the Elastic License and includes the https://www.elastic.co/subscriptions.

View the detailed release notes https://www.elastic.co/guide/en/logstash/current/releasenotes.html.

Not the version you're looking for? View all supported [***]

How to use this image

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 https://www.docker.elastic.co/.

For full Logstash documentation see https://www.elastic.co/guide/en/logstash/current/index.html.

For instructions specifically related to running the Docker image, see https://www.elastic.co/guide/en/logstash/current/docker-config.html of the Logstash documentation.

License

View https://github.com/elastic/logstash/blob/6.4/licenses/ELASTIC-LICENSE.txt 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 https://github.com/docker-library/repo-info/tree/master/repos/logstash.

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 镜像与资源

以下是 logstash 相关的常用 Docker 镜像,适用于 不同场景 等不同场景:

  • elastic/logstash Docker 镜像说明(Elastic Logstash 日志管道,适合日志采集、过滤与转发)
  • amd64/logstash Docker 镜像说明(Logstash 容器镜像,适合 amd64 维护的 Logstash 工作负载部署)
  • jelastic/logstash Docker 镜像说明(Logstash 容器镜像,适合 jelastic 维护的 Logstash 工作负载部署)
  • library/elasticsearch Docker 镜像说明
  • bitnami/elasticsearch Docker 镜像说明(Elasticsearch 搜索引擎,Bitnami 企业级配置)

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面

轩辕镜像加速拉取命令点我查看更多 logstash 镜像标签

docker pull docker.xuanyuan.run/logstash:<标签>

DockerHub 原生拉取命令

docker pull logstash:<标签>

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

专业版 · 高速稳定拉取镜像
50GB 仅 ¥8/年
高速镜像下载在线技术支持99.95% SLA 保障付费会员免广告