\ELK was unexpected at this time

I am Getting Error while running application as elasticsearch from command prompt

Error : \ELK was unexpected at this time.

Java -verison
java version "1.8.0_201"
Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)

JDK Version " 1.8.0_171"

system : Windows 10

Kindly help me out

Can you share the full output and how you tried to start elasticsearch? Also which Elasticsearch version are you using?

Thanks!

Elasticsearch is started now
but while running kibana localhost it was showing Status :RED
and logstash showing follow error

@spinscale I'm Using 5.2.2 version .

Kindly help me out

Thanks,

Could you share your logstash conf file

PFB,

input {
stdin{}
}
output{
elasticsearch{
hosts => ["localhost:9200"]
index => "Samlogstash"
}
}

PFB, Badre

input {
stdin{}
}
output{
elasticsearch{
hosts => ["localhost:9200"]
index => "Samlogstash"
}
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.