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
8 changes: 6 additions & 2 deletions tests/resources/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@
},
"message": {
"type": "string",
"required": true,
"required": false,
"index": 2,
"url": "https://www.elastic.co/guide/en/ecs/current/ecs-base.html"
"url": "https://www.elastic.co/guide/en/ecs/current/ecs-base.html",
"comment": [
"A message field is typically included in all log records, but some logging libraries allow records with no message.",
"That's typically the case for libraries that allow for structured logging."
]
},
"ecs.version": {
"type": "string",
Expand Down