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
When I do logger.info("something interesting", meta: "meta_value"),
I see on logstash meta property is placed inside fields i.e. fields.meta:
Is it possible to have that property meta as a top level property like host, message and type?
The text was updated successfully, but these errors were encountered:
ahmadferdous
changed the title
How to add a metadata as top level property X instead of fields.X
How to add a metadata as top level property X instead of fields.X?
Sep 22, 2017
Indeed , a strong and valid point (which we came across today).
Other solutions do not add the 'fields' key and standarising data across platforms is a nice to have. we have modified
When I do
logger.info("something interesting", meta: "meta_value")
,I see on logstash
meta
property is placed insidefields
i.e.fields.meta
:Is it possible to have that property
meta
as a top level property likehost
,message
andtype
?The text was updated successfully, but these errors were encountered: