Reinhard Pilz

Results 10 comments of Reinhard Pilz

Hello @mattBaumBeneva, What defines the number of instances of `dynatrace_mobile_app_key_performance`? Is it something like this? ```terraform resource "dynatrace_mobile_app_key_performance" "kua_adpex" { count = length(data.dynatrace_entities.application_methods.entities) ... } ``` .. in other words,...

The error message tells me that - at least temporarily - the provider BELIEVED that `dynatrace_mobile_app_key_performance.kua_adpex["[savings.navigate_to_customer_portal]"]` didn't exist on the target environment. And, yes, we need to take that seriously,...

Thanks a lot! I will keep this issue open, until I've been able to make sense of the error message you've seen.

Hello @anshulgargamway You essentially already have identified the root cause here by taking a peek into the terraform state file. Your observation results in the fact, that the Dynatrace REST...

Hello everybody. This issue will get addressed with the next release of the Terraform Provider.

Hello @kannanbalaji , At the moment the REST API just allows for configuring these settings on a global level. The ability to define these settings on the service level (via...

Hello @kannanbalaji Quick update about this topic. Anomaly Detection and Error Detection on Service Level will be available via REST API by the end of March. At this point I'll...

Hello @karty-s, The limitation you've described originates in the REST API endpoint the Terraform Provider is using for the resource `dynatrace_custom_anomalies`. There's unfortunately nothing the Provider can do to overcome...

Hello @karty-s, I'm closing this ticket, assuming that utilizing `dynatrace_metric_events` takes care of your issues. If not, just drop us a message, and I will re-open it.

Hello @moseskt It looks like you've run into a limitation of the Config REST API of Dynatrace here. It doesn't accept certain combinations of filters while the WebUI allows for...