Trying to implement APM newly in one of my test cluster.
My test application has some 6+ URL's which starts with same domain, I need to remove monitoring for some specific URL in on application.
Is there any option to achieve this?
Thanks
Trying to implement APM newly in one of my test cluster.
My test application has some 6+ URL's which starts with same domain, I need to remove monitoring for some specific URL in on application.
Is there any option to achieve this?
Thanks
In the configuration, there is one category TransactionIgnoreUrls
"ElasticApm__TransactionIgnoreUrls": /mention all the URLs/
Try like "IgnoreURL1, IgnoreURL2"
and not an array like ["IgnoreURL1", "IgnoreURL2"]
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.