Hi All! I'm uploading a Microsoft Word in .doc format, instead of .docx, to Elasticsearch using attachment pipeline, and I receive the following response.
{
"error": {
"root_cause": [
{
"type": "parse_exception",
"reason": "Error parsing document in field [fileContent]"
}
],
"type": "parse_exception",
"reason": "Error parsing document in field [fileContent]",
"caused_by": {
"type": "no_such_file_exception",
"reason": "/tmp/elasticsearch-8583309320442462221/apache-tika-15922682441714930542.tmp"
}
},
"status": 400
}
Please advise if there's any limitation for the pipeline or any additional setup is required. Thanks in advance.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.