catalog-dockerfiles icon indicating copy to clipboard operation
catalog-dockerfiles copied to clipboard

logstash-config: how to configure patterns

Open greg0ire opened this issue 7 years ago • 3 comments

I can't figure out how to use the confd patterns key.

Is it supposed to work yet? It is not documented ATM.

I noticed that the patterns template uses config keys that do not have the /self/service/metadata part like in the config template.

I tried configuring rancher like this :

logstash:
  metadata:
    logstash:
      patterns:
        - ${indexer_patterns}

and like this:

logstash:
  metadata:
    logstash:
      patterns:
        - |
          ${indexer_patterns}

But the patterns file stays empty… @cloudnautique, maybe you can help?

greg0ire avatar Dec 15 '16 17:12 greg0ire