Hello,
I'm having some trouble with the ECS elastic agent plugin.
I have no "Add" button as shown in
the documentation. I thought it might be due to an older version of the plugin (2.0.0-157). So, I attempted to update the plugin to 7.4.0-663.
I started by removing /var/lib/go-server/plugins/external/ecs-elastic-agent-plugin-2.0.0-157.jar and adding /var/lib/go-server/plugins/external/ecs-elastic-agent-plugin-7.4.0-663.jar. I then restarted the service with "sudo systemctl restart go-server.service".
After the restart, ecs-elastic-agent-plugin-2.0.0-157.jar returned to /var/lib/go-server/plugins/external/ and the logs say "Loading plugin com.thoughtworks.gocd.elastic-agent.ecs version 2.0.0"
So, I have two questions...
- How do I upgrade the plugin?
- Why is there no "Add" button for creating a cluster profile?
My GoCD server version is 23.3.0
Thanks