Skip to content

Instantly share code, notes, and snippets.

@phrawzty
Last active January 22, 2019 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phrawzty/da3abab16a9958e948808fbbe7f5528c to your computer and use it in GitHub Desktop.
Save phrawzty/da3abab16a9958e948808fbbe7f5528c to your computer and use it in GitHub Desktop.
Hi Patrick!

From the Agent docs (Ubuntu for example):

# Set the following parameters in /etc/datadog-agent/datadog.yaml:
logs_config:
  logs_dd_url: "agent-intake.logs.datadoghq.eu:443"

For reference, https://app.datadoghq.eu/account/settings#agent should help guide you through some configuration questions.

Finally, it's worth noting that a new version of the Agent will be released shortly (likely this week) that actually addresses and simplifies much of this. Going forward, there will be one option to rule them all: dd_site - but it's not released GA quite yet. :)

@jedi4ever
Copy link

@phrawtzy thanks! that's clear.

Can you elaborate where the log data is stored? I mean if I send it to EU it's stored in EU?
Where's my log index stored? And can I mix both data from EU and US in the same index ?

@phrawzty
Copy link
Author

If you send data to datadoghq.eu, then it gets stored in the EU. As for your second question, that's outside of my depth. Ping @NBParis for more insight. :)

@NBParis
Copy link

NBParis commented Jan 22, 2019

Hello there,

The idea is that Datadog US and Datadog EU are two totally independent data stores.
All the data sent to an EU region is stored in our EU datastore and cannot be mixed with any data sent to the US region.

Currently you would need two different Datadog Accounts to have data stored in both US and EU regions and it would not be possible to see them both in the same account.

Let me know if that clarifies the situation.
Thanks,
Nils

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment