forked from elastic/logstash
-
Notifications
You must be signed in to change notification settings - Fork 0
Errata
Aaron Mildenstein edited this page May 28, 2014
·
2 revisions
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