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
events can go through multiple entities and processing stages. To indicate multiple processing stages in filebeat for log events we introduced log.flags elastic/beats#7991. Some example for these flags are truncated, multiline. I think this could be more generic on the ECS side that we have event.flags so it's possible to add flags that provide additional meta information event.
The text was updated successfully, but these errors were encountered:
Since this mechanism is low-level and relates to the event's logging mechanism and not context around the event itself, I lean towards formalizing the existing log.flags field vs. introducing event.flags.
@kvch@urso Do you have any thoughts about formalizing the log.flags field by adding it into ECS along with the field's expected values (truncated, multiline)?
events can go through multiple entities and processing stages. To indicate multiple processing stages in filebeat for log events we introduced log.flags elastic/beats#7991. Some example for these flags are
truncated
,multiline
. I think this could be more generic on the ECS side that we haveevent.flags
so it's possible to add flags that provide additional meta information event.The text was updated successfully, but these errors were encountered: