Using variables in SSLContextService

2019-02-18 Thread Beutel, Maximilian
Hello! Also asked the question on IRC, but figured the mailing list might be better for this longer question. For an InvokeHTTP processor I defined a SSL Context Service. In the SSL Context Service, in Keystore Filename property, I'd like to use a variable which I defined in a nifi.registry fi

RE: Using variables in SSLContextService

2019-02-19 Thread Beutel, Maximilian
. Mike On Mon, Feb 18, 2019 at 10:34 PM Beutel, Maximilian mailto:maximilian.beu...@credit-suisse.com>> wrote: Hello! Also asked the question on IRC, but figured the mailing list might be better for this longer question. For an InvokeHTTP processor I defined a SSL Context Service. I

Avoid duplicate rows when inserting into table

2019-02-19 Thread Beutel, Maximilian
Hello! Since I'm new to Nifi I'm still trying to wrap my head around certain best practices. My use case is as follows: I need to ingest a list of projects via http API. The API returns a list in a format like: [ { id: "1", name: "Project A"}, { id: "2",name: "Project B"} ] Now, the problem w

Converting string timestamp to date using expression language

2019-02-22 Thread Beutel, Maximilian
Hello! I have a JSON file like so: {"PROJECT_KEY":"XYZ ","LAST_METRIC_DATE":"1550648697"} I put this into EvaluateJsonPath and create the following attributes: Attribute:lastMetricDate JSON path: $.LAST_METRIC_DATE Which works, the file gets an attribute l

RE: Avoid duplicate rows when inserting into table

2019-02-22 Thread Beutel, Maximilian
ome out in a later release of NiFi. Adam On Wed, Feb 20, 2019, 1:08 AM Beutel, Maximilian mailto:maximilian.beu...@credit-suisse.com> wrote: Hello! Since I’m new to Nifi I’m still trying to wrap my head around certain best practices. My use case is as follows: I need to ingest a list of pr