Skip to content

Conversation

@vrutkovs
Copy link
Contributor

@vrutkovs vrutkovs commented Dec 15, 2025

Ref: #2606

TODO:

  • Update e2e tests to ensure they have doc links

@github-actions github-actions bot added single VictoriaMetrics Single node helm chart related issue logs labels Dec 15, 2025
@vrutkovs vrutkovs force-pushed the vlogs-getting-started branch from 2cedc8f to e1463ec Compare December 15, 2025 13:39
@github-actions github-actions bot added cluster vmcluster helm chart related issue collector labels Dec 15, 2025
@AndrewChubatiuk AndrewChubatiuk force-pushed the master branch 4 times, most recently from 2e29bb5 to 8d29884 Compare December 23, 2025 11:09
The vmui interface is available at: `http://vlc-victoria-logs-cluster-vmauth.logging.svc.cluster.local:8427/select/vmui/`.

Standalone VMUI interface is available at: `http://vlc-victoria-logs-cluster-vmauth.logging.svc.cluster.local:8427/select/vmui/`.
VictoriaLogs can ingest logs from various sources, see [ingestion](https://docs.victoriametrics.com/victorialogs/#ingestion) documentation for more details.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
VictoriaLogs can ingest logs from various sources, see [ingestion](https://docs.victoriametrics.com/victorialogs/#ingestion) documentation for more details.
VictoriaLogs can accept logs at `http://vlc-victoria-logs-cluster-vmauth.logging.svc.cluster.local:8427/insert/*` according to [these docs](https://docs.victoriametrics.com/victorialogs/data-ingestion/).

Please verify whether the referred url - http://vlc-victoria-logs-cluster-vmauth.logging.svc.cluster.local:8427/insert/* is correct for data ingestion for VictoriaLogs deployed with the given Helm chart.

export VL2_PVC_SIZE=20Gi
export VL3_PVC_SIZE=30Gi

helm install vl-cluster-1 vm/victoria-logs-single --namespace $NAMESPACE --create-namespace --wait \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The vl-cluster-* name is a bit misleading, since there is no cluster there. Let's give it less misleading name without the cluster word. For example, vl-*.

{{ $url }}<protocol-specific-write-endpoint>

All supported write endpoints can be found at https://docs.victoriametrics.com/victorialogs/data-ingestion/
See the documentation for log ingestion and supported write endpoints at https://docs.victoriametrics.com/victorialogs/log-ingestion/.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
See the documentation for log ingestion and supported write endpoints at https://docs.victoriametrics.com/victorialogs/log-ingestion/.
See the documentation for log ingestion and supported write endpoints at https://docs.victoriametrics.com/victorialogs/data-ingestion/.


See the documentation for [log querying UI](https://docs.victoriametrics.com/victorialogs/querying/#web-ui) or [HTTP API](https://docs.victoriametrics.com/victorialogs/querying/#http-api).

VictoriaLogs can ingest logs from various sources, see [ingestion](https://docs.victoriametrics.com/victorialogs/#ingestion) documentation for more details.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
VictoriaLogs can ingest logs from various sources, see [ingestion](https://docs.victoriametrics.com/victorialogs/#ingestion) documentation for more details.
VictoriaLogs can accept logs at `http://put-the-correct-address-here:9428/insert/*` according to [these docs](https://docs.victoriametrics.com/victorialogs/data-ingestion/).

Please replace http://put-the-correct-address-here:9428/insert/* with the correct address for data ingestion.

See [how to install victoria-logs-single](https://docs.victoriametrics.com/helm/victoria-logs-single/#install-victoria-logs-single-chart) for an example.
You can do this later if you want to configure more settings than shown in the example.

See the documentation for [log querying UI](https://docs.victoriametrics.com/victorialogs/querying/#web-ui) or [HTTP API](https://docs.victoriametrics.com/victorialogs/querying/#http-api).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please put an example url, which could be used for loading web UI for the deployed VictoriaLogs instance here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cluster vmcluster helm chart related issue collector logs single VictoriaMetrics Single node helm chart related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants