See also VictoriaLogs cluster)
RPM for victorialogs - VictoriaLogs is log management and log analytics system from VictoriaMetrics.
Package | Status |
---|---|
victorialogs | |
vlagent | |
vlogscli |
Before install disable Selinux.
Support CentOS 6, CentOS 7, Oraclelinux 7, Rhel 7
sudo yum -y install yum-plugin-copr
sudo yum -y copr enable victoriametrics/VictoriaLogs
sudo yum makecache
sudo yum -y install victorialogs
Support CentOS-stream 8, CentOS-stream 9, CentOS 8, CentOS 9, Oraclelinux 8, Rhel 8, Rhel 9
sudo dnf -y install yum-plugin-copr
sudo dnf -y copr enable victoriametrics/VictoriaLogs
sudo dnf makecache
sudo dnf -y install victorialogs
VictoriaLogs can accept logs from the following log collectors:
- Syslog, Rsyslog and Syslog-ng - see these docs.
- Filebeat - see these docs.
- Fluentbit - see these docs.
- Fluentd - see these docs.
- Logstash - see these docs.
- Vector - see these docs.
- Promtail (aka Grafana Loki, Grafana Agent or Grafana Alloy) - see these docs.
- Telegraf - see these docs.
- OpenTelemetry Collector - see these docs.
- Journald - see these docs.
- DataDog - see these docs.
The ingested logs can be queried according to these docs.
See also:
VictoriaLogs supports the following data ingestion HTTP APIs:
- Elasticsearch bulk API. See these docs.
- JSON stream API aka ndjson. See these docs.
- Loki JSON API. See these docs.
- OpenTelemetry API. See these docs.
- Journald export format.
VictoriaLogs accepts optional HTTP parameters at data ingestion HTTP APIs.
VictoriaLogs can be queried with LogsQL via the following ways:
- vlogscli
- Command-line interface
- HTTP API
- Web UI - a web-based UI for querying logs
- Grafana plugin
Just visit https://play-grafana.victoriametrics.com/...