Closed jmreicha closed 6 years ago
Setting the SUMO_COLLECTOR_NAME_PREFIX="" as shown in the documentation does not remove the collector_container- prefix in Sumologic. I ran across https://github.com/SumoLogic/sumologic-collector-docker/issues/43 which describes this.
SUMO_COLLECTOR_NAME_PREFIX=""
collector_container-
It looks like the workaround is to use an extra space in the variable, e.g.
SUMO_COLLECTOR_NAME_PREFIX=" "
Is this intended or is this a bug? If intended, can I update the README?
Hi @jmreicha , are you also using AWS ECS?
@maimaisie Nope, using Kubernetes. I think the bug is here.
Setting the
SUMO_COLLECTOR_NAME_PREFIX=""
as shown in the documentation does not remove thecollector_container-
prefix in Sumologic. I ran across https://github.com/SumoLogic/sumologic-collector-docker/issues/43 which describes this.It looks like the workaround is to use an extra space in the variable, e.g.
SUMO_COLLECTOR_NAME_PREFIX=" "
Is this intended or is this a bug? If intended, can I update the README?