Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/out_opensearch/opensearch.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct flb_opensearch {
struct flb_record_accessor *ra_index;

char *type;
char suppress_type_name;
int suppress_type_name;

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