No results There were no results because no indices were found that match your selected time span

Please help me.
I user [Datagram Agent] ships log ---> [Logstash - port : 514] ---> [Elasticsearch - logs at /elasDB/logs/] - [Kibana]
170.30.41.42 , 192.168.65.128 : 2 agents use [DATAGRAM AGENT]
192.168.65.132 : My logstash server IP

My configure files :
LOGSTASH.CONF ======
input {
udp {
host => "170.30.41.42"
port => 514
type => syslog
}
udp {
host => "192.168.65.128"
port => 514
type => syslog
}
}
output {
elasticsearch {
host => "192.168.65.132"
port => 9300
embedded => true
embedded_http_port => "9200"
}

ELASTICSEARCH ======
path.work: /elasDB/work
path.logs: /elasDB/logs
path.plugins: /elasDB/plugins
network.host: 192.168.65.132
transport.tcp.port: 9300
http.port: 9200

KIBANA ======
elasticsearch: "http://localhost:9200"
default_route : '/dashboard/file/default.json'

<nabble_img src="1.jpg" border="0"/>

<nabble_img src="2.jpg" border="0"/>