observability-workshop
observability-workshop copied to clipboard
non json logs should simply result in message field
currently fluentd fails on interpreting the log field as json. it should just take the whole line and put it in the message field.
This requires fluentd to conditionally interpret the log message either as text or json.