Reload transform Issue #22961
Unanswered
satellite-no
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hi @satellite-no, no, afaik these files aren't watched at all. Interesting that you are seeing a reload attempt. There's an open issue for this: #9819 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Encountered the same issue: not only does the Vector process fail to detect updates in the VRL script, but even when Vector's configuration is updated, it doesn't load the latest content of the VRL script. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Strange issue,
I have a transform that points to a .vrl file that is rather large (33KB). Vector "sees" that the file is changed and issues a reload that completes successfully but the transform output doesnt change. If I run a
systemctl reload vector
the same result. But if I run asystemctl restart vector
the output of the transform will be as expected with the .vrl file updates.Question:
Is there a known size limit to VRL scripts or files in general when reloading vector vs doing a system stop/start?
Beta Was this translation helpful? Give feedback.
All reactions