Seth Michael Larson
Seth Michael Larson
@MyronM95 Thanks for your concern. The project isn't dead, it's in heavy use within and outside of Elastic. We're in the process of finding a new shepard for Eland's development...
Thanks for the feature request, I believe this is possible to implement however may have some edge-cases. We'll have to do some discovery on where those edge-cases are.
There might be something to do here with `autosummary` and `sphinx.ext.autosummary`
I'm not sure if I'm misunderstanding your question, are the two code snippets related somehow or are they independent? To get filter operations to "stick" you have to store the...
@geoHeil I wonder if you're running into an issue with bucketing aggregations not being "scrollable", ie at some point Elasticsearch aggregations with high cardinality of documents won't return you further...
You can make the request with the Python client like so: ```python from elasticsearch import Elasticsearch es = Elasticsearch("https://:") es.search( index="", body={ "aggs": {"value_counts": {"terms": {"field": "SysGroup", "size": 1000}}}, "query":...
Is there by chance a `SysGroup.keyword` field? (Or another subfield mapped as `keyword`) ```python es.search( index="", body={ "aggs": {"value_counts": {"terms": {"field": "SysGroup.keyword", "size": 1000}}}, "query": {"exists": {"field": "SysGroup"}}, }, )...
jenkins test this please
jenkins test this please
jenkins test this please