Hello all,
I want to start using a template for our existing index. The way we have our process in place is we have various lambdas that process request and they in-turn send their CW logs to a single lambda which send the data to ElasticSearch.
If we start using a template for the existing index, how would we incorporate the lambda so that as part of sending the request to ES it also passes thru what template to use?