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 support for post-update command #5154

Merged
merged 1 commit into from
Sep 12, 2017

Conversation

ruflin
Copy link
Member

@ruflin ruflin commented Sep 11, 2017

This command can be used in the beats to be run after make update is executed. This allows for example to modify the libbeat specific parts of the config file if needed.

The command is optional in a beat, meaning if it does not exist it won't return an error. Also if it exist and it returns an error, make update will still skip the error.

This command can be used in the beats to be run after `make update` is executed. This allows for example to modify the libbeat specific parts of the config file if needed.

The command is optional in a beat, meaning if it does not exist it won't return an error. Also if it exist and it returns an error, make update will still skip the error.
@ruflin ruflin added the review label Sep 11, 2017
@ruflin ruflin requested a review from simitt September 11, 2017 18:55
@ruflin
Copy link
Member Author

ruflin commented Sep 12, 2017

Jenkins failure seems to be unrelated.

@kvch kvch merged commit 7112a80 into elastic:master Sep 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants