Member since
01-29-2023
4
Posts
3
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1759 | 01-29-2023 08:40 AM |
12-13-2023
03:11 AM
By the way, this problem has been solved in the newer versions of JsonRecordSetWriter. For example, 1.23.2.
... View more
10-06-2023
11:56 PM
Hi Everyone, I'm having an issue while connecting to ES 7.17 with ElasticSearchClientServiceImpl 1.22.0 which seems to be a bug in the Rest Client. This is my configuration : This is the error : This is what pops up in the bulletin board : I have verified connection to ES via postman and it works fine & i have single node for ES and Nifi is also in a single node mode Any suggestions? Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
01-29-2023
08:49 AM
1 Kudo
I had a similar issue, it happens because of nifi not being able to resolve the schema. You need to first create a schema and set the type of billing address as string and add it to avroschemaregistry and lastly configure your jsontreereader to use that schema
... View more