If I add an agent for an AWS Elasticsearch Service endpoint to the plugin.json config file, the plugin service fails to start and doesn't output any errors to the log file.
Version: 2.1.1
Config example:
{
"agents": [
{
"host" : "aws-elasticsearch-service-some-string.us-west-2.es.amazonaws.com",
"port" : 80,
"username": "",
"password": "",
"_name": "Optional. By default loaded from elasticsearch. Rename to 'name' if you need to customize it"
}
]
}
I did verify that I can access the endpoint from the plugin host server, and that I make at least one ES API call.
If I add an agent for an AWS Elasticsearch Service endpoint to the plugin.json config file, the plugin service fails to start and doesn't output any errors to the log file.
Version: 2.1.1
Config example:
I did verify that I can access the endpoint from the plugin host server, and that I make at least one ES API call.
Eg;