Closed Minipada closed 1 year ago
So, the problem was caused by the match line. Somehow, the single quote for the * element causes the crash. I suppose there are some internals where it picks up the string size but expand the star to something else... Anyway,
TLDR: *use ""** for the match
Hi, I am trying to load the gstdout as a starting point with the C api. What I did:
I am using the master branch of fluentbit, and tested to run with the CLI, which works
The prgram crashes instantly, without information...Am I missing something?