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

Add Filebeat modules to packages #7487

Merged
merged 1 commit into from
Jul 3, 2018

Conversation

andrewkroh
Copy link
Member

@andrewkroh andrewkroh commented Jul 3, 2018

This adds the Filebeat modules files to packages. They were missed during the refactor.

It also fixes a minor issue where files were not marked as config within .rpm files.

I opened #7488 because this wasn't caught by any of the testing we do post packaging including beats-tester.

excludes []*regexp.Regexp // Compiled exclude regexes.
}

func (t *CopyTask) Execute() error {

Choose a reason for hiding this comment

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

exported method CopyTask.Execute should have comment or be unexported

This adds the Filebeat modules files to packages. They were missed during the refactor.

It also fixes a minor issue where files were not marked as config within .rpm files.
@andrewkroh andrewkroh force-pushed the bugfix/package-filebeat-modules branch from 0262909 to 047c92d Compare July 3, 2018 03:11
@ruflin ruflin merged commit ddeec6d into elastic:master Jul 3, 2018
@ruflin
Copy link
Contributor

ruflin commented Jul 3, 2018

Code LGTM. Have not tested it locally but we should after the packaging job did run.

@andrewkroh andrewkroh deleted the bugfix/package-filebeat-modules branch July 3, 2018 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants