Skip to content

Commit

Permalink
out_azure_kusto: fixed build issues
Browse files Browse the repository at this point in the history
Signed-off-by: Tanmaya Panda <[email protected]>
  • Loading branch information
tanmaya-panda1 committed Jan 13, 2025
1 parent 6aa58d0 commit 27532d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugins/out_azure_kusto/azure_kusto.c
Original file line number Diff line number Diff line change
Expand Up @@ -1724,9 +1724,9 @@ static struct flb_config_map config_map[] = {
offsetof(struct flb_azure_kusto, buffer_file_delete_early),
"Whether to delete the buffered file early after successful blob creation. Default is false"
},
{FLB_CONFIG_MAP_BOOL, "unify_tag", "false",0, FLB_TRUE,
{FLB_CONFIG_MAP_BOOL, "unify_tag", "true",0, FLB_TRUE,
offsetof(struct flb_azure_kusto, unify_tag),
"This creates a single buffer file when the buffering mode is ON. Default is false"
"This creates a single buffer file when the buffering mode is ON. Default is true"
},
{FLB_CONFIG_MAP_INT, "blob_uri_length", "64",0, FLB_TRUE,
offsetof(struct flb_azure_kusto, blob_uri_length),
Expand Down
1 change: 0 additions & 1 deletion plugins/out_azure_kusto/azure_kusto.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <fluent-bit/flb_scheduler.h>
#include <fluent-bit/flb_utils.h>
#include <fluent-bit/flb_time.h>
#include <dirent.h>
#include <sys/stat.h>
#include <fcntl.h>

Expand Down

0 comments on commit 27532d8

Please sign in to comment.