Filter Severity
Description
Supported Types
Metrics
Logs
Traces
Configuration Table
Parameter
Type
Default
Description
Example Configuration

Last updated
Was this helpful?

Last updated
Was this helpful?
Was this helpful?
apiVersion: bindplane.observiq.com/v1
kind: Processor
metadata:
id: severity-filter
name: severity-filter
spec:
type: filter_severity
parameters:
- name: severity
value: WARN
- name: condition
value:
ottl: (attributes["ID"] < 3)
ui:
operator: ''
statements:
- key: ID
match: attributes
operator: <
value: '3'apiVersion: bindplane.observiq.com/v1
kind: Configuration
metadata:
id: severity-filter
name: severity-filter
labels:
platform: linux
spec:
sources:
- type: journald
parameters:
- name: units
value: []
- name: directory
value: ''
- name: priority
value: info
- name: start_at
value: end
processors:
- type: filter_severity
parameters:
- name: severity
value: WARN
- name: condition
value:
ottl: (attributes["ID"] < 3)
ui:
operator: ''
statements:
- key: ID
match: attributes
operator: <
value: '3'
selector:
matchLabels:
configuration: severity-filter