loggie
loggie copied to clipboard
ERR pkg/control/config.go:194 > invalidate pipeline configs: component code 'interceptor/transformer/' is not exists
I wrote such a configuration, and then started to report an error. Do I have a format problem, using version 1.2.0
pipelines:
- name: harbor-proxy
sources:
- type: file
name: demo
paths:
- /var/log/harbor/proxy.log interceptors:
- type: transformer
actions:
- action: regex(body) pattern: ^(?
- if: equal(client, Prometheus)
then:
- action: dropEvent()
- type: file
name: demo
paths:
看到问题了,1.2.0没有这个功能