Hii ,i m new in elasticsearch. my logstash is giving some problem while installing.how i can recover that? pls help me
You need to supply more details.
plugins are giving problems while installing.how i can install logstash on windows 7 professional.
which plugins are required to install for logstash????
can i get installation steps of logstash in windows 7.
I can't help you when you're this vague. What command are you running? What error message (if any) are you getting?
Please understand that you're asking a question like "my head hurts, what's wrong?" and no doctor in the world can diagnose that.
ok.i will add image
above error i got
The space in the path (D:\elasticsearch image) might be the problem.
Next time don't post a screenshot. Use copy/paste.
ok.thanks
i tried but it gives same error.
input {
beats {
port => 5044
}
}
output {
elasticsearch {
hosts => "localhost:9200"
manage_template => false
index => "%{[@metadata][beat]}-%{+YYYY.MM.dd}"
document_type => "%{[@metadata][type]}"
}
}
this is config file which i have in logstash
ERROR: No configuration file was specified. Perhaps you forgot to provide the '-
f your logstash.conf' flag?
i gave the following command form particular directory-
/logstash -f logstash.conf
i got following error-
Could not find log4j2 configuration at path /ELKstack/logstash-5.1.1/config/log4j2.properties.
Using default config using logs to console
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.