Skip to content

Commit aab07d9

Browse files
apmmachineapmmachine
and
apmmachine
authored
test: synchronizing specs (#36)
Co-authored-by: apmmachine <[email protected]>
1 parent 54138a5 commit aab07d9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/resources/spec.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
"type": "datetime",
1010
"required": true,
1111
"index": 0,
12-
"url": "https://www.elastic.co/guide/en/ecs/current/ecs-base.html"
12+
"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+
]
1317
},
1418
"log.level": {
1519
"type": "string",
@@ -42,11 +46,7 @@
4246
"url": "https://www.elastic.co/guide/en/ecs/current/ecs-base.html",
4347
"sanitization": {
4448
"key": {
45-
"replacements": [
46-
".",
47-
"*",
48-
"\\"
49-
],
49+
"replacements": [".", "*", "\\"],
5050
"substitute": "_"
5151
}
5252
}
@@ -136,4 +136,4 @@
136136
"comment": "The stack trace of the exception as plain text."
137137
}
138138
}
139-
}
139+
}

0 commit comments

Comments
 (0)