Problems with Output to elasticsearch
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
logstash-indexer (Juju Charms Collection) |
Fix Committed
|
High
|
Charles Butler |
Bug Description
I've found a known problem with the Logstash version that is used in the Charm, it's actually is deployed with the version 1.2.1 and if its used with the elasticsearch Charm (cs:precise/
-------
log4j, [2014-06-
-------
I've solved the issue changing the Output Plugin from elasticsearch to elasticsearch_http for example:
output { elasticsearch_http { host=>"
The performance using elasticsearch_http not is the better but works.
Possible solutions, Upgrade the Logstash version to 1.4.1 or change the configuration for the Output.
Related branches
Changed in logstash-indexer (Juju Charms Collection): | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Charles Butler (lazypower) |
Nice work around Nicolas. Where does that configuration setting go?
Also, the upgrade from the 1.2.x series to 1.4.x looks larger than non-trivial as the packaging for Elastic Search has changed quite a bit from a flat jar to a tarball with bundled dependencies.
Have you perchance started any work on the upgrade process or are you making suit with the 1.2.x series that's bundled in the charm?