diff --git a/userspace/engine/formats.cpp b/userspace/engine/formats.cpp index 904e856c..008c4ee8 100644 --- a/userspace/engine/formats.cpp +++ b/userspace/engine/formats.cpp @@ -180,6 +180,8 @@ int falco_formats::format_event (lua_State *ls) { json_line.erase(0, 1); } + + s_inspector->set_buffer_format(sinsp_evt::PF_NORMAL); } } catch (sinsp_exception& e)