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 54138a5 commit aab07d9Copy full SHA for aab07d9
tests/resources/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",
@@ -42,11 +46,7 @@
42
46
"url": "https://www.elastic.co/guide/en/ecs/current/ecs-base.html",
43
47
"sanitization": {
44
48
"key": {
45
- "replacements": [
- ".",
- "*",
- "\\"
49
- ],
+ "replacements": [".", "*", "\\"],
50
"substitute": "_"
51
}
52
@@ -136,4 +136,4 @@
136
"comment": "The stack trace of the exception as plain text."
137
138
139
-}
+}
0 commit comments