You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ingest-user-agent/src/test/resources/rest-api-spec/test/ingest-useragent/20_useragent_processor.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,7 @@
9
9
"processors": [
10
10
{
11
11
"user_agent" : {
12
-
"field" : "field1",
13
-
"ecs": true
12
+
"field" : "field1"
14
13
}
15
14
}
16
15
]
@@ -86,7 +85,7 @@
86
85
87
86
- do:
88
87
warnings:
89
-
- "setting [ecs] to false for non-common schema format is deprecated and will be removed in 7.0, set to true to use the non-deprecated format"
88
+
- "setting [ecs] to false for non-common schema format is deprecated and will be removed in 8.0, set to true or remove to use the non-deprecated format"
90
89
- "the [os_major] property is deprecated for the user-agent processor"
0 commit comments