File tree Expand file tree Collapse file tree
docs/modules/nifi/examples/getting_started Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ echo "NiFi web interface: $nifi_url"
208208
209209echo " Getting NiFi endpoint with stackablectl ..."
210210# tag::stackablectl-nifi-url[]
211- nifi_url=$( stackablectl stacklet ls -o json | jq --raw-output ' .[] | select(.name == "simple-nifi") | .endpoints. https' )
211+ nifi_url=$( stackablectl stacklet ls -o json | jq --raw-output ' .[] | select(.name == "simple-nifi") | .endpoints["node- https"] ' )
212212# end::stackablectl-nifi-url[]
213213echo " Endpoint: $nifi_url "
214214
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ echo "NiFi web interface: $nifi_url"
207207
208208echo " Getting NiFi endpoint with stackablectl ..."
209209# tag::stackablectl-nifi-url[]
210- nifi_url=$( stackablectl stacklet ls -o json | jq --raw-output ' .[] | select(.name == "simple-nifi") | .endpoints. https' )
210+ nifi_url=$( stackablectl stacklet ls -o json | jq --raw-output ' .[] | select(.name == "simple-nifi") | .endpoints["node- https"] ' )
211211# end::stackablectl-nifi-url[]
212212echo " Endpoint: $nifi_url "
213213
You can’t perform that action at this time.
0 commit comments