Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/clients/cmd/fluentd/bin/setup

9 lines
190 B

#!/usr/bin/env bash
set -euo pipefail
ruby --version
echo ""
ruby -S gem install bundler --version 2.3.4
ruby -S bundle config set --local path $(pwd)/vendor/bundle
ruby -S bundle install