Skip to content
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

[Filebeat] Package x-pack modules in the Elastic-licensed distribution #8403

Closed
wants to merge 2 commits into from

Conversation

adriansr
Copy link
Contributor

This patch updates the packaging scripts to copy modules from x-pack/filebeat into Elastic-licensed packages.

TODO: Update fields.yml

This patch updates the packaging scripts to copy modules from
x-pack/filebeat into Elastic-licensed packages.
@adriansr adriansr added in progress Pull request is currently in progress. review Filebeat Filebeat Packaging labels Sep 24, 2018
var modulesDirGenerated = filepath.Clean("build/packaging/modules")
var modulesDirGeneratedOSS = filepath.Clean("build/packaging/modules-oss")
var modulesDirGeneratedXPack = filepath.Clean("build/packaging/modules-x-pack")
var modules_D_DirGeneratedXpack = filepath.Clean("build/packaging/modules.d-x-pack")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't use underscores in Go names; var modules_D_DirGeneratedXpack should be modulesDDirGeneratedXpack

Copy link
Member

@andrewkroh andrewkroh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@andrewkroh
Copy link
Member

andrewkroh commented Sep 25, 2018

There's an issue in the Jenkins PR packaging job at https://beats-ci.elastic.co/job/elastic+beats+pull-request+package/2/console.

I guess it's because the module hasn't been added yet.

@adriansr
Copy link
Contributor Author

Right, should account for this

@andrewkroh
Copy link
Member

I think this will mostly be obsoleted by #8615 once it merges in. Should we close this one?

@adriansr adriansr closed this Oct 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Filebeat Filebeat in progress Pull request is currently in progress. Packaging review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants