Skip to content

Commit

Permalink
Update gelf.md (#1259)
Browse files Browse the repository at this point in the history
Missed this link on my last  update. Fixing GELF Specification list.

Signed-off-by: Joshua Cooper <[email protected]>
  • Loading branch information
JoshuaCooper authored Dec 20, 2023
1 parent 9aa6eb0 commit f45d7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/outputs/gelf.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Now, this is what happens to this log:
3. We used this `data` key as `Gelf_Short_Message_Key`; so GELF plugin changes it to `short_message`.
4. [Kubernetes Filter](../filters/kubernetes.md) adds `host` name.
5. Timestamp is generated.
6. Any custom field (not present in [GELF Payload Specification](https://docs.graylog.org/en/latest/pages/gelf.html#gelf-payload-specification)) is prefixed by an underline.
6. Any custom field (not present in [GELF Payload Specification](https://go2docs.graylog.org/5-0/getting_in_log_data/gelf.html?Highlight=Payload#GELFPayloadSpecification).) is prefixed by an underline.

Finally, this is what our Graylog server input sees:

Expand Down

0 comments on commit f45d7b3

Please sign in to comment.