Top "Elasticsearch-dsl" questions

elasticsearch provides a full Query DSL based on JSON to define queries.

Elasticsearch query to return all records

I have a small database in Elasticsearch and for testing purposes would like to pull all records back. I am …

database elasticsearch query-string elasticsearch-dsl
aggregate a field in elasticsearch-dsl using python

Can someone tell me how to write Python statements that will aggregate (sum and count) stuff about my documents? SCRIPT …

python elasticsearch elasticsearch-dsl
Index CSV to ElasticSearch in Python

Looking to index a CSV file to ElasticSearch, without using Logstash. I am using the elasticsearch-dsl high level library. Given …

python csv elasticsearch python-3.5 elasticsearch-dsl
Elasticsearch is not sorting the results

I'm having problem with an elasticsearch query. I want to be able to sort the results but elasticsearch is ignoring …

sorting elasticsearch elasticsearch-dsl elasticsearch-py
Index JSON files in elasticsearch using Python?

I have a bunch of JSON files(100), which are named as merged_file 1.json, merged_file 2. json and so on. …

python json elasticsearch elasticsearch-dsl
Query to see if a field contains a string using Query DSL

I am trying to filter Kibana for a field that contains the string "pH". The field is called extra.monitor_…

elasticsearch elastic-stack elasticsearch-dsl