Can't see data on kibana which store on es

i mapped the index before throw sense and when running in sense the query
GET /test-me-again/_search I get the result:
{
"took" : 30,
"timed_out" : false,
"_shards" : {
"total" : 5,
"successful" : 5,
"failed" : 0
},
"hits" : {
"total" : 172676,
"max_score" : 1.0,
"hits" : [{
..}]
}}

now this data need to be available to me on Kibana, but on the "Discover" I can't see nothing and no data is for any kind of "Visualize" as well

suggestions?

LiorK.

Do you have the right index pattern picked in Discover?

i used * in the Discover so anything or should I say something need to be shown there

I mean this https://www.elastic.co/guide/en/kibana/current/settings.html#settings-create-pattern

okay i will give some more details,

i have the index set

and also did the mapping before so all the fields are known and can bee see in the index fields.

the discovery should post something when i sets the time, or even when i just try to use count graph