Can I use co.elastic.logs/processors.dissect.tokenizer label without slash?

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?


  1. _-a-zA-Z0-9. ↩︎

Hi @Defozo and welcome :slight_smile:

This is not currently possible, but there is an open pull request with a discussion about how to support your use case: https://github.com/elastic/beats/pull/9547

I don't know of any workaround, sorry :frowning:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.