Open rolebi opened 4 years ago
Hi @rolebi
This feature is coming very soon. The choice between all these options will be available in Datadog's interface.
Great : )
Very interested by this as well. We would love to use RUM and Logs, but because we can't anonymise IPs to be GDPR compliant we are not using it. Great that you are working on it :)
Is there any news on this ? we're also looking to anonymize or have an option to remove network details altogether.
We would also love to have this feature. @hdelaby is there any update regarding this?
What we did to make it work right now is:
network.client.ip
attribute path and replaced it with [removed]
Hope this will be helpful for the others. But we would need a proper solution for this. This is basically making this feature not usable for companies in the EU.
Hi @tchock thanks a lot for raising this. Apologies for the delay! Here is the situation for now:
RUM It is possible to keep the geoip data (country, city, etc) while getting rid of the IP address. A configuration option will be available in a settings page in the UI in Q1. For now, these requests will need to go through support@datadoghq.com.
Browser Logs The workaround suggested above is the right one if you want to remove all geoip information and will be documented appropriately. We will also document an alternate version of this workaround in order to keep all geoip information without storing the IP address. Our support will also be able to help configure it.
The vast majority of users actually need the IP address and geoIP data, which is why it is enabled by default. On logs specifically, we are stuck with how integrations pipelines work: there's no simpler way to customize them. Once again thank you for the patience here. I will answer with the appropriate documentation links once it's live.
Any updates on this? :D
+1 for updates. There's mention of the workaround above being documented. Did this ever happen? Many thanks
any news ?
Update?
This feature is coming very soon. The choice between all these options will be available in Datadog's interface.
Hi, @hdelaby Any updates on the feature?
Hello,
The situation is still the same, to remove IP addresses from RUM data, you need to go through support@datadoghq.com. We still want to build something in the UI and have planned work around that but no ETA to share yet.
We'll let you know here if we have any update on the topic.
@bcaudan , we don't use RUM, but we still want to avoid logging IP/geo in the regular browser intake. We've contacted support, and they've only linked us to beforeSend
etc, which ofc does not work. AFAIK, the network
part is added to the logs not in the SDK here, but on the ingestion level (or similar, outside of our control).
Any recommendation? Is that something support is able to solve similar to for RUM?
@johnkors for browser logs, did you tried the mentioned workaround?
@bcaudan Not sure how that would work for browser logs. We're never sending anything related to network. It's appended at datadog servers.
@bcaudan , we don't use RUM, but we still want to avoid logging IP/geo in the regular browser intake. We've contacted support, and they've only linked us to
beforeSend
etc, which ofc does not work. AFAIK, thenetwork
part is added to the logs not in the SDK here, but on the ingestion level (or similar, outside of our control).Any recommendation? Is that something support is able to solve similar to for RUM?
One workaround to ensure that the IP/Geo information is never forwarded from the clients to Datadog regardless of whether it's stored or not (would still show up in access logs etc) is to setup a simple HTTP proxy between your clients and Datadog.
@henningms Hi ;) Yeah, that's our last resort.
@henningms Hi ;) Yeah, that's our last resort.
Hi! 😂
It's quickly becoming my default in the projects 😅 Allows us to control what is sent and eases the minds of the legal/GDPR team
@johnkors for browser logs, did you tried the mentioned workaround?
@bcaudan Not sure how that would work for browser logs. We're never sending anything related to network. It's appended at datadog servers.
The mentionned workaround allow you to customize what is done by datadog servers.
The mentionned workaround allow you to customize what is done by datadog servers.
Sorry, I misread "cloning" as a code change in this repo (as in a fork). My fault. I'll try out the pipeline mods. Thanks.
Any update on this request? Seems like a feature that many would find useful. The workaround mentioned above might not be viable for everyone.
Hello,
Here is the current state:
RUM You can choose whether or not you want to include IP or geolocation data from the Datadog UI, more details in the doc.
Logs You can remove geolocation data by:
You can anonymise the IP by:
network.client.ip
attribute value with [removed]
Hi,
Is there a way to anonymise the IP address that is stored with each log ? It is a requirement to be compliant with privacy regulations in Europe (GDPR/E-Privacy).
The full IP shouldn't be available at all in the source data and shouldn't be used for GeoIP resolution. Only the "pseudo-anonymized" IP can be stored and used for GeoIP resolution.
For a lack of official sources I redirect you to the GA documentation: https://support.google.com/analytics/answer/2763052?hl=en