SumoLogic/sumologic-collector-docker

SUMO_COLLECTOR_NAME_PREFIX not working

Closed this issue · 2 comments

Setting the SUMO_COLLECTOR_NAME_PREFIX="" as shown in the documentation does not remove the collector_container- prefix in Sumologic. I ran across #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?

Hi @jmreicha , are you also using AWS ECS?

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