Hello everyone I have a problem I can not connect the logstash to elastisearch even tell me the logstash that the configuration is ok and starts perfect, but I do not see myself or elasticsearch or Kibana , here I leave my settings and versions. Install the plug elasticsearch_java .
input {
file {
path => "/home/rack/table.csv"
start_position => "beginning"
}
}
output {
elasticsearch_java {
action => "index"
network_host => "localhost:9200"
index => "stock"
workers => 1
}
stdout {}
}
Elasticsearch versions are 2.3.1 , 2.3.1 and Kibana 4.5.0 logstash
Thanks hopefully help.