Kibana APM does not show data even though there is APM data

Kibana i snot showing data when I go to Observability->APM->Services
It doesn't show data neither in services, nor traces, nor dependencies

Kibana version: 8.15.3
Elasticsearch version: 8.15.3
APM Server version: 8.15.3 APM
Agent language and version: go go.elastic.co/apm/v2 v2.6.2

As soon as I press the APM option, it shows is if it was querying for a second or less and then the initial image as if APM was not integrated.
APM integration was added and I can see data in Discover. See the image.

I have debug logs to share (attached)

You will see this log:
[2025-03-12T00:19:06.298+00:00][INFO ][plugins.apm] create static data view apm_static_data_view_id_default

This is the name of the APM view

Pasting part of the logs around this line:

[2025-03-12T00:19:06.261+00:00][DEBUG][elasticsearch.query.data] 200 - 227.0B
POST /.kibana_task_manager/_update_by_query?ignore_unavailable=true&refresh=true
{"query":{"bool":{"must":[{"term":{"type":"task"}},{"bool":{"must":[{"bool":{"must":[{"term":{"task.enabled":true}}]}},{"bool":{"should":[{"bool":{"must":[{"term":{"task.status":"idle"}},{"range":{"task.runAt":{"lte":"now"}}}]}},{"bool":{"must":[{"bool":{"should":[{"term":{"task.status":"running"}},{"term":{"task.status":"claiming"}}]}},{"range":{"task.retryAt":{"lte":"now"}}}]}}]}}],"filter":[{"bool":{"must_not":[{"bool":{"should":[{"term":{"task.status":"running"}},{"term":{"task.status":"claiming"}}],"minimum_should_match":1,"must":{"range":{"task.retryAt":{"gt":"now"}}}}}]}}]}}]}},"script":{"source":"\n    if (params.claimableTaskTypes.contains(ctx._source.task.taskType)) {\n      if(ctx._source.task.retryAt != null && ZonedDateTime.parse(ctx._source.task.retryAt).toInstant().toEpochMilli() < params.now) {\n    ctx._source.task.scheduledAt=ctx._source.task.retryAt;\n  } else {\n    ctx._source.task.scheduledAt=ctx._source.task.runAt;\n  }\n    ctx._source.task.status = \"claiming\"; ctx._source.task.ownerId=params.fieldUpdates.ownerId; ctx._source.task.retryAt=params.fieldUpdates.retryAt;\n    } else if (params.unusedTaskTypes.contains(ctx._source.task.taskType)) {\n      ctx._source.task.status = \"unrecognized\";\n    } else {\n      ctx.op = \"noop\";\n    }","lang":"painless","params":{"now":1741738746246,"fieldUpdates":{"ownerId":"kibana:72180710-bd9c-4f02-9f5c-b928fa3781c6","retryAt":"2025-03-12T00:19:36.207Z"},"claimableTaskTypes":["session_cleanup","actions_telemetry","observabilityAIAssistant:indexQueuedDocumentsTaskType","ad_hoc_run-backfill","alerting_telemetry","alerts_invalidate_api_keys","alerting_health_check","dashboard_telemetry","alerting:transform_health","actions:.email","actions:.index","actions:.pagerduty","actions:.swimlane","actions:.server-log","actions:.slack","actions:.slack_api","actions:.webhook","actions:.cases-webhook","actions:.xmatters","actions:.servicenow","actions:.servicenow-sir","actions:.servicenow-itom","actions:.jira","actions:.teams","actions:.torq","actions:.opsgenie","actions:.tines","actions:.gen-ai","actions:.bedrock","actions:.gemini","actions:.d3security","actions:.resilient","actions:.sentinelone","actions:.crowdstrike","alerting:.index-threshold","alerting:.geo-containment","alerting:.es-query","cases-telemetry-task","actions:.cases","ML:saved-objects-sync","alerting:xpack.ml.anomaly_detection_alert","alerting:xpack.ml.anomaly_detection_jobs_health","Fleet-Usage-Sender","Fleet-Usage-Logger","Fleet-Metrics-Task","fleet:reassign_action:retry","fleet:unenroll_action:retry","fleet:upgrade_action:retry","fleet:update_agent_tags:retry","fleet:request_diagnostics:retry","fleet:check-deleted-files-task","osquery:telemetry-packs","osquery:telemetry-saved-queries","osquery:telemetry-configs","cloud_security_posture-stats_task","risk_engine:risk_scoring","alerting:siem.eqlRule","alerting:siem.esqlRule","alerting:siem.savedQueryRule","alerting:siem.indicatorRule","alerting:siem.mlRule","alerting:siem.queryRule","alerting:siem.thresholdRule","alerting:siem.newTermsRule","alerting:siem.notifications","endpoint:user-artifact-packager","endpoint:complete-external-response-actions","security:endpoint-diagnostics","security:endpoint-meta-telemetry","security:telemetry-lists","security:telemetry-detection-rules","security:telemetry-prebuilt-rule-alerts","security:telemetry-timelines","security:telemetry-diagnostic-timelines","security:telemetry-configuration","security:telemetry-filterlist-artifact","endpoint:metadata-check-transforms-task","alerting:observability.rules.custom_threshold","alerting:xpack.uptime.alerts.monitorStatus","alerting:xpack.uptime.alerts.tlsCertificate","alerting:xpack.uptime.alerts.durationAnomaly","alerting:xpack.uptime.alerts.tls","UPTIME:SyntheticsService:Sync-Saved-Monitor-Objects","Synthetics:Clean-Up-Package-Policies","alerting:xpack.synthetics.alerts.monitorStatus","alerting:xpack.synthetics.alerts.tls","alerting:slo.rules.burnRate","SLO:ORPHAN_SUMMARIES-CLEANUP-TASK","actions:.observability-ai-assistant","alerting:logs.alert.document.count","alerting:metrics.alert.inventory.threshold","alerting:metrics.alert.threshold","alerting:monitoring_alert_cluster_health","alerting:monitoring_alert_license_expiration","alerting:monitoring_alert_cpu_usage","alerting:monitoring_alert_missing_monitoring_data","alerting:monitoring_alert_disk_usage","alerting:monitoring_alert_thread_pool_search_rejections","alerting:monitoring_alert_thread_pool_write_rejections","alerting:monitoring_alert_jvm_memory_usage","alerting:monitoring_alert_nodes_changed","alerting:monitoring_alert_logstash_version_mismatch","alerting:monitoring_alert_kibana_version_mismatch","alerting:monitoring_alert_elasticsearch_version_mismatch","alerting:monitoring_ccr_read_exceptions","alerting:monitoring_shard_size","apm-telemetry-task","alerting:apm.transaction_duration","alerting:apm.anomaly","alerting:apm.error_rate","alerting:apm.transaction_error_rate","apm-source-map-migration-task"],"skippedTaskTypes":["report:execute"],"unusedTaskTypes":["sampleTaskRemovedType","alerting:siem.signals","search_sessions_monitor","search_sessions_cleanup","search_sessions_expire","cleanup_failed_action_executions","reports:monitor"],"taskMaxAttempts":{"session_cleanup":3,"actions_telemetry":3,"observabilityAIAssistant:indexQueuedDocumentsTaskType":2,"ad_hoc_run-backfill":3,"alerting_telemetry":3,"alerts_invalidate_api_keys":3,"alerting_health_check":3,"dashboard_telemetry":3,"alerting:transform_health":3,"actions:.email":3,"actions:.index":3,"actions:.pagerduty":3,"actions:.swimlane":3,"actions:.server-log":3,"actions:.slack":3,"actions:.slack_api":3,"actions:.webhook":3,"actions:.cases-webhook":3,"actions:.xmatters":3,"actions:.servicenow":3,"actions:.servicenow-sir":3,"actions:.servicenow-itom":3,"actions:.jira":3,"actions:.teams":3,"actions:.torq":3,"actions:.opsgenie":3,"actions:.tines":3,"actions:.gen-ai":3,"actions:.bedrock":3,"actions:.gemini":3,"actions:.d3security":3,"actions:.resilient":3,"actions:.sentinelone":3,"actions:.crowdstrike":3,"alerting:.index-threshold":3,"alerting:.geo-containment":3,"alerting:.es-query":3,"cases-telemetry-task":3,"actions:.cases":3,"ML:saved-objects-sync":3,"alerting:xpack.ml.anomaly_detection_alert":3,"alerting:xpack.ml.anomaly_detection_jobs_health":3,"Fleet-Usage-Sender":1,"Fleet-Usage-Logger":1,"Fleet-Metrics-Task":1,"fleet:reassign_action:retry":1,"fleet:unenroll_action:retry":1,"fleet:upgrade_action:retry":1,"fleet:update_agent_tags:retry":1,"fleet:request_diagnostics:retry":1,"fleet:check-deleted-files-task":3,"osquery:telemetry-packs":3,"osquery:telemetry-saved-queries":3,"osquery:telemetry-configs":3,"cloud_security_posture-stats_task":3,"risk_engine:risk_scoring":3,"alerting:siem.eqlRule":3,"alerting:siem.esqlRule":3,"alerting:siem.savedQueryRule":3,"alerting:siem.indicatorRule":3,"alerting:siem.mlRule":3,"alerting:siem.queryRule":3,"alerting:siem.thresholdRule":3,"alerting:siem.newTermsRule":3,"alerting:siem.notifications":3,"endpoint:user-artifact-packager":3,"endpoint:complete-external-response-actions":3,"security:endpoint-diagnostics":3,"security:endpoint-meta-telemetry":3,"security:telemetry-lists":3,"security:telemetry-detection-rules":3,"security:telemetry-prebuilt-rule-alerts":3,"security:telemetry-timelines":3,"security:telemetry-diagnostic-timelines":3,"security:telemetry-configuration":3,"security:telemetry-filterlist-artifact":3,"endpoint:metadata-check-transforms-task":3,"alerting:observability.rules.custom_threshold":3,"alerting:xpack.uptime.alerts.monitorStatus":3,"alerting:xpack.uptime.alerts.tlsCertificate":3,"alerting:xpack.uptime.alerts.durationAnomaly":3,"alerting:xpack.uptime.alerts.tls":3,"UPTIME:SyntheticsService:Sync-Saved-Monitor-Objects":3,"Synthetics:Clean-Up-Package-Policies":3,"alerting:xpack.synthetics.alerts.monitorStatus":3,"alerting:xpack.synthetics.alerts.tls":3,"alerting:slo.rules.burnRate":3,"SLO:ORPHAN_SUMMARIES-CLEANUP-TASK":1,"actions:.observability-ai-assistant":3,"alerting:logs.alert.document.count":3,"alerting:metrics.alert.inventory.threshold":3,"alerting:metrics.alert.threshold":3,"alerting:monitoring_alert_cluster_health":3,"alerting:monitoring_alert_license_expiration":3,"alerting:monitoring_alert_cpu_usage":3,"alerting:monitoring_alert_missing_monitoring_data":3,"alerting:monitoring_alert_disk_usage":3,"alerting:monitoring_alert_thread_pool_search_rejections":3,"alerting:monitoring_alert_thread_pool_write_rejections":3,"alerting:monitoring_alert_jvm_memory_usage":3,"alerting:monitoring_alert_nodes_changed":3,"alerting:monitoring_alert_logstash_version_mismatch":3,"alerting:monitoring_alert_kibana_version_mismatch":3,"alerting:monitoring_alert_elasticsearch_version_mismatch":3,"alerting:monitoring_ccr_read_exceptions":3,"alerting:monitoring_shard_size":3,"apm-telemetry-task":3,"alerting:apm.transaction_duration":3,"alerting:apm.anomaly":3,"alerting:apm.error_rate":3,"alerting:apm.transaction_error_rate":3,"apm-source-map-migration-task":5}}},"sort":[{"_script":{"type":"number","order":"desc","script":{"lang":"painless","source":"\n          String taskType = doc['task.taskType'].value;\n          if (params.priority_map.containsKey(taskType)) {\n            return params.priority_map[taskType];\n          } else {\n            return 50;\n          }\n        ","params":{"priority_map":{"ad_hoc_run-backfill":1}}}}},{"_script":{"type":"number","order":"asc","script":{"lang":"painless","source":"\nif (doc['task.retryAt'].size()!=0) {\n  return doc['task.retryAt'].value.toInstant().toEpochMilli();\n}\nif (doc['task.runAt'].size()!=0) {\n  return doc['task.runAt'].value.toInstant().toEpochMilli();\n}\n    "}}}],"max_docs":10,"conflicts":"proceed"}
[2025-03-12T00:19:06.262+00:00][DEBUG][plugins.taskManager.metrics-subscribe-debugger] subscribed metrics {"last_update":"2025-03-12T00:19:06.262Z","metrics":{"task_claim":{"timestamp":"2025-03-12T00:19:03.215Z","value":{"success":15,"total":15,"total_errors":0,"duration":{"counts":[13,2],"values":[100,200]},"duration_values":[15,13,119,14,108,12,14,13,15,14,15,13,14,15,16]}},"task_run":{"timestamp":"2025-03-12T00:19:06.262Z","value":{"overall":{"success":3,"not_timed_out":3,"total":3,"total_errors":0,"user_errors":0,"framework_errors":0,"delay":{"counts":[3],"values":[10]},"delay_values":[3,3,3]},"by_type":{"alerting:observability__rules__custom_threshold":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"alerting":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"alerting:apm__transaction_duration":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"endpoint:complete-external-response-actions":{"success":1,"not_timed_out":1,"total":1,"total_errors":0,"user_errors":0,"framework_errors":0},"Fleet-Metrics-Task":{"success":1,"not_timed_out":1,"total":1,"total_errors":0,"user_errors":0,"framework_errors":0},"apm-source-map-migration-task":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"observabilityAIAssistant:indexQueuedDocumentsTaskType":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"dashboard_telemetry":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"endpoint:user-artifact-packager":{"success":1,"not_timed_out":1,"total":1,"total_errors":0,"user_errors":0,"framework_errors":0}}}},"task_overdue":{"timestamp":"2025-03-12T00:19:06.228Z","value":{"by_type":{},"overall":{"overdue_by":{"counts":[],"values":[]},"overdue_by_values":[]}}}}}
[2025-03-12T00:19:06.263+00:00][DEBUG][plugins.taskManager.metrics-subscribe-debugger] subscribed metrics {"last_update":"2025-03-12T00:19:06.263Z","metrics":{"task_claim":{"timestamp":"2025-03-12T00:19:03.215Z","value":{"success":15,"total":15,"total_errors":0,"duration":{"counts":[13,2],"values":[100,200]},"duration_values":[15,13,119,14,108,12,14,13,15,14,15,13,14,15,16]}},"task_run":{"timestamp":"2025-03-12T00:19:06.263Z","value":{"overall":{"success":3,"not_timed_out":3,"total":3,"total_errors":0,"user_errors":0,"framework_errors":0,"delay":{"counts":[3],"values":[10]},"delay_values":[3,3,3]},"by_type":{"alerting:observability__rules__custom_threshold":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"alerting":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"alerting:apm__transaction_duration":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"endpoint:complete-external-response-actions":{"success":1,"not_timed_out":1,"total":1,"total_errors":0,"user_errors":0,"framework_errors":0},"Fleet-Metrics-Task":{"success":1,"not_timed_out":1,"total":1,"total_errors":0,"user_errors":0,"framework_errors":0},"apm-source-map-migration-task":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"observabilityAIAssistant:indexQueuedDocumentsTaskType":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"dashboard_telemetry":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"endpoint:user-artifact-packager":{"success":1,"not_timed_out":1,"total":1,"total_errors":0,"user_errors":0,"framework_errors":0}}}},"task_overdue":{"timestamp":"2025-03-12T00:19:06.228Z","value":{"by_type":{},"overall":{"overdue_by":{"counts":[],"values":[]},"overdue_by_values":[]}}}}}
[2025-03-12T00:19:06.263+00:00][DEBUG][plugins.taskManager.metrics-subscribe-debugger] subscribed metrics {"last_update":"2025-03-12T00:19:06.263Z","metrics":{"task_claim":{"timestamp":"2025-03-12T00:19:06.263Z","value":{"success":16,"total":16,"total_errors":0,"duration":{"counts":[14,2],"values":[100,200]},"duration_values":[15,13,119,14,108,12,14,13,15,14,15,13,14,15,16,55]}},"task_run":{"timestamp":"2025-03-12T00:19:06.263Z","value":{"overall":{"success":3,"not_timed_out":3,"total":3,"total_errors":0,"user_errors":0,"framework_errors":0,"delay":{"counts":[3],"values":[10]},"delay_values":[3,3,3]},"by_type":{"alerting:observability__rules__custom_threshold":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"alerting":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"alerting:apm__transaction_duration":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"endpoint:complete-external-response-actions":{"success":1,"not_timed_out":1,"total":1,"total_errors":0,"user_errors":0,"framework_errors":0},"Fleet-Metrics-Task":{"success":1,"not_timed_out":1,"total":1,"total_errors":0,"user_errors":0,"framework_errors":0},"apm-source-map-migration-task":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"observabilityAIAssistant:indexQueuedDocumentsTaskType":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"dashboard_telemetry":{"success":0,"not_timed_out":0,"total":0,"total_errors":0,"user_errors":0,"framework_errors":0},"endpoint:user-artifact-packager":{"success":1,"not_timed_out":1,"total":1,"total_errors":0,"user_errors":0,"framework_errors":0}}}},"task_overdue":{"timestamp":"2025-03-12T00:19:06.228Z","value":{"by_type":{},"overall":{"overdue_by":{"counts":[],"values":[]},"overdue_by_values":[]}}}}}
[2025-03-12T00:19:06.264+00:00][DEBUG][elasticsearch.query.data] 200 - 172.0B
POST /_security/user/_has_privileges
[redacted]
[2025-03-12T00:19:06.270+00:00][DEBUG][http.server.response] GET /internal/apm/has_data 200 166ms - 17.0B
[2025-03-12T00:19:06.271+00:00][DEBUG][elasticsearch.query.data] 200
POST /.entities-observability.latest-*/_search
{"size":1000,"track_total_hits":false,"_source":["agent.name","entity","data_stream.type"],"query":{"bool":{"filter":[{"range":{"entity.firstSeenTimestamp":{"gte":1741737846015}}},{"range":{"entity.lastSeenTimestamp":{"lte":1741738746015}}}]}}}
[2025-03-12T00:19:06.275+00:00][DEBUG][elasticsearch.query.data] 200 - 143.0B
POST /metrics-apm*%2Capm-*%2Clogs-apm*/_terms_enum
{"case_insensitive":true,"field":"service.environment","size":100,"string":"","index_filter":{"range":{"@timestamp":{"gte":1741737846007,"lte":1741738746007,"format":"epoch_millis"}}}}
[2025-03-12T00:19:06.278+00:00][DEBUG][elasticsearch.query.data] 200 - 510.0B
GET /.kibana_8.15.3/_doc/apm-indices%3Aapm-indices
[2025-03-12T00:19:06.280+00:00][DEBUG][elasticsearch.query.data] 200 - 910.0B
GET /.kibana_8.15.3/_doc/config%3A8.15.3
[2025-03-12T00:19:06.282+00:00][DEBUG][elasticsearch.query.data] 200
POST /metrics-apm*%2Capm-*/_search?ignore_unavailable=true&preference=any&expand_wildcards=open%2Chidden
{"track_total_hits":1,"size":0,"terminate_after":1,"query":{"bool":{"filter":[{"terms":{"processor.event":["metric"]}}],"must":[{"bool":{"filter":[{"range":{"@timestamp":{"gte":1741737846006,"lte":1741738746006,"format":"epoch_millis"}}},{"bool":{"filter":[{"term":{"metricset.name":"service_destination"}}],"must_not":{"terms":{"metricset.interval":["10m","60m"]}}}}]}}]}}}
[2025-03-12T00:19:06.284+00:00][DEBUG][elasticsearch.query.data] 200
POST /_msearch
{"index":["metrics-apm*","apm-*"],"preference":"any","ignore_unavailable":true,"expand_wildcards":["open","hidden"]}
{"track_total_hits":1,"size":0,"terminate_after":1,"query":{"bool":{"filter":[{"bool":{"filter":[{"range":{"@timestamp":{"gte":1741737846006,"lte":1741738746006,"format":"epoch_millis"}}}]}},{"terms":{"processor.event":["metric"]}},{"bool":{"filter":[{"term":{"metricset.name":"service_transaction"}},{"term":{"metricset.interval":"1m"}}]}}]}}}
{"index":["metrics-apm*","apm-*"],"preference":"any","ignore_unavailable":true,"expand_wildcards":["open","hidden"]}
{"track_total_hits":1,"size":0,"terminate_after":1,"query":{"bool":{"filter":[{"bool":{"filter":[{"range":{"@timestamp":{"gte":1741737846006,"lte":1741738746006,"format":"epoch_millis"}}}]}},{"terms":{"processor.event":["metric"]}},{"bool":{"filter":[{"term":{"metricset.name":"service_transaction"}},{"term":{"metricset.interval":"10m"}}]}}]}}}
{"index":["metrics-apm*","apm-*"],"preference":"any","ignore_unavailable":true,"expand_wildcards":["open","hidden"]}
{"track_total_hits":1,"size":0,"terminate_after":1,"query":{"bool":{"filter":[{"bool":{"filter":[{"range":{"@timestamp":{"gte":1741737846006,"lte":1741738746006,"format":"epoch_millis"}}}]}},{"terms":{"processor.event":["metric"]}},{"bool":{"filter":[{"term":{"metricset.name":"service_transaction"}},{"term":{"metricset.interval":"60m"}}]}}]}}}
{"index":["metrics-apm*","apm-*"],"preference":"any","ignore_unavailable":true,"expand_wildcards":["open","hidden"]}
{"track_total_hits":1,"size":0,"terminate_after":1,"query":{"bool":{"filter":[{"bool":{"filter":[{"range":{"@timestamp":{"gte":1741737846006,"lte":1741738746006,"format":"epoch_millis"}}}]}},{"terms":{"processor.event":["metric"]}},{"bool":{"filter":[{"bool":{"filter":[{"exists":{"field":"transaction.duration.histogram"}}],"must_not":[{"terms":{"metricset.interval":["10m","60m"]}},{"term":{"metricset.name":"service_transaction"}}]}}]}}]}}}
{"index":["metrics-apm*","apm-*"],"preference":"any","ignore_unavailable":true,"expand_wildcards":["open","hidden"]}
{"track_total_hits":1,"size":0,"terminate_after":1,"query":{"bool":{"filter":[{"bool":{"filter":[{"range":{"@timestamp":{"gte":1741737846006,"lte":1741738746006,"format":"epoch_millis"}}},{"bool":{"must_not":[{"exists":{"field":"transaction.duration.summary"}}]}}]}},{"terms":{"processor.event":["metric"]}},{"bool":{"filter":[{"bool":{"filter":[{"exists":{"field":"transaction.duration.histogram"}}],"must_not":[{"terms":{"metricset.interval":["10m","60m"]}},{"term":{"metricset.name":"service_transaction"}}]}}]}}]}}}
{"index":["metrics-apm*","apm-*"],"preference":"any","ignore_unavailable":true,"expand_wildcards":["open","hidden"]}
{"track_total_hits":1,"size":0,"terminate_after":1,"query":{"bool":{"filter":[{"bool":{"filter":[{"range":{"@timestamp":{"gte":1741737846006,"lte":1741738746006,"format":"epoch_millis"}}}]}},{"terms":{"processor.event":["metric"]}},{"bool":{"filter":[{"term":{"metricset.name":"transaction"}},{"term":{"metricset.interval":"10m"}}]}}]}}}
{"index":["metrics-apm*","apm-*"],"preference":"any","ignore_unavailable":true,"expand_wildcards":["open","hidden"]}
{"track_total_hits":1,"size":0,"terminate_after":1,"query":{"bool":{"filter":[{"bool":{"filter":[{"range":{"@timestamp":{"gte":1741737846006,"lte":1741738746006,"format":"epoch_millis"}}}]}},{"terms":{"processor.event":["metric"]}},{"bool":{"filter":[{"term":{"metricset.name":"transaction"}},{"term":{"metricset.interval":"60m"}}]}}]}}}

[2025-03-12T00:19:06.286+00:00][DEBUG][elasticsearch.query.data] 200 - 172.0B
POST /_security/user/_has_privileges
[redacted]
[2025-03-12T00:19:06.289+00:00][DEBUG][http.server.response] GET /internal/apm/entities/services?environment=ENVIRONMENT_ALL&kuery=&start=2025-03-12T00%3A04%3A06.015Z&end=2025-03-12T00%3A19%3A06.015Z 200 179ms - 15.0B
[2025-03-12T00:19:06.289+00:00][DEBUG][http.server.response] GET /internal/apm/suggestions?start=2025-03-12T00%3A04%3A06.007Z&end=2025-03-12T00%3A19%3A06.007Z&fieldName=service.environment&fieldValue= 200 186ms - 77.0B
[2025-03-12T00:19:06.294+00:00][DEBUG][elasticsearch.query.data] 200 - 167.0B
POST /_security/user/_has_privileges
[redacted]
[2025-03-12T00:19:06.298+00:00][INFO ][plugins.apm] create static data view apm_static_data_view_id_default
[2025-03-12T00:19:06.302+00:00][DEBUG][http.server.response] GET /internal/apm/time_range_metadata?start=2025-03-12T00%3A04%3A06.006Z&end=2025-03-12T00%3A19%3A06.006Z&kuery=&useSpanName=false&enableServiceTransactionMetrics=true&enableContinuousRollups=true 200 194ms - 823.0B
[2025-03-12T00:19:06.302+00:00][DEBUG][http.server.response] GET /internal/apm/data_view/index_pattern 200 193ms - 82.0B
[2025-03-12T00:19:06.320+00:00][DEBUG][execution_context] {"type":"application","name":"apm","url":"/app/apm/services","page":"/services"}
[2025-03-12T00:19:06.322+00:00][DEBUG][execution_context] {"type":"application","name":"apm","url":"/app/apm/services","page":"/services"}
[2025-03-12T00:19:06.326+00:00][DEBUG][elasticsearch.query.data] 200 - 744.0B
GET /.kibana_security_session/_doc/pwPhsPtgHd8O54BqV9iMOO4lHYhRGwv%2B%2FAUl04ICLgw%3D
[2025-03-12T00:19:06.327+00:00][DEBUG][elasticsearch.query.data] 200 - 744.0B
GET /.kibana_security_session/_doc/pwPhsPtgHd8O54BqV9iMOO4lHYhRGwv%2B%2FAUl04ICLgw%3D
[2025-03-12T00:19:06.336+00:00][DEBUG][execution_context] {"type":"application","name":"apm","url":"/app/apm/services","page":"/services"}
[2025-03-12T00:19:06.339+00:00][DEBUG][execution_context] {"type":"application","name":"apm","url":"/app/apm/services","page":"/services"}
[2025-03-12T00:19:06.344+00:00][DEBUG][elasticsearch.query.data] 200 - 744.0B
GET /.kibana_security_session/_doc/pwPhsPtgHd8O54BqV9iMOO4lHYhRGwv%2B%2FAUl04ICLgw%3D
[2025-03-12T00:19:06.344+00:00][DEBUG][plugins.security.basic.basic] Trying to authenticate user request to /internal/apm/fleet/has_apm_policies.
[2025-03-12T00:19:06.345+00:00][DEBUG][plugins.security.basic.basic] Trying to authenticate via state.
[2025-03-12T00:19:06.347+00:00][DEBUG][elasticsearch.query.data] 200 - 744.0B
GET /.kibana_security_session/_doc/pwPhsPtgHd8O54BqV9iMOO4lHYhRGwv%2B%2FAUl04ICLgw%3D
[2025-03-12T00:19:06.347+00:00][DEBUG][elasticsearch.query.data] 200 - 339.0B
GET /_security/_authenticate
[redacted]
[2025-03-12T00:19:06.348+00:00][DEBUG][plugins.security.basic.basic] Request has been authenticated via state.
[2025-03-12T00:19:06.348+00:00][DEBUG][plugins.security.session.Ul04ICLgw=] Successfully extended existing session.
[2025-03-12T00:19:06.367+00:00][DEBUG][plugins.security.basic.basic] Trying to authenticate user request to /internal/apm/data_view/index_pattern.
[2025-03-12T00:19:06.367+00:00][DEBUG][plugins.security.basic.basic] Trying to authenticate via state.
[2025-03-12T00:19:06.369+00:00][DEBUG][plugins.security.basic.basic] Trying to authenticate user request to /internal/apm/entities/services?environment=ENVIRONMENT_ALL&kuery=&start=2025-03-12T00%3A04%3A06.236Z&end=2025-03-12T00%3A19%3A06.236Z.
[2025-03-12T00:19:06.369+00:00][DEBUG][plugins.security.basic.basic] Trying to authenticate via state.
[2025-03-12T00:19:06.371+00:00][DEBUG][plugins.security.basic.basic] Trying to authenticate user request to /internal/security/me.
[2025-03-12T00:19:06.371+00:00][DEBUG][plugins.security.basic.basic] Trying to authenticate via state.
[2025-03-12T00:19:06.374+00:00][DEBUG][elasticsearch.query.data] 200
POST /.kibana_ingest_8.15.3/_search?rest_total_hits_as_int=true
{"size":20,"seq_no_primary_term":true,"from":0,"query":{"bool":{"filter":[{"bool":{"should":[{"match":{"ingest-package-policies.package.name":"apm"}}],"minimum_should_match":1}},{"bool":{"should":[{"bool":{"must":[{"term":{"type":"ingest-package-policies"}}],"must_not":[{"exists":{"field":"namespace"}},{"exists":{"field":"namespaces"}}]}}],"minimum_should_match":1}}]}},"sort":[{"ingest-package-policies.updated_at":{"order":"desc","unmapped_type":"date"}}]}
[2025-03-12T00:19:06.378+00:00][DEBUG][elasticsearch.query.data] 200 - 339.0B
GET /_security/_authenticate
[redacted]
[2025-03-12T00:19:06.378+00:00][DEBUG][plugins.security.basic.basic] Request has been authenticated via state.
[2025-03-12T00:19:06.379+00:00][DEBUG][plugins.security.session.Ul04ICLgw=] Successfully extended existing session.
[2025-03-12T00:19:06.382+00:00][DEBUG][elasticsearch.query.data] 200 - 339.0B
GET /_security/_authenticate
[redacted]
[2025-03-12T00:19:06.383+00:00][DEBUG][plugins.security.basic.basic] Request has been authenticated via state.
[2025-03-12T00:19:06.384+00:00][DEBUG][plugins.security.session.Ul04ICLgw=] Successfully extended existing session.
[2025-03-12T00:19:06.387+00:00][DEBUG][elasticsearch.query.data] 200 - 151.0B
POST /_security/user/_has_privileges
[redacted]
[2025-03-12T00:19:06.392+00:00][DEBUG][plugins.security.api-authorization] User authorized for "/internal/apm/data_view/index_pattern"
[2025-03-12T00:19:06.396+00:00][DEBUG][elasticsearch.query.data] 200 - 339.0B
GET /_security/_authenticate
[redacted]
[2025-03-12T00:19:06.397+00:00][DEBUG][plugins.security.basic.basic] Request has been authenticated via state.
[2025-03-12T00:19:06.402+00:00][DEBUG][elasticsearch.query.data] 200 - 539.0B
POST /.kibana_8.15.3/_update/usage-counters%3Aapm%3A12032025%3Asuccess%3AGET%20%2Finternal%2Fapm%2Ffleet%2Fhas_apm_policies?refresh=wait_for&require_alias=true
{"script":{"source":"\n              for (int i = 0; i < params.counterFieldNames.length; i++) {\n                def counterFieldName = params.counterFieldNames[i];\n                def count = params.counts[i];\n\n                if (ctx._source[params.type][counterFieldName] == null) {\n                  ctx._source[params.type][counterFieldName] = count;\n                }\n                else {\n                  ctx._source[params.type][counterFieldName] += count;\n                }\n              }\n              ctx._source.updated_at = params.time;\n            ","lang":"painless","params":{"counts":[1],"counterFieldNames":["count"],"time":"2025-03-12T00:19:06.206Z","type":"usage-counters"}},"upsert":{"usage-counters":{"domainId":"apm","counterName":"GET /internal/apm/fleet/has_apm_policies","counterType":"success","count":1},"type":"usage-counters","managed":false,"coreMigrationVersion":"8.8.0","updated_at":"2025-03-12T00:19:06.206Z"},"_source":true}
[2025-03-12T00:19:06.402+00:00][DEBUG][plugins.usageCollection.usage-collection.usage-counters-service] Store counters into savedObjects
[2025-03-12T00:19:06.403+00:00][DEBUG][http.server.response] GET /internal/security/me 200 64ms - 488.0B
[2025-03-12T00:19:06.409+00:00][DEBUG][elasticsearch.query.data] 200 - 151.0B
POST /_security/user/_has_privileges
[redacted]

Hi @rodolk

Thanks for the APM Server logs but lets look at a few other items

What data in Discover?

Can you to to Kibana -> Dev Tools

and Run

GET _cat/indices/traces-apm*/?v&s=index:desc

Also did you look at the logs for the application when you started it.

The Elastic Go Agent will have provided some logs.

Thank you @stephenb for responding.

-I've seen APM data in Discover: 3M documents in the last 15 minutes
-I haven't seen go agent logs. In Discover?
-"Also did you look at the logs for the application when you started it.": do you mean the observed application/service that generates APM data and logs?

-I executed the command
GET _cat/indices/traces-apm*/?v&s=index:desc

All index files shows as green and open

health status index                                    uuid                   pri rep docs.count docs.deleted store.size pri.store.size dataset.size
green  open   .ds-traces-apm-default-2025.03.12-001854 38nJ48cTSWCZaEzDo-6dIg   1   1   40567892            0    103.5gb         51.5gb       51.5gb
green  open   .ds-traces-apm-default-2025.03.12-001852 -7VDqNWTRECYeEjZZWeZlA   1   1   40251338            0    101.2gb         50.6gb       50.6gb
green  open   .ds-traces-apm-default-2025.03.12-001850 gwvzdCTvTR2i8lgsP8SUvw   1   1   39414474            0    100.2gb           50gb         50gb
green  open   .ds-traces-apm-default-2025.03.11-001848 Awz7HUW0Sl2qykOfopEAiw   1   1   40236686            0      100gb           50gb         50gb
green  open   .ds-traces-apm-default-2025.03.11-001847 9c2rwWVVRnueYoeWg6vdiw   1   1   39954288            0    100.7gb         50.3gb       50.3gb
green  open   .ds-traces-apm-default-2025.03.11-001845 HxZ3s22ASGGdNKv7inpYzw   1   1   39182793            0    100.8gb         50.4gb       50.4gb
green  open   .ds-traces-apm-default-2025.03.11-001843 FvSGRTU9TjOCVREZOWLTDQ   1   1   39203050            0    100.7gb         50.4gb       50.4gb
green  open   .ds-traces-apm-default-2025.03.11-001841 Re3MOPeLSOeQWqNnx959Hg   1   1   38886675            0    100.5gb         50.2gb       50.2gb
green  open   .ds-traces-apm-default-2025.03.11-001839 Ck24NVNzQeijm0oZ-R1NFA   1   1   37999825            0    100.1gb           50gb         50gb
green  open   .ds-traces-apm-default-2025.03.10-001837 hAchb2U-Rb2lRVBDlba25A   1   1   39422249            0      101gb         50.5gb       50.5gb
green  open   .ds-traces-apm-default-2025.03.10-001835 rf473sTlQO-myJ8VC_CjVg   1   1   40280279            0      103gb         51.5gb       51.5gb
green  open   .ds-traces-apm-default-2025.03.10-001833 BAfVhYp1RL6qx99QLcYF6w   1   1   38668372            0    100.1gb           50gb         50gb
green  open   .ds-traces-apm-default-2025.03.10-001831 eGUtBkRwRmC4QE_vLVN6Mg   1   1   39738364            0    102.1gb           51gb         51gb
green  open   .ds-traces-apm-default-2025.03.10-001829 7L-XoG9ERdKwEgkc-ix1Bw   1   1   38817946            0    100.1gb         50.1gb       50.1gb
green  open   .ds-traces-apm-default-2025.03.09-001826 0e88IXrLQLOuq16aQ9EP7w   1   1   38925721            0    100.8gb         50.4gb       50.4gb
green  open   .ds-traces-apm-default-2025.03.09-001824 37GA0E5EQs-KJAXMvLVA2g   1   1   39692462            0    100.5gb         50.2gb       50.2gb
green  open   .ds-traces-apm-default-2025.03.09-001822 LbI7__JMRJuLLSnhT9jzSQ   1   1   39775324            0    100.9gb         50.4gb       50.4gb
green  open   .ds-traces-apm-default-2025.03.09-001820 C3CbFnvrTEKxw1PGclaq7A   1   1   39521923            0    101.8gb         50.9gb       50.9gb
green  open   .ds-traces-apm-default-2025.03.09-001818 Zigm-4RlTTG87Y_kaKDutA   1   1   39310046            0    100.6gb         50.3gb       50.3gb
green  open   .ds-traces-apm-default-2025.03.09-001816 _U8KOS8hQ9GppPKKFa6rcw   1   1   39673022            0    101.3gb         50.6gb       50.6gb
green  open   .ds-traces-apm-default-2025.03.08-001814 LVNRCNXqR6aafJsanjrn5A   1   1   40194761            0    100.7gb         50.3gb       50.3gb
green  open   .ds-traces-apm-default-2025.03.08-001812 LOGnB3_BQxCKY3Hhzg3uEQ   1   1   40012385            0     99.9gb         49.9gb       49.9gb
green  open   .ds-traces-apm-default-2025.03.08-001810 _IJdIEW1RBqUsDqAQphCbw   1   1   39883968            0    101.7gb         50.8gb       50.8gb
green  open   .ds-traces-apm-default-2025.03.08-001807 xpS6pbm6R1iqT3l8O-mXkw   1   1   39562785            0    100.5gb         50.2gb       50.2gb
green  open   .ds-traces-apm-default-2025.03.08-001805 23jmBCtmTo-jBWbxCkR_8g   1   1   39329024            0    100.6gb         50.3gb       50.3gb
green  open   .ds-traces-apm-default-2025.03.07-001803 CZHm1nPMQQK5xp__mLuVdg   1   1   39759040            0    100.6gb         50.3gb       50.3gb
green  open   .ds-traces-apm-default-2025.03.07-001801 5B8Xv9h8TBCEnPt5HOPT7Q   1   1   40523668            0    101.3gb         50.6gb       50.6gb
green  open   .ds-traces-apm-default-2025.03.07-001800 EmrLgbZLQ8WH6y7LYCVskg   1   1   39801633            0    101.1gb         50.5gb       50.5gb
green  open   .ds-traces-apm-default-2025.03.07-001798 sz8Ye6MdQZqRHk2FcEy0CA   1   1   40036337            0    102.2gb         51.1gb       51.1gb
green  open   .ds-traces-apm-default-2025.03.07-001796 zK1KRIuRTDagCoB2iSBwPg   1   1   39180045            0    100.2gb         50.1gb       50.1gb
green  open   .ds-traces-apm-default-2025.03.07-001794 8Doe3AzsQH2OKFLyVucS3g   1   1   39150149            0    100.9gb         50.4gb       50.4gb
green  open   .ds-traces-apm-default-2025.03.06-001792 j2NE46gOQgyMMiUBYp5fKw   1   1   39887467            0    100.5gb         50.2gb       50.2gb
green  open   .ds-traces-apm-default-2025.03.06-001790 er89wWpDTEWKFsc6Wazupw   1   1   40188710            0    100.8gb         50.4gb       50.4gb
green  open   .ds-traces-apm-default-2025.03.06-001788 WTVRyTlFQGWkjtXjguQo0w   1   1   39445011            0      101gb         50.5gb       50.5gb
green  open   .ds-traces-apm-default-2025.03.06-001786 UqcRo0kuQimVpL8-NbH7nw   1   1   39549089            0    100.6gb         50.3gb       50.3gb
green  open   .ds-traces-apm-default-2025.03.06-001784 5Momy7etRfy57NrKM3u4BQ   1   1   39303974            0    100.7gb         50.3gb       50.3gb
green  open   .ds-traces-apm-default-2025.03.06-001782 xAOFN8nTSpKKERsh2B3VeA   1   1   38994444            0    100.4gb         50.2gb       50.2gb
green  open   .ds-traces-apm-default-2025.03.05-001780 fmBdFDKcQOmWzudXUq6hsA   1   1   40514226            0    101.8gb         50.9gb       50.9gb
green  open   .ds-traces-apm-default-2025.03.05-001778 k_hFfqlxS1mKVMHkRJjQOQ   1   1   41517040            0    102.4gb         51.2gb       51.2gb
green  open   .ds-traces-apm-default-2025.03.05-001777 jDrH79HlRyK4EjgaxM_vOQ   1   1   40352817            0    101.4gb         50.7gb       50.7gb
green  open   .ds-traces-apm-default-2025.03.05-001775 2v3qDtEuTwygEdHPtcBytA   1   1   41608823            0    102.5gb         51.2gb       51.2gb
green  open   .ds-traces-apm-default-2025.03.05-001773 Am1SqTPoR6aoKdbKDOADnA   1   1   41229321            0    102.7gb         51.3gb       51.3gb
green  open   .ds-traces-apm-default-2025.03.05-001772 o1G8pZvtRL2fYRgrmNlvDQ   1   1   42039110            0    100.6gb         50.2gb       50.2gb
green  open   .ds-traces-apm-default-2025.03.05-001770 4MgqIjmtRkqE-2oASgPWkg   1   1   41010497            0    100.4gb         50.1gb       50.1gb
green  open   .ds-traces-apm-default-2025.03.05-001769 0qTCMdkUQ2OQA3srcAQRBA   1   1   40175445            0    101.2gb         50.6gb       50.6gb
green  open   .ds-traces-apm-default-2025.03.04-001767 0FJfQV4HTJKMsVCLd3zR1Q   1   1   40555005            0    102.5gb         51.2gb       51.2gb
green  open   .ds-traces-apm-default-2025.03.04-001765 O2A4_vK-SqSaH8rU_vdgsQ   1   1   40066197            0    101.7gb         50.8gb       50.8gb
green  open   .ds-traces-apm-default-2025.03.04-001763 -OL6q0NHSmevdQdZKEz9uw   1   1   39383315            0    101.4gb         50.7gb       50.7gb
green  open   .ds-traces-apm-default-2025.03.04-001761 IZKEh9AnTMSwPCBUg41jmg   1   1   39813936            0    101.8gb         50.9gb       50.9gb
green  open   .ds-traces-apm-default-2025.03.04-001759 gxXBdM2KS9er5usP0rDaOQ   1   1   39778786            0    101.7gb         50.8gb       50.8gb
green  open   .ds-traces-apm-default-2025.03.04-001757 AlfmrNTxSe24qEsOzWb8KA   1   1   39065130            0    100.9gb         50.5gb       50.5gb
green  open   .ds-traces-apm-default-2025.03.03-001755 2J3rdupMRESb4LdY5X1UXQ   1   1   40125187            0    101.9gb         50.9gb       50.9gb
green  open   .ds-traces-apm-default-2025.03.03-001752 7ZuDHtAtRBmczUdMwStONA   1   1   40575879            0    102.2gb         51.1gb       51.1gb
green  open   .ds-traces-apm-default-2025.03.03-001750 MHzh8YYdSNav8IJyn23puA   1   1   39579929            0    100.1gb           50gb         50gb
green  open   .ds-traces-apm-default-2025.03.03-001747 WHc0NPY1ST6SWFwamKTCNg   1   1   40224606            0    102.1gb           51gb         51gb
green  open   .ds-traces-apm-default-2025.03.03-001744 jE6sKvKTTk2my3hxDiNiWg   1   1   39618649            0      100gb           50gb         50gb
green  open   .ds-traces-apm-default-2025.03.02-001741 jPgJwlZyQFSKpnh6XfJmdQ   1   1   40129644            0    100.9gb         50.4gb       50.4gb
green  open   .ds-traces-apm-default-2025.03.02-001739 fNqR5UlOSC2u3gl4j1JuuA   1   1   41090261            0    101.4gb         50.7gb       50.7gb
green  open   .ds-traces-apm-default-2025.03.02-001736 4kJcFwR6QumwWX87tmYZRw   1   1   40970066            0    102.1gb           51gb         51gb

The would not be you would need to go where the agent runs...

Yes but lets skip that for now...

Ok That looks good

Are you logged in as the elastic user?

Did you make any changes in configuration in Kibana?

Can you go to Observability -> APM -> Settings -> Indices and post a screen shot of what you have there?

Also show the Schema Tab

@stephenb here is the indices screen:

I'm logged with a user with superuser role
I didn't do any change there but I don't have the same error indices you have.

Now, I saw agent logs. I have 3M from different datasets:

{
  "took": 1957,
  "timed_out": false,
  "_shards": {
    "total": 229,
    "successful": 229,
    "skipped": 0,
    "failed": 0
  },
  "hits": {
    "total": {
      "value": 10000,
      "relation": "gte"
    },
    "max_score": null,
    "hits": []
  },
  "aggregations": {
    "unique_datasets": {
      "doc_count_error_upper_bound": 0,
      "sum_other_doc_count": 0,
      "buckets": [
        {
          "key": "apm.service_destination.1m",
          "doc_count": 217681340251
        },
        {
          "key": "apm.transaction.1m",
          "doc_count": 42151959537
        },
        {
          "key": "apm.service_transaction.1m",
          "doc_count": 42151958991
        },
        {
          "key": "apm",
          "doc_count": 2359649741
        },
        {
          "key": "apm.error",
          "doc_count": 292496511
        },
        {
          "key": "apm.internal",
          "doc_count": 264796925
        },
        {
          "key": "apm.service_summary.1m",
          "doc_count": 33363454
        },
        {
          "key": "deprecation.elasticsearch",
          "doc_count": 77921
        }
      ]
    }
  }
}

I don't know what that mean... please always show the request and response those are not agent logs.... I can not interpret just results

The Indices Page looks good

You did not show the Schema Screen...

There may be a bug

Go to Kibana - Stack Management -> Advanced Settings and make sure this is off

And please as a reminder please show command and results not just one or the other.

@stephenb I cannot find it:

Is this a new version? Maybe I can configure it from Dev Tools?

-I meant I see around 3 millions apm documents in the last 15 min, in Discover.
-This is the query I sent in Dev Tools and I got that output. I thought it would be useful:

POST *apm*/_search?size=0
{
  "aggs": {
    "unique_datasets": {
      "terms": {
        "field": "data_stream.dataset",
        "size": 1000
      }
    }
  }
}

-In schema screen, I have nothing:

@stephenb latest news:

I found somebody in my group changed the configuration Multi signal APM in StackManagement->AdvancedSettings:
observability:apmEnableMultiSignal

When this setting is on, I have the problem, when it is off, I don't have it anymore.

Also I found I have problems with the setting:
observability:apmLabsButton

But a different one. In this case, when it is ON, I see the view I should see but no services. However I can see traces and dependencies.

Yeah that Entity feature is new ... just wanted to check.

This indices settings look correct.

The Schema looks fine, you are using APM server binary?
Is this running in Elastic Cloud? of Self Managed /

Curious if you click the Add Data on the APM Screen and then Quit out does it leave you the same state?

I have 8.15.3

It's self managed
I think it's APM server binary, the image for docker, with Kubernetes.

Can I add data manually? Which screen?

I do not want you to actually Add Manually I just want you click in check everything then exit

Are all the settings making sense


but I want you to click and look...

This is what I have:

However, my services are using the correct environment variables (URL, ENVIRONMENT, NAME, etc)

@stephenb , what do you think about this. This solved the issue.

I am not that familiar with those settings I would need to look... but Yeah .. .don't do that!!
Leave everything default unless you have a specific / known reason to change!

:slight_smile:

Thank you for your help @stephenb !

1 Like

I do not even see apmEnableMultiSignal settings anymore