mirror of https://github.com/docker/docs.git
Update gelf.md (#4331)
This commit is contained in:
parent
795a4e6a42
commit
0634f1ffe6
|
@ -7,7 +7,7 @@ title: Graylog Extended Format logging driver
|
|||
---
|
||||
|
||||
The `gelf` logging driver is a convenient format that is understood by a number of tools such as
|
||||
[Graylog](https://www.graylog.org/),[Logstash](https://www.elastic.co/products/logstash), and
|
||||
[Graylog](https://www.graylog.org/), [Logstash](https://www.elastic.co/products/logstash), and
|
||||
[Fluentd](http://www.fluentd.org/). Many tools use this format.
|
||||
|
||||
In GELF, every log message is a dict with the following fields:
|
||||
|
@ -68,7 +68,7 @@ $ docker run \
|
|||
alpine echo hello world
|
||||
```
|
||||
|
||||
### GELF Options
|
||||
### GELF options
|
||||
|
||||
The `gelf` logging driver supports the following options:
|
||||
|
||||
|
|
Loading…
Reference in New Issue