So I am currently using the newest version of the ELK stack and I seem to be getting a few errors in elasticsearch logs and logstash. I have kibana up and running.
Logstash error:
:message=>"Connection failed to initialise", :error=>"Unrecognized SSL message, plaintext connection?", :peer=>"0:0:0:0:0:0:0:1:40864", :level=>:warn}
{:timestamp=>"2015-11-13T16:56:11.026000+0000", :message=>"Failed to install template: waited for [30s]", :level=>:error}
Elasticsearch error:
/logstash-/_mapping/field/ Params: {ignore_unavailable=false, allow_no_indices=false, index=logstash-, include_defaults=true, fields=, _=1447442189003}
[logstash-*] IndexNotFoundException[no such index]
at org.elasticsearch.cluster.metadata.IndexNameExpressionResolver$WildcardExpressionResolver.resolve(IndexNameExpressionResolver.java:630
this i believe is due to issue from logstash.
Any help would be great.
Thanks,
Kenny