We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b674c7 commit be5a5e3Copy full SHA for be5a5e3
plugins/in_elasticsearch/in_elasticsearch_bulk_prot.h
@@ -20,6 +20,8 @@
20
#ifndef FLB_IN_ELASTICSEARCH_BULK_PROT
21
#define FLB_IN_ELASTICSEARCH_BULK_PROT
22
23
+#include "in_elasticsearch_bulk_conn.h"
24
+
25
#define ES_VERSION_RESPONSE_TEMPLATE \
26
"{\"version\":{\"number\":\"%s\",\"build_flavor\":\"Fluent Bit OSS\"},\"tagline\":\"Fluent Bit's Bulk API compatible endpoint\"}"
27
0 commit comments