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 28446f3 commit 28b8fa7Copy full SHA for 28b8fa7
1 file changed
scripts/ingest.sh
@@ -229,6 +229,7 @@ install_fluent_bit() {
229
curl -fsSL https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh -o /tmp/install-fluentbit.sh
230
chmod +x /tmp/install-fluentbit.sh
231
/tmp/install-fluentbit.sh
232
+ ;;
233
234
centos|rhel|fedora)
235
print_info "Installing Fluent Bit on CentOS/RHEL/Fedora..."
0 commit comments