Skip to content

Commit

Permalink
[opentelemetry] test routing
Browse files Browse the repository at this point in the history
  • Loading branch information
timojohlo committed Dec 16, 2024
1 parent f3e4093 commit ceeb0f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system/opentelemetry/templates/logs-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,11 @@ spec:
connectors:
forward: {}
routing:
default_pipelines: [logs/containerd]
default_pipelines: [logs/test]
error_mode: ignore
table:
- statement: route() where IsMatch(attributes["config.parsed"], "containerd.*")
pipelines: [logs/test]
pipelines: [logs/containerd]

service:
extensions:
Expand All @@ -435,7 +435,7 @@ spec:
logs/containerd:
receivers: [filelog/containerd]
processors: [k8sattributes,attributes/cluster,transform/ingress,transform/ceph_rgw,transform/ceph_osd,transform/kvm_openvswitch,transform/kvm_nova_agent]
exporters: [routing]
exporters: [opensearch/logs]
logs/test:
receivers: [routing]
processors: [transform/containerd_test]
Expand Down

0 comments on commit ceeb0f9

Please sign in to comment.