I'd like to deploy my containers to AWS ECS with filebeat autodiscover feature and use co.elastic.logs/processors.dissect.tokenizer to provide the tokenizer but unfortunately AWS ECS does not support / in docker labels:
Docker label key co.elastic.logs/processors.dissect.tokenizer contains invalid characters, does not match pattern [1]+$
Can I define it in another way?
_-a-zA-Z0-9. ↩︎

