-
Notifications
You must be signed in to change notification settings - Fork 444
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
Running the import script fails #1876
Comments
I checked in the code and there might be a problem with windows separator: integrations/dev/import-beats/icons.go Line 102 in b5eaf5d
Could you please check with |
Using
|
Out of curiosity: which Beats module are trying to migrate? |
A custom filebeat module that I developed. |
Nice! Did you consider writing the integration from scratch? I would be more efficient than migrating. This feature is more oriented on shifting the legacy code. |
I had started the module about a year ago when Elastic Agent wasn't GA yet, so I was hoping to use the script now to fast track the transition to integrations. |
Note that the most recent error occurs for beat modules that already exist in GitHub source code. |
@mtojek Any news on the most recent error? |
We put in on the roadmap to triage it and potentially apply a bugfix. You're also welcome to prepare a fix on your own and open a PR :) |
I have created a PR on elastic/package-registry#747 |
Attempting to run the import script fails, using both
mage ImportBeats
andgo run ./dev/import-beats/ *.go
Output:
How can this be fixed?
The text was updated successfully, but these errors were encountered: