Open
Description
Hi,
Since upgrading to 1.5.0, we get the following error message:
parseable logs : called `Option::unwrap()` on a `None` value
thread 'actix-rt|system:0|arbiter:2' panicked at server/src/metadata.rs:368:52:
called `Option::unwrap()` on a `None` value
thread 'actix-rt|system:0|arbiter:3' panicked at server/src/metadata.rs:368:52:
It seems to be related to #892. It was working fine in v1.4.0.
Here is an extract of the fluent-bit config we're using
[OUTPUT]
Name http
Match ingress.*
host parseable.parseable.svc.cluster.local
http_User user
http_Passwd password
format json
compress gzip
port 80
header Content-Type application/json
header X-P-Stream ingress
uri /api/v1/ingest
json_date_key timestamp
json_date_format iso8601
Metadata
Metadata
Assignees
Labels
No labels