VictoriaMetrics/deployment/docker/victorialogs/fluentd/Dockerfile
Andrii Chubatiuk 05a64a8c14
victorialogs: marked fluentd support in roadmap, added syslog example (#7098)
### Describe Your Changes

Marked fluentd in victorialogs roadmap
Added fluentd syslog example setup

### Checklist

The following checks are **mandatory**:

- [ ] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).
2024-09-27 14:38:39 +02:00

9 lines
197 B
Docker

FROM fluent/fluentd:v1.17
USER root
RUN \
gem install \
fluent-plugin-datadog \
fluent-plugin-grafana-loki \
fluent-plugin-elasticsearch \
fluent-plugin-remote_syslog
USER fluent