diff --git a/fluent-bit-0.48.1.tgz b/fluent-bit-0.48.1.tgz new file mode 100644 index 00000000000..cd471f64558 Binary files /dev/null and b/fluent-bit-0.48.1.tgz differ diff --git a/lib/cprofiles/include/cprofiles/cprof_info.h b/lib/cprofiles/include/cprofiles/cprof_info.h index d0e26fcfbfe..cc224eb2b7d 100644 --- a/lib/cprofiles/include/cprofiles/cprof_info.h +++ b/lib/cprofiles/include/cprofiles/cprof_info.h @@ -20,18 +20,18 @@ #ifndef CPROF_INFO_H #define CPROF_INFO_H -#define CPROF_SOURCE_DIR "/Users/leonardo/Work/Calyptia/fluent-bit" +#define CPROF_SOURCE_DIR "/Users/adheipsingh/parseable/fluent-bit" /* General flags set by /CMakeLists.txt */ -#ifndef CPROF_HAVE_SANITIZE_ADDRESS -#define CPROF_HAVE_SANITIZE_ADDRESS -#endif #ifndef CPROF_HAVE_TIMESPEC_GET #define CPROF_HAVE_TIMESPEC_GET #endif #ifndef CPROF_HAVE_GMTIME_R #define CPROF_HAVE_GMTIME_R #endif +#ifndef CPROF_HAVE_CLOCK_GET_TIME +#define CPROF_HAVE_CLOCK_GET_TIME +#endif #ifndef CPROF_HAVE_CFL #define CPROF_HAVE_CFL #endif diff --git a/plugins/out_parseable/parseable.c b/plugins/out_parseable/parseable.c index f38a7e70358..c2725ccdedc 100644 --- a/plugins/out_parseable/parseable.c +++ b/plugins/out_parseable/parseable.c @@ -135,7 +135,7 @@ static void cb_parseable_flush(struct flb_event_chunk *event_chunk, mk_list_foreach(head, ctx->p_exclude_namespaces) { entry = mk_list_entry(head, struct flb_slist_entry, _head); flb_plg_info(ctx->ins, "Checking against exclude namespace: %s", entry->str); - flb_plg_info(ctx->ins, "namespace_name: %s %d", namespace_name,flb_sds_len(namespace_name)); + // flb_plg_info(ctx->ins, "namespace_name: %s %d", namespace_name,flb_sds_len(namespace_name)); if (flb_sds_cmp(entry->str, namespace_name, flb_sds_len(namespace_name)) == 0) { flb_plg_info(ctx->ins, "Skipping excluded namespace: %s", namespace_name); // Cleanup