-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[apache_tomcat] Quote keys with dots in test config files (#8174)
Fix tests of apache_tomcat package by quoting the keys with dots in the test configuration files. They were failing because new checks were merged around the same time.
- Loading branch information
Showing
11 changed files
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
variants: | ||
v10.1.5: | ||
"v10.1.5": | ||
TOMCAT_VERSION: 10.1.5 | ||
default: v10.1.5 | ||
default: "v10.1.5" |
2 changes: 1 addition & 1 deletion
2
packages/apache_tomcat/data_stream/access/_dev/test/pipeline/test-common-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dynamic_fields: | ||
event.ingested: ".*" | ||
"event.ingested": ".*" | ||
fields: | ||
tags: | ||
- preserve_original_event |
2 changes: 1 addition & 1 deletion
2
packages/apache_tomcat/data_stream/cache/_dev/test/pipeline/test-common-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
dynamic_fields: | ||
event.ingested: ".*" | ||
"event.ingested": ".*" |
5 changes: 2 additions & 3 deletions
5
packages/apache_tomcat/data_stream/catalina/_dev/test/pipeline/test-common-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/apache_tomcat/data_stream/connection_pool/_dev/test/pipeline/test-common-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
dynamic_fields: | ||
event.ingested: ".*" | ||
"event.ingested": ".*" |
5 changes: 2 additions & 3 deletions
5
packages/apache_tomcat/data_stream/localhost/_dev/test/pipeline/test-common-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/apache_tomcat/data_stream/memory/_dev/test/pipeline/test-common-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
dynamic_fields: | ||
event.ingested: ".*" | ||
"event.ingested": ".*" |
2 changes: 1 addition & 1 deletion
2
packages/apache_tomcat/data_stream/request/_dev/test/pipeline/test-common-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
dynamic_fields: | ||
event.ingested: ".*" | ||
"event.ingested": ".*" |
2 changes: 1 addition & 1 deletion
2
packages/apache_tomcat/data_stream/session/_dev/test/pipeline/test-common-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
dynamic_fields: | ||
event.ingested: ".*" | ||
"event.ingested": ".*" |
2 changes: 1 addition & 1 deletion
2
packages/apache_tomcat/data_stream/thread_pool/_dev/test/pipeline/test-common-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
dynamic_fields: | ||
event.ingested: ".*" | ||
"event.ingested": ".*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
errors: | ||
exclude_checks: | ||
- SVR00004 # References in dashboards. | ||
- SVR00004 # References in dashboards. |