Link Search Menu Expand Document

Support new Output

In order to support new output types you need to:

  1. Add the required plugin gem to the Gemfile
  2. Add the new supported type to the start.sh script
  3. Write a new output file following the plugin’s documentation, e.g. output-s3.conf. Ideally just keep the plugin required variables.
  4. Update start-container.sh
  5. Update docs:

IMPORTANT: Please test your changes through the process