VictoriaMetrics/docs/data-ingestion/README.md
Mathias Palmersheim a46d554f74
docs: add vmagent and alloy data ingestion docs (#6678)
Adds Prometheus Grafana Alloy and vmagent to the data ingestion
protocols. Grafana Agent was not added since it has been deprecated in
favor of alloy

Signed-off-by: hagen1778 <roman@victoriametrics.com>
Co-authored-by: Roman Khavronenko <roman@victoriametrics.com>
2024-08-06 15:29:42 +02:00

27 lines
1.4 KiB
Markdown

In This Folder you will find instructions for sending data to VictoriaMetrics from a variety of platforms.
If your tool is not listed it is likely you can ingest your data into VictoriaMetrics using one of the protocols listed in our [Prominent features]({{< ref "/Single-server-VictoriaMetrics.md#prominent-features" >}}) section.
If you are unsure what port number to use when pushing data to VictoriaMetrics single node, vminsert, vmagent, and vmauth we have listed the default ports below.
- VictoriaMetrics Single: 8428
- vmagent: 8429
- vmauth: 8427
- vminsert: 8480
In the rest of the documentation we will assume you have configured your push endpoint to use TLS/SSL on port 443 so the urls in the rest of the documentation will look like `https://<victoriametrics_url>` instead of `http://<victoriametrics_url>:8428` for VictoriaMetrics single.
## Documented Collectors/Agents
- [Telegraf](https://docs.victoriametrics.com/data-ingestion/telegraf/)
- [Vector](https://docs.victoriametrics.com/data-ingestion/vector/)
- [vmagent](https://docs.victoriametrics.com/data-ingestion/vmagent)
- [Grafana Alloy](https://docs.victoriametrics.com/data-ingestion/alloy/)
- [Prometheus](https://docs.victoriametrics.com/data-ingestion/prometheus/)
## Supported Platforms
- [Proxmox Virtual Environment and Proxmox Backup Server](https://docs.victoriametrics.com/data-ingestion/proxmox/)