Skip to content

Commit

Permalink
fix itest for new default
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Feb 12, 2019
1 parent 3a0993e commit 0bc5186
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"processors": [
{
"user_agent" : {
"field" : "field1",
"ecs": true
"field" : "field1"
}
}
]
Expand Down Expand Up @@ -86,7 +85,7 @@

- do:
warnings:
- "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"
- "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"
- "the [os_major] property is deprecated for the user-agent processor"
ingest.put_pipeline:
id: "my_pipeline"
Expand All @@ -97,6 +96,7 @@
{
"user_agent" : {
"field" : "field1",
"ecs": false,
"target_field": "field2",
"properties": ["os", "os_major"]
}
Expand Down

0 comments on commit 0bc5186

Please sign in to comment.