ilogtail
ilogtail copied to clipboard
[BUG]: TagFieldsRename not working with HTTP output
Describe the bug TagFieldsRename not working with HTTP output
iLogtail Running Environment Kubernetes
-
ilogtail version: image: sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/ilogtail-community-edition/ilogtail:latest
-
Yaml configuration: enable: true inputs:
- Type: service_docker_stdout Stderr: true Stdout: true IncludeK8sLabel: app: flask processors:
- Type: processor_json SourceKey: content KeepSource: false ExpandDepth: 1 ExpandConnector: ""
- Type: processor_rename
SourceKeys:
- source
- image_name
- container_name
- pod_name
- namespace
- pod_uid
- container_ip DestKeys:
- log_source
- image_name
- container_name
- pod_name
- namespace
- pod_uid
- container_ip flushers:
- Type: flusher_stdout OnlyStdout: true
- Type: flusher_http RemoteURL: "https://xxxxxx/test" Convert: TagFieldsRename: host.ip: host_ip host.name: host_name k8s.node.ip: k8s_node_ip k8s.node.name: k8s_node_name
-
ilogtail.LOG:
-
logtail_plugin.LOG:
可以在这里https://github.com/alibaba/ilogtail/blob/main/docs/cn/data-pipeline/overview.md,找当相关的开发同学@下
也欢迎自己来解决下。