Difference between revisions of "Elasticsearch.helpers.errors.BulkIndexError"
Jump to navigation
Jump to search
↑ https://github.com/elastic/elasticsearch/issues/22723#issuecomment-274156818
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | [[elasticsearch.helpers]].errors.BulkIndexError: ('1 document(s) [[failed to index]].', [{'update': {'[[_index]]': ' | + | [[elasticsearch.helpers]].errors.BulkIndexError: ('1 document(s) [[failed to index]].', [{'update': {'[[_index]]': 'your_index_name', '_type': '[[_doc]]', '_id': .../..) |
− | elasticsearch.helpers.errors.BulkIndexError: ('1 document(s) failed to index.', [{'update': {'_index': ' | + | elasticsearch.helpers.errors.BulkIndexError: ('1 document(s) failed to index.', [{'update': {'_index': 'your_index_name', '_type': '_doc', '_id': .../... , 'status': [[409]], 'error': {'type': '[[version_conflict_engine_exception]]', 'reason': 'XXXXX: [[version conflict, required seqNo]] [1090261855], primary term [1058]. current document has seqNo [1090269199] and primary term [1058]', '[[index_uuid]]': '-WF9g37sRDa-9R_123456', 'shard': '0', 'index': 'watchlist_record'}, 'data': {'.../... 'updated_at': datetime.datetime(2022, 9, 26, 23, 3, 39, 431844)}}}}]) |
Latest revision as of 06:43, 27 September 2022
elasticsearch.helpers.errors.BulkIndexError: ('1 document(s) failed to index.', [{'update': {'_index': 'your_index_name', '_type': '_doc', '_id': .../..)
elasticsearch.helpers.errors.BulkIndexError: ('1 document(s) failed to index.', [{'update': {'_index': 'your_index_name', '_type': '_doc', '_id': .../... , 'status': 409, 'error': {'type': 'version_conflict_engine_exception', 'reason': 'XXXXX: version conflict, required seqNo [1090261855], primary term [1058]. current document has seqNo [1090269199] and primary term [1058]', 'index_uuid': '-WF9g37sRDa-9R_123456', 'shard': '0', 'index': 'watchlist_record'}, 'data': {'.../... 'updated_at': datetime.datetime(2022, 9, 26, 23, 3, 39, 431844)}}}}])
Related[edit]
conflicts=proceed refresh=wait_for _update_by_query [1]
See also[edit]
- Elasticsearch, installation, ELK, Elastic X-Pack,
elasticsearch.yml
, logs, ECK, Elasticsearch curl URLs, Elastisearch REST APIs,/_cat/, /_cluster/, /_xpack/
, QueryShardException, Elasticsearch index, ELK backup and restore,elasticsearch-cli
, Elasticsearch versions, ElasticSearch Snapshot Lifecycle Management (SLM), Low disk watermark, Elasticsearch storage, Elasticsearch users, Elasticsearch roles, search context, shards, Elastic Cloud, Elastic Licensing, ElasticSearch alerts, ESQL
Advertising: