Member since
03-23-2022
2
Posts
0
Kudos Received
0
Solutions
07-22-2022
06:01 AM
@Nifi_Al Its hard to guess here without seeing your flow, but i think here are a few ideas to resolve: Use GenerateFlowFIle with content of the json you want to send to PutElasticsearchHttp Use AttributesToJson to write attribute to content of flowfile, then send that to PutElasticsearchHttp To test basic connectivity, i would use the first method, then build a working flow from there. I always work in small operational samples when trying to figure out how to configure a certain processor.
... View more
03-24-2022
03:05 AM
1 Kudo
@Nifi_Al , Here's a way to do that: The RouteOnAttribute processor checks the file name and if it's a ZIP file it sends it for unpacking. Otherwise sends the non-zip file downstream. Cheers, André -- Was your question answered? Please take some time to click on "Accept as Solution" below this post. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more