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 5c754f8 commit 18d106eCopy full SHA for 18d106e
utils/ecs-logging/spec.json
@@ -9,7 +9,11 @@
9
"type": "datetime",
10
"required": true,
11
"index": 0,
12
- "url": "https://www.elastic.co/guide/en/ecs/current/ecs-base.html"
+ "url": "https://www.elastic.co/guide/en/ecs/current/ecs-base.html",
13
+ "comment": [
14
+ "Field order, as specified by 'index', is RECOMMENDED.",
15
+ "ECS loggers must implement field order unless the logging framework makes that impossible."
16
+ ]
17
},
18
"log.level": {
19
"type": "string",
0 commit comments