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

Fixed environment variable name on example #30

Closed matheusneder closed 2 years ago

matheusneder commented 2 years ago

Fixed environment variable name ~(INGEST_ENDPOINT -> AG_INGEST_URL)~ AG_INGEST_URL -> INGEST_ENDPOINT

Update: I did a new commit reverting the INGEST_ENDPOINT -> AG_INGEST_URL rename in fluentd daemonset then renamed AG_INGEST_URL to INGEST_ENDPOIN in configmap (both configmap-activegate.yaml and configmap-saas.yaml) to get the variable name same as confimap key to get code more readable.

ps: I believe this change is necessary in order to avoid other people to make the same mistake as I did when following example here (#29).

dynatrace-cla-bot commented 2 years ago

CLA assistant check
All committers have signed the CLA.

arminru commented 2 years ago

Thank you, @matheusneder!