Skip to content

Commit

Permalink
in_elasticsearch: include file to fix warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Takahiro Yamashita <[email protected]>
  • Loading branch information
nokute78 authored and edsiper committed Mar 17, 2024
1 parent 9b674c7 commit be5a5e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/in_elasticsearch/in_elasticsearch_bulk_prot.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#ifndef FLB_IN_ELASTICSEARCH_BULK_PROT
#define FLB_IN_ELASTICSEARCH_BULK_PROT

#include "in_elasticsearch_bulk_conn.h"

#define ES_VERSION_RESPONSE_TEMPLATE \
"{\"version\":{\"number\":\"%s\",\"build_flavor\":\"Fluent Bit OSS\"},\"tagline\":\"Fluent Bit's Bulk API compatible endpoint\"}"

Expand Down

0 comments on commit be5a5e3

Please sign in to comment.