-
Notifications
You must be signed in to change notification settings - Fork 396
Show more info after VictoriaLog charts are installed #2613
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
base: master
Are you sure you want to change the base?
Conversation
2cedc8f to
e1463ec
Compare
2e29bb5 to
8d29884
Compare
| 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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 \ |
There was a problem hiding this comment.
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/. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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). |
There was a problem hiding this comment.
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.
Ref: #2606
TODO: