Skip to content

Commit 819d15d

Browse files
leonardo-albertovichedsiper
authored andcommitted
log_event: added required fields to expose group metadata to client code
Signed-off-by: Leonardo Alminana <leonardo.alminana@chronosphere.io>
1 parent d3885c4 commit 819d15d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/fluent-bit/flb_log_event.h

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#define FLB_LOG_EVENT_GROUP_END (int32_t) -2
3939

4040
struct flb_log_event {
41+
msgpack_object *group_attributes;
42+
msgpack_object *group_metadata;
4143
msgpack_object *raw_timestamp;
4244
struct flb_time timestamp;
4345
msgpack_object *metadata;

0 commit comments

Comments
 (0)