Hello All, I have ingested some data inside elastic search and trying to visualize using Kibana Timelion. .es(index="fx_twofour_outbound",q='*') But it is not reflecting any output in my graph. I crossed verified my index name in Elastic search by querying like this: GET /fx_twofour_outbound/_search All my data are available inside elastic search. Other visualization tools are working fine. But I am facing issue with no output in timelion. Let me know what could be the issue here. Thanks in advance.
Hello All,
I have ingested some data inside elastic search and trying to visualize using Kibana Timelion.
.es(index="fx_twofour_outbound",q='*')
But it is not reflecting any output in my graph.
I crossed verified my index name in Elastic search by querying like this:
GET /fx_twofour_outbound/_search
All my data are available inside elastic search.
Other visualization tools are working fine. But I am facing issue with no output in timelion.
Let me know what could be the issue here.
Thanks in advance.