-
Notifications
You must be signed in to change notification settings - Fork 462
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
Rename directories to not contain - in packages #150
Comments
https://github.com/elastic/integrations/blob/master/dev/import-beats/packages.go#L328 |
@mtojek Glad you pointed me to this. Seems like this one went missing during the renaming. Lets get in elastic/package-registry#581 first then. |
I filed #153 as draft so we can continue the work as soon as the registry is changed. |
@ruflin can we close this issue? |
@mtojek Yes. @ycombinator Could we make sure this is "enforced" also in the package spec somehow for all directories? |
@ycombinator As usual, you are a step ahead 🎉 |
To unify the naming of all directories and configs, only
_
are used moving forward. This means theingest-pipeline
directories must be renamed toingest_pipeline
. In the package storage this was already done by duplicating the directories: elastic/package-storage#108 Adjustments to Kibana are here: elastic/kibana#70320I wanted now to adjust it in integrations repository. Copying the directories / renaming is easy, here is a leftover script: https://github.com/elastic/package-storage/blob/master/packages/main.go But it was unclear to me where it happens in the generation code. It seems it already takes the name from the Beat as I couldn't find
ingest-pipeline
directory creation in the code.The text was updated successfully, but these errors were encountered: