-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[system tests] [transforms] Support commas in the source indices definition #2388
Conversation
test integrations |
Created or updated PR in integrations repository to test this version. Check elastic/integrations#12604 |
💚 Build Succeeded
cc @mrodm |
if config.SkipTransformValidation { | ||
return nil | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Due to the errors found in the elasticsearch
package from integrations (see PR description) when testing to check each index independently, it looks like it would be needed to add this kind of setting in the system tests.
Relates #2341
Support to check transforms which source indices definition contains a list of comma-separated strings.
For instance (link)
elastic-package
needs to check each source index defined in the transform independently to validate whether or not it matches with the data stream tested.Notes:
logs-
prefixelasticsearch
package)."Source indices have been deleted or closed."
Error:
"must specify at least one document in [docs]"