Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datadog eu region #31

Open
aka-achea opened this issue Apr 23, 2023 · 3 comments
Open

datadog eu region #31

aka-achea opened this issue Apr 23, 2023 · 3 comments

Comments

@aka-achea
Copy link

it appears this config doesn't support datadog eu region when using helm yaml
i need some place to set
host 'http-intake.logs.datadoghq.eu'

@aka-achea
Copy link
Author

anyone looking at the issue?

@MahithaB
Copy link
Collaborator

@aka-achea since the host is not specified in the fluentd config, data is routed to the default destination However, you can set the host parameter in match directive of the fluentd config to EU destination.
Example:

<match jfrog.**>

#...
host 'http-intake.logs.datadoghq.eu'

reference: https://docs.datadoghq.com/integrations/fluentd/?tab=host

@lmeyemezu
Copy link

Hi @MahithaB ,
I have set

curl https://raw.githubusercontent.com/jfrog/log-analytics-datadog/master/fluent.conf.rt -o {{ .Values.artifactory.persistence.mountPath }}/etc/fluentd/fluentd.conf;
          sed -i 's/datadoghq.com/datadoghq.eu/g' /var/opt/jfrog/artifactory/etc/fluentd/fluentd.conf;

in helm chart so it gives me <match jfrog.**>
@type datadog
@id jfrog_artifactory
api_key "#{ENV['DATADOG_API_KEY']}"
#optional
include_tag_key true
dd_source jfrog_platform
service jfrog_artifactory
host http-intake.logs.datadoghq.eu

flush_interval 1s
# frequency of the buffer flush
flush_thread_count 5
# The number of threads to flush/write chunks in parallel
chunk_limit_records 10
# The max number of events that each chunks can store in it


but no datadog still receives no data.
Any idea ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants