elastic / package-spec

EPR package specifications
Other
17 stars 70 forks source link

Check format of dataset test variable #753

Closed jsoriano closed 3 months ago

jsoriano commented 3 months ago

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

Related issues

jsoriano commented 3 months ago

test integrations

elasticmachine commented 3 months ago

Created or updated PR in integrations repository to test this version. Check https://github.com/elastic/integrations/pull/9942

jsoriano commented 3 months ago

test integrations

jsoriano commented 3 months ago

test integrations

elasticmachine commented 3 months ago

Created or updated PR in integrations repository to test this version. Check https://github.com/elastic/integrations/pull/9942

elasticmachine commented 3 months ago

:green_heart: Build Succeeded

History

cc @jsoriano