We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2df799 commit e7c516cCopy full SHA for e7c516c
include/fluent-bit/flb_log_event.h
@@ -38,6 +38,8 @@
38
#define FLB_LOG_EVENT_GROUP_END (int32_t) -2
39
40
struct flb_log_event {
41
+ msgpack_object *group_attributes;
42
+ msgpack_object *group_metadata;
43
msgpack_object *raw_timestamp;
44
struct flb_time timestamp;
45
msgpack_object *metadata;
0 commit comments