dynatrace-oss / fluent-plugin-dynatrace

A fluentd output plugin for sending logs to the Dynatrace Generic log ingest API v2.
Apache License 2.0
6 stars 6 forks source link

ActiveGate log ingest container not starting up. #38

Closed prathima18 closed 1 year ago

prathima18 commented 1 year ago

Activegate Log ingest container creation - example/activegate.yaml

containers:

Is the above one a valid image after we change the environment_url ?

below is the mount path that we provide on activegate.yaml

   - name: activegate-configuration
      mountPath: /var/lib/dynatrace/gateway/config_template/custom.properties

Pod/container creation is erroring out saying the below error

MountVolume.SetUp failed for volume "activegate-configuration" : configmap references non-existent config key: custom.properties

meibensteiner commented 1 year ago

Yes. When you update the placeholder to your dynatrace environment you should be able to pull the image. If you deployed the secret with your API token beforehand.

Could you share your entire activegate deployment and configmap? This looks like the configmap is simply missing the custom.properties section.

meibensteiner commented 1 year ago

I think it was just a case of a missing configmap. Feel free to reopen if the issue persists. :)