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?

General4077
  • 435
  • 1
  • 8
  • 17
Ryan
  • 4,354
  • 2
  • 42
  • 78

1 Answers1

1

The supported log drivers section does list GELF (Graylog Extended Log Format), but by default on docker for Linux (so within a Linux VM on other platforms)

The official GELF documention does recommend in its installation page

Some modern Linux distribution (Debian Linux, Ubuntu Linux, or CentOS recommended)

So a Windows server 2016 might not include a Graylog server in its Docker.

General4077
  • 435
  • 1
  • 8
  • 17
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250