-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
bugunexpected problem or unintended behaviorunexpected problem or unintended behavior
Milestone
Description
Currently, whenever an explicit null value is encountered by httpjson - it always informs about it in the logs and there seems to be no way to turn it off, e.g.:
json parser ignoring pipelines_.monitoring-logstash_events
json parser ignoring pipelines_.monitoring-logstash_reloads_last_success_timestamp
json parser ignoring pipelines_.monitoring-logstash_reloads_last_failure_timestamp
json parser ignoring pipelines_.monitoring-logstash_reloads_last_error
json parser ignoring pipelines_.monitoring-logstash_queue
json parser ignoring pipelines_main_reloads_last_error
json parser ignoring pipelines_main_reloads_last_success_timestamp
json parser ignoring pipelines_main_reloads_last_failure_timestamp
So far I've been reloading (logstash) once with failed config and once with correct config to silence some of those messages, but that's a bit crude workaround. Explicit nulls are not technically invalid - so an option to just ignore those silently would be really welcome.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugunexpected problem or unintended behaviorunexpected problem or unintended behavior