First of all, make sure you have all these prerequisites installed:
After checking the prerequisites, follow these simple steps to install and use Fluentbit Dashboard:
docker run -ti -p 127.0.0.1:2020:2020 fluent/fluent-bit:1.5 /fluent-bit/bin/fluent-bit -H -i random -i cpu -F stdout -m '*' -o stdout -m '*' -f 1
$ npm install
# serve with hot reload at localhost:8080 by default.
$ npm run serve
# build for production
$ npm run build
# build for production and view the bundle analyzer report.
$ npm run build --report
If you use yarn:
$ yarn install
# serve with hot reload at localhost:8080 by default.
$ yarn serve
# build for production
$ yarn build
# build for production and view the bundle analyzer report.
$ yarn build --report
Note: You can also use Docker Image to start the frontend dashboard.
See CONTRIBUTING.md!
MIT license.