File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
examples/logging-aggregator Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ echo "Installing ZooKeeper Operator"
55stackablectl release install -i secret -i commons -i listener -i zookeeper 23.11
66# end::zk-op[]
77
8+ # tag::vector-helm-repo[]
9+ helm repo add vector https://helm.vector.dev
10+ helm repo update
11+ # end::vector-helm-repo[]
12+
813# tag::vector-agg[]
914helm install \
1015 --wait \
3540 echo " it worked"
3641else
3742 echo " it didn't work"
38- fi
43+ fi
Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ include::example$logging-aggregator/vector-aggregator-values.yaml[]
3131<1> define a source of `type` `vector` which listens to incoming log messages at port 6000.
3232<2> define a `console` sink, logging all received logs to `stderr`.
3333
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+
3439Deploy Vector with these values using Helm:
3540
3641[source,bash]
You can’t perform that action at this time.
0 commit comments