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

Backport fixes proposed in the plugin generator for the 2.x branch #5362

Merged
merged 6 commits into from
May 27, 2016

Conversation

purbon
Copy link
Contributor

@purbon purbon commented May 26, 2016

No description provided.

@@ -34,7 +34,7 @@ class LogStash::Filters::<%= classify(plugin_name) %> < LogStash::Filters::Base
if @message
# Replace the event message with our message as configured in the
# config file.
event["message"] = @message
event.set("message", @message)
Copy link
Contributor

@wiibaa wiibaa May 26, 2016

Choose a reason for hiding this comment

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

@purbon I suppose you do not want this in 2.x branch
You should be able to rebase removing the specific commit => 0887685

@suyograo
Copy link
Contributor

LGTM

@suyograo suyograo merged commit a4aba9a into elastic:2.x May 27, 2016
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