Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 782 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 782 Bytes

docker-sumologic

Wrapper container for sumologic/collector, allowing for parameterization of the /etc/sumo-sources.json file during runtime.

Environment Variables

These should always be explicitly set in your docker run command!

  • SUMO_NAME - name of the application
  • SUMO_CATEGORY - name of the category
  • SUMO_HOSTNAME - name of the host source
  • Anything else that the parent container supports

Optional:

  • MULTILINE_PROCESSING - set to true to enable multiline processing

Arguments

This container just defers all arguments to the parent container entrypoint, so just follow those directions