hello 

I have a little problem with elasticsearch when using it with kibana and 
logstash 

when i lauch my logstash.conf, i get an error on kibana : "*No results* There 
were no results because no indices were found that match your selected time 
span" 
i really don't know why 
can someone help me with this please 

my logstash.conf file is like this :

input {
file {
    path => [ "/travail/webseal/XR_-stdout.txt", 
"/travail/webseal/XR_-stderr.txt", "/travail/webseal/XR__metrologie.log" ]
    type => "logs_webseal"
  }
}

output {
  elasticsearch {
  }
}


thanks

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/65ffd7ef-3e5c-4953-a3fc-245dcfd13af6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to