I am a beginner in logstash i am not sure how to fix this error.
"Successfully started Logstash API endpoint {:port=>9600}"
logstash.conf
input {
stdin{}
}
output {
elasticsearch {
hosts => ["localhost:9200"]
}
}
I am a beginner in logstash i am not sure how to fix this error.
"Successfully started Logstash API endpoint {:port=>9600}"
logstash.conf
input {
stdin{}
}
output {
elasticsearch {
hosts => ["localhost:9200"]
}
}
this is not an error, its showing the logstash started.
thanks for contributing!
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.