LDO-CERT / orochi

The Volatility Collaborative GUI
MIT License
216 stars 20 forks source link

elasticsearch.helpers.BulkIndexError: document(s) failed to index. #1101

Open esebese opened 3 weeks ago

esebese commented 3 weeks ago

Orochi Version: 2.2.3

windows.dlllist, windows.pslist, windows.pstree and other plugins except windows.cmdline, windows.netscan, windows.privileges generate the error below:

Traceback (most recent call last): File "/app/orochi/utils/volatility_dask_elk.py", line 515, in run_plugin helpers.bulk( File "/opt/conda/lib/python3.12/site-packages/elasticsearch/helpers/actions.py", line 521, in bulk for ok, item in streaming_bulk( File "/opt/conda/lib/python3.12/site-packages/elasticsearch/helpers/actions.py", line 436, in streaming_bulk for data, (ok, info) in zip( File "/opt/conda/lib/python3.12/site-packages/elasticsearch/helpers/actions.py", line 355, in _process_bulk_chunk yield from gen File "/opt/conda/lib/python3.12/site-packages/elasticsearch/helpers/actions.py", line 274, in _process_bulk_chunk_success raise BulkIndexError(f"{len(errors)} document(s) failed to index.", errors) elasticsearch.helpers.BulkIndexError: 500 document(s) failed to index.