Skip to content

Add a test to detect missing variables in fileset configurations #22649

@jsoriano

Description

@jsoriano

Add a test to earlier detect issues like #22608, where a variable used in the configuration was not defined in the manifest.yml files of the filesets.

This could be reproduced by installing the pipelines of an specific module with filebeat setup --pipelines --modules aws.

It was not detected by current module tests because the configuration file using this variable is not used. The aws module uses by default the s3.yml configuration file, but it is tested with the file.yml configuration.

The new test should be able to check that all the included configurations for filesets can be resolved with the default settings.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions