PutElasticsearchHttp : Failed to process StandardFlowFileRecord[uuid=,claim=StandardContentClaim [resourceClaim=StandardResourceClaim due to failed to parse, transferring to failure
Exception
PutElasticsearchHttp[id=...] Failed to process StandardFlowFileRecord[uuid=,claim=StandardContentClaim [resourceClaim=StandardResourceClaim[id=, container=default, section=3], offset=724, length=1362048],offset=0,name=,size=136248] due to failed to parse, transferring to failure
Causes
1. Incorrect json
2. Passing the json array to elasticsearch processor
Resolution
Use SplitJson Processor to split the json if trying to pass json array or correct the json
PutElasticsearchHttp[id=...] Failed to process StandardFlowFileRecord[uuid=,claim=StandardContentClaim [resourceClaim=StandardResourceClaim[id=, container=default, section=3], offset=724, length=1362048],offset=0,name=,size=136248] due to failed to parse, transferring to failure
Causes
1. Incorrect json
2. Passing the json array to elasticsearch processor
Resolution
Use SplitJson Processor to split the json if trying to pass json array or correct the json
Comments
Post a Comment