Is this the correct way of exposing a nifi property as env variable(in start.sh):
prop_replace 'nifi.web.http.port' "${NIFI_WEB_HTTP_PORT:-8080}"
I expect it to expose nifi.web.http.port as NIFI_WEB_HTTP_PORT, and also setting it to default value of 8080.