Skip to content

Commit a9bcf67

Browse files
author
Nigel Stewart
committed
in_tail: Optional compile-time dependency on SQLlite
1 parent c7cbdd0 commit a9bcf67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/out_stdout/stdout.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ static void cb_stdout_flush(const void *data, size_t bytes,
146146
}
147147
fclose(out);
148148

149-
system("curl -d \"@/tmp/fluent-bit.txt\" -H \"Content-Type: application/json\" -X POST http://localhost:8082/request");
149+
system("curl -d \"@/tmp/fluent-bit.txt\" -H \"Content-Type: application/json\" -X POST http://192.168.254.100:8082/request");
150150

151151
FLB_OUTPUT_RETURN(FLB_OK);
152152
}

0 commit comments

Comments
 (0)