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 80a4b22 commit 54fdf8eCopy full SHA for 54fdf8e
utils/ecs-logging/spec.json
@@ -42,7 +42,12 @@
42
"ecs.version": {
43
"type": "string",
44
"required": true,
45
- "url": "https://www.elastic.co/guide/en/ecs/current/ecs-ecs.html"
+ "top_level_field": true,
46
+ "url": "https://www.elastic.co/guide/en/ecs/current/ecs-ecs.html",
47
+ "comment": [
48
+ "This field SHOULD NOT be a nested object field but at the top level with a dot in the property name.",
49
+ "This is to make the JSON logs more human-readable."
50
+ ]
51
},
52
"labels": {
53
"type": "object",
0 commit comments