if i run a elastic query in kibana console then i am able to see the results but if i use the same query as a filter in Discover Section or in any kibana visualizations then i cannot see any results.
Do i have to make some changes in the Kibana settings or its not possible to do such filtering?
Thank you for your answer.
But it seems there are not equivalent KQL query for all the Elasticsearch queries.
for example, i would like to know the KQL for following Elasticsearch query:
GET /s164_dfig_47_040105/_search
{
"size" : 10000,
"query": {
"has_parent" : {
"parent_type" : "Status",
"query" : {
"term" : {
"MeanWindSpeed": {
"value" : "7.00"
}
}
}
}
}
}
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.