Kibana version:
7.9.2
Elasticsearch version:
7.9.2
APM Server version:
7.9.2
APM Agent language and version:
Ruby, 3.13.0
** Problem **
I am looking to use the Kibana APM Agent remote configuration to manage a Ruby APM agent. I have two applications with access to the apm-server that are correctly returning spans/data and presenting in Kibana. One agent (nodejs) is able to grab remote configuration settings from Kibana and apply them. The other agent (Ruby) does not seem to apply the configuration settings. You can see in the attached screenshot the first agent grabs the settings but the second (Ruby) always has "Not yet applied by any agents".
The apm-server logs show that the Ruby agent is asking for configuration settings:
2021-01-21T16:54:02.548Z INFO [request] middleware/log_middleware.go:97 request ok {"request_id": "9c3574c5-e41d-45b1-a5e7-acfd8c0c80eb", "method": "GET", "URL": "/config/v1/agents?service.name=*******", "content_length": 0, "remote_address": "100.96.234.12", "user-agent": "elastic-apm-ruby/3.13.0 http.rb/3.3.0 ruby/2.5.8", "response_code": 200}
The response code is always 200 from the apm-server.