Filter HTTP Status
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: http-status
name: http-status
spec:
type: filter_http_status
parameters:
- name: maximum
value: 599
- name: minimum
value: 300apiVersion: bindplane.observiq.com/v1
kind: Configuration
metadata:
id: http-status
name: http-status
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_http_status
parameters:
- name: maximum
value: 599
- name: minimum
value: 300
selector:
matchLabels:
configuration: http-status