Skip to main content

Supported formats

Base64 Image/Video/Audio/PDF Panel supports the most commonly used file formats.

Additional Formats

To request support for more file formats, please open an issue in the GitHub repository.

Images

The plugin determines the file type automatically based on the first Base64 symbol if no definition is provided. This is applicable to the following file formats:

  • JPEG
  • GIF
  • PNG
  • HEIC

Other image formats supported by your browser can be rendered with the provided definition of the following pattern data:image/IMAGE-FORMAT;base64,ENCODED-CONTENT.

Base64 panel renders images on Grafana dashboard.
Base64 panel renders images on Grafana dashboard.

PDF

The plugin renders PDF files with the provided definition data:application/pdf;base64,ENCODED-CONTENT or without it.

Base64 panel renders PDF files on Grafana dashboard.
Base64 panel renders PDF files on Grafana dashboard.

Video

The plugin renders video files with the provided definition, as follows:

  • MP4: data:video/mp4;base64,ENCODED-CONTENT
  • WEBM: data:video/webm;base64,ENCODED-CONTENT
Base64 panel allows to display media files on Grafana dashboard.
Base64 panel allows to display media files on Grafana dashboard.

Audio

The plugin outputs audio video files with the provided definition, as follows:

  • MP3: data:audio/mp3;base64,ENCODED-CONTENT
  • OGG: data:audio/ogg;base64,ENCODED-CONTENT