-
Hi, I have the following setup:
Even though I defined Is this a bug? or am I mis-configuring? This is a shortened version of my toml:
I'm using this
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @ronkitay ! Unfortunately acknowledgements are not supported whenever the You can see https://github.com/vectordotdev/vector/pull/11760/files for some draft documentation of the end-to-end acknowledgement feature. Hopefully this helps! |
Beta Was this translation helpful? Give feedback.
Hi @ronkitay !
Unfortunately acknowledgements are not supported whenever the
lua
transform is used as the acknowledgement information isn't passed through the Lua runtime. This is a definite gotcha that we are planning on documenting as part of the official release of end-to-end acknowledgements. It's also something we want to try to address at some point too, if we can, to let acknowledgements flow through the transform. As it stands currently, the event will be considered "acknowledged" as soon as it hits thelua
transform.You can see https://github.com/vectordotdev/vector/pull/11760/files for some draft documentation of the end-to-end acknowledgement feature.
Hopefully this helps!