Skip to content

Commit 3c4f8f4

Browse files
eschabelledsiper
authored andcommitted
in_elasticsearch: fixing missing config parameter description for http. Fixes #11221.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 3766511 commit 3c4f8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/in_elasticsearch/in_elasticsearch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ static struct flb_config_map config_map[] = {
237237
{
238238
FLB_CONFIG_MAP_BOOL, "http2", "true",
239239
0, FLB_TRUE, offsetof(struct flb_in_elasticsearch, enable_http2),
240-
NULL
240+
"Enable HTTP/2 support"
241241
},
242242

243243
{

0 commit comments

Comments
 (0)