Skip to content

Commit 961cfc4

Browse files
committed
Update pipeline test config
1 parent 763b1c5 commit 961cfc4

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

test/packages/parallel/apache/data_stream/access/_dev/test/pipeline/test-common-config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
dynamic_fields:
22
event.ingested: ".*"
3+
# This can be removed after ES 8.16.2 is set as the minimum version supported in the manifest.
4+
# Once removed, it requires to update pipeline tests to remove the trailing dot where required.
5+
# Relates: https://github.com/elastic/elasticsearch/pull/117213
6+
"user_agent.version": '^\d+\.\d+(\.|\..*)?$'
37
fields:
48
"@timestamp": "2020-04-28T11:07:58.223Z"
59
tags:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
dynamic_fields:
22
"event.ingested": ".*"
3+
# This can be removed after ES 8.16.2 is set as the minimum version supported in the manifest.
4+
# Once removed, it requires to update pipeline tests to remove the trailing dot where required.
5+
# Relates: https://github.com/elastic/elasticsearch/pull/117213
6+
"user_agent.version": '^\d+\.\d+(\.|\..*)?$'

test/packages/parallel/nginx/data_stream/access/_dev/test/pipeline/test-common-config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
dynamic_fields:
22
event.ingested: ".*"
3+
# This can be removed after ES 8.16.2 is set as the minimum version supported in the manifest.
4+
# Once removed, it requires to update pipeline tests to remove the trailing dot where required.
5+
# Relates: https://github.com/elastic/elasticsearch/pull/117213
6+
"user_agent.version": '^\d+\.\d+(\.|\..*)?$'
37
multiline:
48
first_line_pattern: "^(?:[0-9]{1,3}\\.){3}[0-9]{1,3}"
59
fields:

0 commit comments

Comments
 (0)