Elastic APM .Net Agent Sanitizing Data

Hello,

I'm using Elastic APM Agent with .Net Core. I'm wondering how can I sanitize sensitive data. In Python Agent there is a cool future for this purpose. https://www.elastic.co/guide/en/apm/agent/python/current/sanitizing-data.html

But I can't find this feature in dotnet agent docs.

Thank you.

Hi @ozgun, welcome to discuss :clap:

In the .NET Agent there is a very similar feature called filter API. Here is the documentation of it.

For .NET there are no predefined filters, but that is a feature we could easily implement.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.