Skip to content

Commit 5ae9405

Browse files
authored
Merge pull request #75742 from dhgautam99/patch-7
"drop" config should be an array in ClusterLogForwarder
2 parents c65625e + e3e97fe commit 5ae9405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/logging-content-filter-drop-records.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- name: <filter_name>
3333
type: drop # <1>
3434
drop: # <2>
35-
test: # <3>
35+
- test: # <3>
3636
- field: .kubernetes.labels."foo-bar/baz" # <4>
3737
matches: .+ # <5>
3838
- field: .kubernetes.pod_name

0 commit comments

Comments
 (0)