-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
domain: configAnything related to configuring VectorAnything related to configuring Vectortype: enhancementA value-adding code change that enhances its existing functionality.A value-adding code change that enhances its existing functionality.
Description
When configuring vector in YAML, if a null value is encountered, a non indicative error is raised.
Basic example using amqp source (generated by the generate command):
sinks:
output:
inputs: [test]
connection_string: amqp://localhost:5672/%2f
exchange: test
routing_key: /
type: amqp
encoding:
codec: json
healthcheck:
enabled: true
uri: null
buffer:
type: memory
max_events: 500
when_full: blockThe error returned is:
invalid type: unit value, expected any valid TOML valueReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
domain: configAnything related to configuring VectorAnything related to configuring Vectortype: enhancementA value-adding code change that enhances its existing functionality.A value-adding code change that enhances its existing functionality.