SumoLogic / sumologic-collector-docker

A Sumo Logic collector for Docker.
Apache License 2.0
69 stars 55 forks source link

SUMO_COLLECTOR_NAME_PREFIX not working #70

Closed jmreicha closed 5 years ago

jmreicha commented 5 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.

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?

maimaisie commented 5 years ago

Hi @jmreicha , are you also using AWS ECS?

jmreicha commented 5 years ago

@maimaisie Nope, using Kubernetes. I think the bug is here.