We are looking to use one Kibana dashboard, i.e. one elastic search domain for all our micro services, right now the only thing I see preventing that is when subscribing cloud watch logs to elastic search, it always creates indices of the same format cwl-*
How can we create custom names for indices when we stream cloud watch logs to elastic search? Should we switch to log stash to create custom names for indices and stream that to the amazon elastic search?
It seems to be, AWS deploys a Lambda Function called "LogsToElasticsearch_YOUR-ES-CLUSTER-NAME" into your account. Maybe you can change this Function, because of the code is simple inline Javascript.