VictoriaMetrics/docs/data-ingestion
Aliaksandr Valialkin 8cb1822b94
Revert "removed unneeded ref shortcodes, updated VM changelog to use relative markdown links (#6691)"
This reverts commit 2e9b1efeb9.

Reason for revert: relative links in docs are much harder to maintain in consistent state
comparing to absolute links:

- It is non-trivial to figure out the proper relative link path when creating and editing docs.
- Relative links break after moving the doc files to another paths, and it is non-trivial
  to figure which links are broken after that.
- The updated relative links do not work properly right now in the docs.
  For example, the https://docs.victoriametrics.com/victorialogs/quickstart.md#building-from-source-code
  link at https://docs.victoriametrics.com/victorialogs/changelog/ leads to 404 page.

This is documented at https://docs.victoriametrics.com/#images-in-documentation .
2024-07-25 12:48:13 +02:00
..
_index.md added _index.md for hugo, which point to README.md (#6686) 2024-07-23 17:30:49 +03:00
pbs-form.webp Added docs for telegraf proxmox and vector (#6619) 2024-07-15 11:08:11 -05:00
pbs-nav.webp Added docs for telegraf proxmox and vector (#6619) 2024-07-15 11:08:11 -05:00
Proxmox.md view documentation locally (#6677) 2024-07-24 01:00:31 -07:00
pve-form.webp Added docs for telegraf proxmox and vector (#6619) 2024-07-15 11:08:11 -05:00
pve-nav.webp Added docs for telegraf proxmox and vector (#6619) 2024-07-15 11:08:11 -05:00
README.md Revert "removed unneeded ref shortcodes, updated VM changelog to use relative markdown links (#6691)" 2024-07-25 12:48:13 +02:00
Telegraf.md view documentation locally (#6677) 2024-07-24 01:00:31 -07:00
Vector.md Revert "removed unneeded ref shortcodes, updated VM changelog to use relative markdown links (#6691)" 2024-07-25 12:48:13 +02:00

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: 8482

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]({{< relref "Telegraf.md" >}})
  • [Vector]({{< relref "Vector.md" >}})

Supported Platforms

  • [Proxmox Virtual Environment and Proxmox Backup Server]({{< relref "Proxmox.md" >}})