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 e213ee43d35..bd0fab2c38b 100644 --- a/plugins/out_parseable/parseable.c +++ b/plugins/out_parseable/parseable.c @@ -280,7 +280,7 @@ static struct flb_config_map config_map[] = { "The stream name to send logs to. Using $NAMESPACE will dynamically create a namespace." }, { - FLB_CONFIG_MAP_INT, "Port", 80, + FLB_CONFIG_MAP_INT, "Port", NULL, 0, FLB_TRUE, offsetof(struct flb_out_parseable, port), "The port on the host to send logs to." },