diff --git a/README.md b/README.md index 065ef2a..966e9cf 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ The following environment variables are supported. You can pass environment vari |`SUMO_COLLECTOR_EPHEMERAL` |When true, the collector will be deleted after it goes offline for 12 hours.

Default: true.| |`SUMO_COLLECTOR_NAME` |Configures the name of the collector. The default is set dynamically to the value in `/etc/hostname`.| |`SUMO_COLLECTOR_NAME_PREFIX`|Configures a prefix to the collector name. Useful when overriding `SUMO_COLLECTOR_NAME` with the Docker hostname.

Default: "collector_container-"

If you do not want a prefix, set the variable as follows:

`SUMO_COLLECTOR_NAME_PREFIX = ""`| +|`SUMO_COLLECTOR_HOSTNAME` |Sets the host name of the machine on which the Collector container is running.

Default: The container ID.| |`SUMO_DISABLE_SCRIPTS` |If your organization's internal policies restrict the use of scripts, you can disable the creation of script-based script sources. When this parameter is passed, this option is removed from the Sumo web application, and script source cannot be configured.

Default: false.| |`SUMO_GENERATE_USER_PROPERTIES`|Set this variable to “false” if you are providing the collector configuration settings using a `user.properties` file via a Docker volume mount.| |`SUMO_JAVA_MEMORY_INIT` |Sets the initial java heap size (in MB).

Default: 64|