Skip to content

Update logging demo for the next release #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/modules/demos/pages/logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ This demo will
synchronization, and providing group services. This demo makes its log data observable in OpenSearch Dashboards.
** *Vector*: A tool for building observability pipelines. This demo uses Vector as a log agent to gather and transform
the logs and as an aggregator to forward the collected logs to OpenSearch.
** *OpenSearch*: A data store and search engine. This demo uses it to store and index the of the log data.
** *OpenSearch*: A data store and search engine. This demo uses it to store and index the log data.
** *OpenSearch Dashboards*: A visualization and user interface. This demo uses it to make the log data easily accessible
to the user.
* Create a view in OpenSearch Dashboards for convenient browsing the log data.
* Create a view in OpenSearch Dashboards to conveniently browse the log data.

You can see the deployed products and their relationship in the following diagram:

Expand Down
4 changes: 2 additions & 2 deletions stacks/_templates/vector-aggregator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: vector
repo:
name: vector
url: https://helm.vector.dev
version: 0.26.0
version: 0.34.0
options:
commonLabels:
stackable.tech/vendor: Stackable
Expand All @@ -25,7 +25,7 @@ options:
- https://opensearch-cluster-master.default.svc.cluster.local:9200
mode: bulk
# The auto-detection of the API version does not work in Vector
# 0.33.0 for OpenSearch, so the version must be set explicitly
# 0.39.0 for OpenSearch, so the version must be set explicitly
# (see https://github.com/vectordotdev/vector/issues/17690).
api_version: v8
tls:
Expand Down