2

I'm trying get an ELK stack up (Elastic Search, Logstash and Kibana) and would like to get the GELF logging driver to forward events to Logstash, however whenever I run my container with the specified driver I get docker: Error response from daemon: logger: no log driver named 'gelf' is registered. even though I'm on 1.12.2-cs2-ws-beta. Is there a way to get this working on Windows Server 2016?

4

1 回答 1

1

支持的日志驱动程序部分确实列出了 GELF(Graylog 扩展日志格式),但默认情况下在 Linux 的 docker 上(因此在其他平台上的 Linux VM 中)

官方 GELF 文档确实在其安装页面中推荐

一些现代 Linux 发行版(推荐 Debian Linux、Ubuntu Linux 或 CentOS)

因此,Windows 服务器 2016 可能不会在其 Docker 中包含 Graylog 服务器。

于 2017-01-26T05:53:49.247 回答