We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbed384 commit aed72eaCopy full SHA for aed72ea
Dockerfile
@@ -4,7 +4,7 @@ RUN set -e \
4
&& tdnf install -y jq sed \
5
&& gem install -N fluent-plugin-jq -v "0.5.1" \
6
&& gem install -N fluent-plugin-grafana-loki -v "1.2.20" \
7
- && gem install fluent-plugin-splunk-hec -v "1.3.3" \
+ && gem install -N fluent-plugin-splunk-hec -v "1.3.3" \
8
&& echo OK
9
10
# Patch configuration files:
0 commit comments