elastic / elastic-integration-corpus-generator-tool

Command line tool used for generating events corpus dynamically given a specific integration
Other
21 stars 12 forks source link

Simplify config #148

Open gpop63 opened 2 months ago

gpop63 commented 2 months ago

Generating Schema B currently requires multiple config files. Simplify the configuration by adding a types section to config.yml. Allow either the types section or fields.yml, but not both. Raise a validation error if both are present to avoid ambiguity.

Relates #141