@@ -66,32 +66,32 @@ To list the installed Stackable services run the following command:
66
66
[source,console]
67
67
----
68
68
$ stackablectl stacklet list
69
- ┌───────────┬─────────────┬───────────┬────────────────────────────────────────────────┐
70
- │ Product ┆ Name ┆ Namespace ┆ Endpoints │
71
- ╞═══════════╪═════════════╪═══════════╪════════════════════════════════════════════════╡
72
- │ druid ┆ druid ┆ default ┆ broker-metrics 172.18.0.2:31804 │
73
- │ ┆ ┆ ┆ broker-https https:// 172.18.0.2:31725 │
74
- │ ┆ ┆ ┆ coordinator-metrics 172.18.0.2:30547 │
75
- │ ┆ ┆ ┆ coordinator-https https:// 172.18.0.2:31186 │
76
- │ ┆ ┆ ┆ historical-metrics 172.18.0.2:32024 │
77
- │ ┆ ┆ ┆ historical-https https:// 172.18.0.2:31239 │
78
- │ ┆ ┆ ┆ middlemanager-metrics 172.18.0.2:32213 │
79
- │ ┆ ┆ ┆ middlemanager-https https:// 172.18.0.2:31641 │
80
- │ ┆ ┆ ┆ router-metrics 172.18.0.2:30950 │
81
- │ ┆ ┆ ┆ router-https https:// 172.18.0.2:30175 │
82
- ├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
83
- │ kafka ┆ kafka ┆ default ┆ metrics 172.18.0.2:30145 │
84
- │ ┆ ┆ ┆ kafka-tls 172.18.0.2:31662 │
85
- ├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
86
- │ nifi ┆ nifi ┆ default ┆ https https://172.18.0.2:30306 │
87
- ├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
88
- │ superset ┆ superset ┆ default ┆ external-superset http://172.18.0.2:30963 │
89
- ├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
90
- │ zookeeper ┆ zookeeper ┆ default ┆ zk 172.18.0.2:32710 │
91
- ├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
92
- │ minio ┆ minio-druid ┆ default ┆ http http://172.18.0.2:30337 │
93
- │ ┆ ┆ ┆ console-http http://172.18.0.2:31775 │
94
- └───────────┴─────────────┴───────────┴────────────────────────────────────────────────┘
69
+
70
+ ┌───────────┬───────────────┬───────────┬─────────────────────────────────────────────────┬─────────────────────────────────┐
71
+ │ PRODUCT ┆ NAME ┆ NAMESPACE ┆ ENDPOINTS ┆ CONDITIONS │
72
+ ╞═══════════╪═══════════════╪═══════════╪═════════════════════════════════════════════════╪═════════════════════════════════╡
73
+ │ druid ┆ druid ┆ default ┆ broker-metrics 172.18.0.2:32661 ┆ Available, Reconciling, Running │
74
+ │ ┆ ┆ ┆ broker-https https:// 172.18.0.2:32130 ┆ │
75
+ │ ┆ ┆ ┆ coordinator-metrics 172.18.0.2:31609 ┆ │
76
+ │ ┆ ┆ ┆ coordinator-https https:// 172.18.0.2:32209 ┆ │
77
+ │ ┆ ┆ ┆ historical-metrics 172.18.0.2:32644 ┆ │
78
+ │ ┆ ┆ ┆ historical-https https:// 172.18.0.2:30865 ┆ │
79
+ │ ┆ ┆ ┆ middlemanager-metrics 172.18.0.2:31184 ┆ │
80
+ │ ┆ ┆ ┆ middlemanager-https https:// 172.18.0.2:30239 ┆ │
81
+ │ ┆ ┆ ┆ router-metrics 172.18.0.2:31912 ┆ │
82
+ │ ┆ ┆ ┆ router-https https://172.18.0.2:30616 ┆ │
83
+ ├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
84
+ │ kafka ┆ kafka ┆ default ┆ metrics 172.18.0.2:31035 ┆ Available, Reconciling, Running │
85
+ │ ┆ ┆ ┆ kafka-tls 172.18.0.2:31563 ┆ │
86
+ ├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
87
+ │ nifi ┆ nifi ┆ default ┆ https https://172.18.0.2:30198 ┆ Available, Reconciling, Running │
88
+ ├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
89
+ │ superset ┆ superset ┆ default ┆ external-http http://172.18.0.2:31037 ┆ Available, Reconciling, Running │
90
+ ├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
91
+ │ zookeeper ┆ zookeeper ┆ default ┆ ┆ Available, Reconciling, Running │
92
+ ├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
93
+ │ minio ┆ minio-console ┆ default ┆ http http://172.18.0.2:32345 ┆ │
94
+ └───────────┴─────────────── ┴───────────┴─────────────────────────────────────────────────┴ ─────────────────────────────────┘
95
95
----
96
96
97
97
include::partial$instance-hint.adoc[]
@@ -374,7 +374,7 @@ deep storage. The Druid deep storage is based on the S3 store provided by MinIO.
374
374
=== View the Ingestion job
375
375
376
376
You can have a look at the ingestion jobs running in Druid by opening the Druid endpoint `router-https` from your
377
- `stackablectl stacklet list` command output (https://172.18.0.2:31905 in this case).
377
+ `stackablectl stacklet list` command output (https://172.18.0.2:31616 in this case).
378
378
379
379
image::nifi-kafka-druid-water-level-data/druid_1.png[]
380
380
0 commit comments