Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pipeline/outputs/gelf.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ According to [GELF Payload Specification](https://go2docs.graylog.org/5-0/gettin
| Host | IP address or hostname of the target Graylog server | 127.0.0.1 |
| Port | The port that your Graylog GELF input is listening on | 12201 |
| Mode | The protocol to use (`tls`, `tcp` or `udp`) | udp |
| Gelf\_Tag\_Key | Key to be used for tag. (_Optional in GELF_) | |
| Gelf_Short_Message_Key | A short descriptive message (**MUST be set in GELF**) | short_message |
| Gelf_Timestamp_Key | Your log timestamp (_SHOULD be set in GELF_) | timestamp |
| Gelf_Host_Key | Key which its value is used as the name of the host, source or application that sent this message. (**MUST be set in GELF**) | host |
Expand Down