File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
examples/logging-aggregator Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ echo "Installing ZooKeeper Operator"
5
5
stackablectl release install -i secret -i commons -i listener -i zookeeper 23.11
6
6
# end::zk-op[]
7
7
8
+ # tag::vector-helm-repo[]
9
+ helm repo add vector https://helm.vector.dev
10
+ helm repo update
11
+ # end::vector-helm-repo[]
12
+
8
13
# tag::vector-agg[]
9
14
helm install \
10
15
--wait \
Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ include::example$logging-aggregator/vector-aggregator-values.yaml[]
31
31
<1> define a source of `type` `vector` which listens to incoming log messages at port 6000.
32
32
<2> define a `console` sink, logging all received logs to `stderr`.
33
33
34
+ Add the Vector Helm repository if you haven't done so already:
35
+
36
+ [source,bash]
37
+ include::example$logging-aggregator/main.sh[tag=vector-helm-repo]
38
+
34
39
Deploy Vector with these values using Helm:
35
40
36
41
[source,bash]
You can’t perform that action at this time.
0 commit comments