You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR jsontransform/jsonhelper.go:76 JSON: Won't overwrite type because value is not string
However, in the event that is generated (see example below), the error field is set to an object, despite json.add_error_key being set to false in the configuration.
{"@timestamp":"2019-03-18T21:03:42.045Z","@metadata":{"beat":"filebeat","type":"_doc","version":"8.0.0"},"log":{"offset":0,"file":{"path":""}},"error":{"message":"type not overwritten (not string)","type":"json"},"input":{"type":"stdin"},"agent":{"type":"filebeat","ephemeral_id":"7e40fe2c-8d09-430e-b661-aa9773ae6c87","hostname":"Shaunaks-MBP-2","id":"51a8bb52-16b0-4129-a33b-9fba504fe6e8","version":"8.0.0"},"ecs":{"version":"1.0.0-beta2"},"host":{"name":"Shaunaks-MBP-2"}}
The text was updated successfully, but these errors were encountered:
master
/8.0.0
filebeat.yml
like so:Filebeat expectedly fails with this error:
However, in the event that is generated (see example below), the
error
field is set to an object, despitejson.add_error_key
being set tofalse
in the configuration.The text was updated successfully, but these errors were encountered: