Skip to content

Take advantage of new LS 2.4/5.x features #9

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

Closed

Conversation

andrewvc
Copy link
Contributor

Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/

  • Use new 'concurrency :single' for concurrency
  • Use pipeline encoded codec for greater parallelism
  • Require Logstash 2.4+ (Plugin API 1.60.1+)

@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-output-stdout'
s.version = '3.0.2'
s.version = '4.0.0'

Choose a reason for hiding this comment

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

Why major bump? This is backward compatible with previous version right? Maybe 3.1.0?

- Use new 'concurrency :single' for concurrency
- Use pipeline encoded codec for greater parallelism
- Require Logstash 2.4+ (Plugin API 1.60.1+)
@andrewvc andrewvc force-pushed the concurrent-and-codec branch from e50dc6f to 792941c Compare August 22, 2016 20:24
@suyograo
Copy link

LGTM

@elasticsearch-bot
Copy link

Suyog Rao merged this into the following branches!

Branch Commits
master 28ec2ce

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