Skip to content

Commit 98446bd

Browse files
pwhelancosmo0920
authored andcommitted
help: add space for outputs and processors when generating schema.
Signed-off-by: Phillip Whelan <phillip.whelan@chronosphere.io>
1 parent 9778caa commit 98446bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/flb_help.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,10 +710,11 @@ flb_sds_t flb_help_build_json_schema(struct flb_config *config)
710710
* - fluent-bit
711711
* - customs
712712
* - inputs
713+
* - processors
713714
* - filters
714715
* - outputs
715716
*/
716-
msgpack_pack_map(&mp_pck, 5);
717+
msgpack_pack_map(&mp_pck, 6);
717718

718719
/* Fluent Bit */
719720
msgpack_pack_str(&mp_pck, 10);

0 commit comments

Comments
 (0)