Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,24 @@ spec:
- drop:
- test:
- field: .level
matches: info|Info|INFO|DEBUG|Debug|debug
matches: info|Info|INFO|DEBUG|Debug|debug|warn|warning
- test:
- field: .message
matches: 'BMX[A-Z0-9]+I'
name: noise
type: drop
- name: msg-noise
type: drop
drop:
- test:
- field: .message
matches: info|Info|INFO|DEBUG|Debug|debug|warn|warning
- name: drop-ns
type: drop
drop:
- test:
- field: .kubernetes.namespace_name
matches: "^(instana-agent|openshift-console.*)$"
- kubeAPIAudit:
omitStages: []
rules:
Expand Down Expand Up @@ -55,12 +70,18 @@ spec:
detectMultilineErrors: true
filterRefs:
- noise
- msg-noise
- drop-ns
inputRefs:
- application
outputRefs:
- cloudwatch-1
- name: infra-logs
detectMultilineErrors: true
filterRefs:
- noise
- msg-noise
- drop-ns
inputRefs:
- infrastructure
outputRefs:
Expand Down Expand Up @@ -100,9 +121,24 @@ spec:
- drop:
- test:
- field: .level
matches: info|Info|INFO|DEBUG|Debug|debug
matches: info|Info|INFO|DEBUG|Debug|debug|warn|warning
- test:
- field: .message
matches: 'BMX[A-Z0-9]+I'
name: noise
type: drop
- name: msg-noise
type: drop
drop:
- test:
- field: .message
matches: info|Info|INFO|DEBUG|Debug|debug|warn|warning
- name: drop-ns
type: drop
drop:
- test:
- field: .kubernetes.namespace_name
matches: "^(instana-agent|openshift-console.*)$"
- kubeAPIAudit:
omitStages: []
rules:
Expand Down Expand Up @@ -142,11 +178,17 @@ spec:
- name: app-logs
filterRefs:
- noise
- msg-noise
- drop-ns
inputRefs:
- application
outputRefs:
- cloudwatch-1
- name: infra-logs
filterRefs:
- noise
- msg-noise
- drop-ns
inputRefs:
- infrastructure
outputRefs:
Expand Down
Loading