Skip to content

Commit e3a4790

Browse files
committed
fix(getting_started): Use "node-https" endpoint
1 parent 4687306 commit e3a4790

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/nifi/examples/getting_started/getting_started.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ echo "NiFi web interface: $nifi_url"
208208

209209
echo "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[]
213213
echo "Endpoint: $nifi_url"
214214

docs/modules/nifi/examples/getting_started/getting_started.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ echo "NiFi web interface: $nifi_url"
207207

208208
echo "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[]
212212
echo "Endpoint: $nifi_url"
213213

0 commit comments

Comments
 (0)