Skip to content

Commit 27532d8

Browse files
out_azure_kusto: fixed build issues
Signed-off-by: Tanmaya Panda <tanmayapanda@microsoft.com>
1 parent 6aa58d0 commit 27532d8

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

plugins/out_azure_kusto/azure_kusto.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1724,9 +1724,9 @@ static struct flb_config_map config_map[] = {
17241724
offsetof(struct flb_azure_kusto, buffer_file_delete_early),
17251725
"Whether to delete the buffered file early after successful blob creation. Default is false"
17261726
},
1727-
{FLB_CONFIG_MAP_BOOL, "unify_tag", "false",0, FLB_TRUE,
1727+
{FLB_CONFIG_MAP_BOOL, "unify_tag", "true",0, FLB_TRUE,
17281728
offsetof(struct flb_azure_kusto, unify_tag),
1729-
"This creates a single buffer file when the buffering mode is ON. Default is false"
1729+
"This creates a single buffer file when the buffering mode is ON. Default is true"
17301730
},
17311731
{FLB_CONFIG_MAP_INT, "blob_uri_length", "64",0, FLB_TRUE,
17321732
offsetof(struct flb_azure_kusto, blob_uri_length),

plugins/out_azure_kusto/azure_kusto.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include <fluent-bit/flb_scheduler.h>
3030
#include <fluent-bit/flb_utils.h>
3131
#include <fluent-bit/flb_time.h>
32-
#include <dirent.h>
3332
#include <sys/stat.h>
3433
#include <fcntl.h>
3534

0 commit comments

Comments
 (0)