Member since
09-20-2018
5
Posts
0
Kudos Received
0
Solutions
11-14-2018
07:23 AM
Hello Everyone I had created one processor group . there are few processor in my flow which might have some property to change dynamically as per user's request . I am thinking to provide them GUI with only those set of property without giving access to entire nifi flow. This GUI interface will change the flow.xml.gz file but the problem is that after changing the flow file configuration when i am opening the nifi those changes are not reflecting. Can someone suggest what should i do ? Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
09-21-2018
07:38 AM
its not working . i had restarted nifi as well . Nifi version is nifi-1.7.1 . capture.png
... View more
09-20-2018
06:31 PM
I am having following json output coming from Executeinfluxdbquery {"results":[{"series":[{"name":"system_load1","columns":["time","host","value"],"values":[[1.5374502E18,"ilcepoc555",12.79],[1.5374502E18,"ilcepoc556",3.56],[1.5374502E18,"ilcepoc557",1.83],[1.5374502E18,"ilcepoc559",4.68]]}]}]} And i am using splijson to create multiple flow file but it is generating 4 flow file of same output [1.5374502E18,"ilcepoc559",4.68] . I am using $.results[0].series[0].values.* in Jasonpathexpression property.
... View more
- Tags:
- splitjson