Hello, I am receiving the message:
container_name:crm-tickets, namespace_name:crm, pod_name:crm-tickets-6b87984578-jsgzf, container_image:[gcio.io/crm-teste:3](http://gcio.io/crm-teste:3)
i need to create a regex to fields
container_name: crm-tickets
namespace_name: crm
....
is possible ?
I Try:
^container_name?[:\s]\w+
thanks