Upgrade to Logstash 2.0.0
Manual upgrade with one breaking configuration change. The lumberjack-output file has to be updated.
elasticsearch { hosts => ["localhost:9200"] index => "logstash-%{+YYYY.MM.dd}" }
Manual upgrade with one breaking configuration change. The lumberjack-output file has to be updated.
elasticsearch { hosts => ["localhost:9200"] index => "logstash-%{+YYYY.MM.dd}" }