Skip to content
Aaron Mildenstein edited this page May 28, 2014 · 2 revisions

Logstash Version Errata

1.4.1

File could not be found. See #1374

Description: Depending on where bin/logstash was invoked from, the path may be incomplete, resulting in failure to find the file. This is especially noticeable in the elasticsearch outputs where template is specified.

Workaround: In the meanwhile, manually specify the path to the file. For templates, this file is /path/to/logstash-1.4.1/lib/logstash/outputs/elasticsearch/elasticsearch-template.json

Fixed: 1.4.2, master. See #1377

Clone this wiki locally