Skip to content

Commit 0bc5186

Browse files
committed
fix itest for new default
1 parent 3a0993e commit 0bc5186

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ingest-user-agent/src/test/resources/rest-api-spec/test/ingest-useragent/20_useragent_processor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"processors": [
1010
{
1111
"user_agent" : {
12-
"field" : "field1",
13-
"ecs": true
12+
"field" : "field1"
1413
}
1514
}
1615
]
@@ -86,7 +85,7 @@
8685

8786
- do:
8887
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"
9089
- "the [os_major] property is deprecated for the user-agent processor"
9190
ingest.put_pipeline:
9291
id: "my_pipeline"
@@ -97,6 +96,7 @@
9796
{
9897
"user_agent" : {
9998
"field" : "field1",
99+
"ecs": false,
100100
"target_field": "field2",
101101
"properties": ["os", "os_major"]
102102
}

0 commit comments

Comments
 (0)