zhangpeng

Results 9 comments of zhangpeng

I made some changes. Except for the plugin name and plugin type, other parameters are placed under plugin.config. Is this ok? @benjaminhuo ```yaml apiVersion: fluentbit.fluent.io/v1alpha2 kind: ClusterCustomPlugin metadata: namespace: fluent...

@benjaminhuo We can define a generic plugin for input, output, filter and use it like a normal plugin.Like this: ```yaml apiVersion: fluentbit.fluent.io/v1alpha2 kind: ClusterInput metadata: namespace: fluent name: cpu-input labels:...

@airufei The helm upgrade command will not upgrade the crd, you may need to upgrade the crd manually. Then run helm upgrade and set `--set kubesphere=true`.

Webhook does not support sending to wechat, you can refer to https://github.com/kubesphere/notification-manager/blob/master/docs/crds/receiver.md#wechat-chatbot

Did you fill in the correct webhook url? The `test` field is a base64 encrypted webhook url for your bot.

If you want to use the splunk plugin, you should configure fluentbit instead of fluentd. like this `apiVersion: fluentbit.fluent.io/v1alpha2`

Do you want to use fluentbit+fluentd mode? https://github.com/kubesphere-sigs/fluent-operator-walkthrough#fluent-bit--fluentd-mode

This is the list of fluentd plugins supported by fluent-operator. https://github.com/fluent/fluent-operator/blob/master/docs/plugins/fluentd/index.md

I used your yaml file, but it did not reproduce your problem. Are there any other notes?