We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd2d1b commit ea9415fCopy full SHA for ea9415f
plugins/filter_rewrite_tag/rewrite_tag.c
@@ -318,8 +318,9 @@ static int ingest_inline(struct flb_rewrite_tag *ctx,
318
struct flb_processor *processor;
319
int result;
320
321
- if (ctx->ins->parent != NULL) {
322
- processor_unit = (struct flb_processor_unit *) ctx->ins->parent;
+ if (ctx->ins->parent_processor != NULL) {
+ processor_unit = (struct flb_processor_unit *) \
323
+ ctx->ins->parent_processor;
324
processor = (struct flb_processor *) processor_unit->parent;
325
input_instance = (struct flb_input_instance *) processor->data;
326
0 commit comments