okkez
okkez
No, it is not supported.
Could you show me your logs to understand your situation? And could you describe expected result and actual result?
Maybe you can use the label feature to define routing like followings: ``` @type tail # ... tag kubernetes.* @label @INPUT @type rewrite_tag_filter @label @PARSE key $["kubernetes"]["annotations"]["xxx/logging-format"] pattern habito-structured-json tag...
Please try using `` instead of ``. Because your tag is very long `kubernetes.var.log.containers.kube-proxy-6vhgg_kube-system_kube-proxy-b9220911aad0956a2804b1d158dd24497a667cf9145bcafa39c0 ccdf279e1a0b.log`. Please check following example: ``` @type dummy tag kubernetes.var.log.containers.kube-proxy-6vhgg_kube-system_kube-proxy-b9220911aad0956a2804b1d158dd24497a667cf9145bcafa39c0 ccdf279e1a0b.log dummy [ {"log": "This is...
Maybe this is not fluentd-ui issue. Please check your full logs while installing/compiling gems.
We cannot refer `_status` from user code. Because `_status` is a private member. So I've added a new event `reconnect` to handle reconnection. Could you try #95? Is it ok?...
> Is it possible to write a rules like `multiline_start_pattern`? Do you mean regexp `m` option? If so, you can use `pattern /.+/m`. See https://docs.fluentd.org/parser/regexp
Could you show me your code? The behavior that I expected: ```js // This will close the logger and its internal socket as soon as possible. logger.end(); // This will...
https://www.npmjs.com/package/fluent-logger-node is not our project and unmaintained since 7 years ago. What is the problem? What should we do?
I see. I will contact the 7 years old package author. But APIs are different between this library and 7 years old package. Users who run `npm install fluent-logger-node` without...