fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
588 stars 250 forks source link

Multiple path is not supported #157

Open panyis opened 3 years ago

panyis commented 3 years ago

Only one path is supported here https://github.com/fluent/fluentbit-operator/blob/4b96fcc0a7e19a5bb89f7051982d7bcee538b2a2/api/fluentbitoperator/v1alpha2/plugins/input/tail_types.go#L28

But as documented in fluentbit doc

Pattern specifying a specific log file or multiple ones through the use of common wildcards. Multiple patterns separated by commas are also allowed.

benjaminhuo commented 3 years ago

@wenchajun @wanjunlei Would you take a look at this problem

wanjunlei commented 3 years ago

What is the meaning of "not support", are there any errors?

Please take care of this.

Multiple patterns separated by commas are also allowed.