Hi All,
The below search query is retrieving data when we run in Dev console in Kibana But when we run from postman it returns 0 hits. Please help.
{
"query":{
"match": {
"name": "ABC"
}
}
}
Hi All,
The below search query is retrieving data when we run in Dev console in Kibana But when we run from postman it returns 0 hits. Please help.
{
"query":{
"match": {
"name": "ABC"
}
}
}
Please show how you run the query from Kibana and Postman.
Problem Solved
What was the problem? Sharing it here may help someone with a similar issue in the future.
Hi Christian ,
The problem was at postman side. I did a silly mistake in the query body.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.