You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The elastic mock requires the elasticsearch.ElasticSearch.bulk method includes a _type field in the "actions" of the body parameter. (the body is newline separated action-document combinations)
The elastic mock requires the
elasticsearch.ElasticSearch.bulk
method includes a_type
field in the "actions" of thebody
parameter. (the body is newline separated action-document combinations)https://github.com/vrcmarcos/elasticmock/blob/master/elasticmock/fake_elasticsearch.py#L331
When running this however with a Dockerized ES server I get (version
7.10.2
)Here is the explanation for why: https://www.elastic.co/guide/en/elasticsearch/reference/7.x/removal-of-types.html
The text was updated successfully, but these errors were encountered: