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

logstash_zmq_handler: deprecated logstash flags [logstash 1.2.2] #8634

Closed
PierreR opened this issue Nov 19, 2013 · 3 comments
Closed

logstash_zmq_handler: deprecated logstash flags [logstash 1.2.2] #8634

PierreR opened this issue Nov 19, 2013 · 3 comments
Labels
Bug broken, incorrect, or confusing behavior
Milestone

Comments

@PierreR
Copy link
Contributor

PierreR commented Nov 19, 2013

[Minor issue]
When using logstash_zmq_handler with logstash 1.2.2, logstash complains about deprecated settings:

You are using a deprecated config setting "charset" set in zeromq.
You are using a deprecated config setting "format" set in zeromq. You should use the newer 'codec' setting instead.

If I try to replace "format" with "codec", logstash blows up with:

Couldn't find any codec plugin named 'json_event'
@basepi
Copy link
Contributor

basepi commented Nov 19, 2013

Hrm, we'll look into these, thanks for the report.

@jcollie
Copy link
Contributor

jcollie commented Jan 2, 2014

Logstash went through some major changes in 1.2.0. I just submitted pull request #9539 to update Salt's support. A quick fix is to use "codec => oldlogstashjson" on the logstash side.

@basepi basepi modified the milestones: Approved, Outstanding Bugs Apr 21, 2014
@cachedout
Copy link
Contributor

Looks like this was resolved in #9539. Great work @jcollie ! Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug broken, incorrect, or confusing behavior
Projects
None yet
Development

No branches or pull requests

4 participants