Logstash 6.0.0 aborts with “warning: ignoring JAVA_OPTS=-Xms256m -Xmx512m; pass JVM parameters via LS_JAVA_OPTS”
Please show the entire command you are running along with the entire error.
PS C:\logstash> bin\logstash.bat -f logstash.conf
######### logstash.conf file
input {
beats {
port => 5044
}
}
output {
elasticsearch {
hosts => "localhost:9200"
manage_template => false
index => "%{[@metadata][beat]}-%{[@metadata][version]}-%{+YYYY.MM.dd}"
document_type => "%{[@metadata][type]}"
}
}
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.