No hit in full text search

Hi All,

I have an odd issue on full text search with Kibana.
I just installed my ES and Kibana by default and am injecting data in two ways, REST and java application using ES java client.
One interesting thing is that the both data is searchable in REST(eg. _search api) in Kibana but the one, injected by java app, isn't hit in Kibana's 'Discovery' tool. (The REST input data is searchable in 'Discovery', of course.)

I guess it is probably a configuration issue in Kiabana but have no idea what it is.
Could anybody help me to figure out the solution to that?

Many thanks in advance for your help.
Regards,
Sato

If you do not provide more information (like index names, mapping, sample documents, example query you executed, Elasticsearch version) it is impossible to help you any further.

Please provide a reproducible example.

Thanks.

Thank you very much for your support.

I found the cause. It was my fault that I was mistakenly using a wrong time range in search. :sob:
Now everything is fine. :slight_smile:

Thanks again for your help.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.