We are using Elasticsearch 2.4.6 , logstash 2.2 and kibana 4.1.6 and installed two plugins to query in the elastic search . But we are able to display only 10,000 records among the existing 1 million records .
Elasticsearch limits by default the number of records you can get back from a search request to 10000.
If you want more than that, call the scroll API or look at the search_after feature.
output:
{
"error": {
"root_cause": [
{
"type": "parse_exception",
"reason": "Failed to parse setting [scroll] with value [] as a time value: unit is missing or unrecognized"
}
],
"type": "parse_exception",
"reason": "Failed to parse setting [scroll] with value [] as a time value: unit is missing or unrecognized"
},
"status": 400
}
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.