Skip to content

Commit

Permalink
out_azure_kusto: Follow the creating node function change
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 authored and edsiper committed Aug 13, 2024
1 parent 9c8e73a commit 599b9dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/out_azure_kusto/azure_kusto_conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ static struct flb_upstream_node *flb_upstream_node_create_url(struct flb_azure_k

node = flb_upstream_node_create(
NULL, sds_host, sds_port, FLB_TRUE, ctx->ins->tls->verify,
ctx->ins->tls->verify_hostname,
ctx->ins->tls->debug, ctx->ins->tls->vhost, NULL, NULL, NULL,
NULL, NULL, kv, config);

Expand Down

0 comments on commit 599b9dd

Please sign in to comment.