Skip to content

Commit

Permalink
in_proc: fixed a wrong data type used for an option
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich authored and edsiper committed Aug 15, 2024
1 parent dedffbd commit 4bfece8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/out_es/es.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct flb_elasticsearch {
/* Elasticsearch index (database) and type (table) */
char *index;
char *type;
char suppress_type_name;
int suppress_type_name;

/* HTTP Auth */
char *http_user;
Expand Down

0 comments on commit 4bfece8

Please sign in to comment.