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
This PR enables to run system tests also in input packages
using the OTEL collector input (otelcol).
In order to achieve that the validation process for fields and
mappings is currently disabled because we need to determine
the specific requirements for validation when the OTEL collector
input is configured.
* Update index template name
* Remove outdated log message
* Extract function to create kibana policies
* Revert "Extract function to create kibana policies"
This reverts commit 77de02ed6bc3c765f8e88954fa3bee5e780ad37a.
* Update package datastream - integration policy
* Add otel as suffic for dataset
* Keep package datastream / integration policy with the previous values
* Enable system test for httpcheck package
* httpcheck - Added field definitions
* httpcheck - replace string by keyword type
* Update comments
* Skip some OTEL fields - to be validated
* Update index template and data stream names for system tests
* Skip validation per fields in OTEL collector input
* Remove skip fields for OTEL
Packages using OTEL collector input will perform the validation based on
the mappings found before and after ingesting documents.
* Skip dynamic templates without match condition
* Replace stringInArray
* Validate dataset fields also in OTEL
* Remove duplicated assignment
* Remove unnecessary else block
* Add warning message
* Update test package
* Add OTEL option when validating fields in transform
* Remove all field definitions
* Restore base-fields field definitions
* Remove skip test
0 commit comments