elastic / elastic/elastic-package
Add support for additional fields at `message` level in pipeline tests
Open
- Dominant language
- Go
- Stars
- 72
- Forks
- 141
- Avg merge
- 19h 42m
- Merged PRs (30d)
- 55
Description
Ex:
test-datastream-raw.log file contains message value:
`{ valid json}`
Pipeline tests are successful
if the file has the following format:
`{'some_field': 'hello', 'message':'{valid json}'}` then pipeline tests consider the entire log part of the `message`
Ex https://beats-ci.elastic.co/blue/organizations/jenkins/Ingest-manager%2Fintegrations/detail/PR-1462/8/tests
where the external fields like `azure_log_forwarder` were placed inside message
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.