I want to know if it is possible to add a custom plugin for Kibana running on an AWS instance, as indicated in this one .
At the command line we can enter
bin/kibana-plugin install some-plugin
But, in the case of the AWS ElasticSearch Service, there is no command line / terminal, because it is just a service, and we do not get SSH to it. We just have a management console. How to add a custom kibana plugin in this scenario?
source share