Hello, I have a problem with the correct working functionality which is to Ignore transactions based on URLs.
I search for this problem on this forum but I only found problems with java agent not dotnet.
Kibana version: 7.17.9
Elasticsearch version: 7.17.9
APM Server version: 7.17.9
APM Agent language and version: dotnet 5.13.0
Fresh install or upgraded from other versions? Upgraded from 7.17.1 to 7.17.9
Is there anything special in your setup? We use Kafka, Logstash, we have our index patterns and custom templates
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant): I have a problem with not working (in my opinion) transaction_ignore_urls. The setup looks like this :
I tried a few options :
- /name/nameNotificationCount
- "/name/nameNotificationCount"
- '/name/nameNotificationCount'
But still, in Discover in .ds-traces-apm-default- index I see those transactions.
We are after a transition from stand-alone apm server into data streams (Elastic Agent - Fleet managed) maybe this is a problem? we are still on 7.7.19 version not 8x but in documentation, I see this option for our version.
Thanks in advance