We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503b927 commit 35dd670Copy full SHA for 35dd670
tests/resources/spec.json
@@ -31,9 +31,13 @@
31
},
32
"message": {
33
"type": "string",
34
- "required": true,
+ "required": false,
35
"index": 2,
36
- "url": "https://www.elastic.co/guide/en/ecs/current/ecs-base.html"
+ "url": "https://www.elastic.co/guide/en/ecs/current/ecs-base.html",
37
+ "comment": [
38
+ "A message field is typically included in all log records, but some logging libraries allow records with no message.",
39
+ "That's typically the case for libraries that allow for structured logging."
40
+ ]
41
42
"ecs.version": {
43
0 commit comments