Closed jsoriano closed 6 months ago
test integrations
Created or updated PR in integrations repository to test this version. Check https://github.com/elastic/integrations/pull/9942
test integrations
test integrations
Created or updated PR in integrations repository to test this version. Check https://github.com/elastic/integrations/pull/9942
cc @jsoriano
What does this PR do?
Check format of the
data_stream.dataset
variable in test definitions.Why is it important?
data_stream.dataset
variable has a special meaning in Fleet. It is used to define the dataset part in the data stream name. As this is going to end up being part of the data stream name, its format should be restricted. Not following this restriction can lead to issues, as the ones described in https://github.com/elastic/kibana/issues/182952. To avoid these issues, Kibana 8.14.0 will be more restrictive on the formats allowed (https://github.com/elastic/kibana/pull/182925).Checklist
test/packages
that prove my change is effective.spec/changelog.yml
.Related issues