Sign inSign up

rlister/riemann-dash

By rlister

Updated over 8 years ago

Riemann-Dash with S3, thin, and config from environment

Image
3

3.8K

rlister/riemann-dash repository overview

Riemann-Dash

Riemann-Dash is a javascript, websockets-powered dashboard for Riemann.

This dockerfile builds an S3-enabled image that can be configured using environment variables. UI-configured dashboard settings can be persisted in S3 and read by multiple riemann-dash containers.

This image also uses thin rather than WEBrick.

Usage

docker run -it --name riemann-dash \
  -e WS_CONFIG=s3://my-bucket/config.json \
  -e AWS_ACCESS_KEY_ID=AECH8AEBUO0SHE7OOW9R \
  -e AWS_SECRET_ACCESS_KEY=OU0BA6AEZU2EID4SHOHZ2FEITIL4UGOHXIU7AEX1 \
  -p 4567:4567 \
  rlister/riemann-dash

Tag summary

Content type

Image

Digest

sha256:84696884f

Size

222.2 MB

Last updated

over 8 years ago

docker pull rlister/riemann-dash