Update gelf.md (#4331)

This commit is contained in:
Wang Jie 2017-08-24 07:32:17 +08:00 committed by Misty Stanley-Jones
parent 795a4e6a42
commit 0634f1ffe6
1 changed files with 2 additions and 2 deletions

View File

@ -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: