|
If a file referenced by an enrichment table changes, is the change automatically detected and the contents reloaded, or does vector need to be restarted? I ask as I don't see any log events emitted to indicate that changes to an enrichment table have been detected, despite using VECTOR_WATCH_CONFIG=true. Also, does it make a difference if enrichment table files are stored in the VECTOR_CONFIG_DIR or elsewhere? |
Answered by
jszwedko
Feb 5, 2024
Replies: 1 comment 2 replies
|
Vector needs to be restarted or reloaded to pick up changes to enrichment tables. Ideally |
2 replies
Answer selected by
codersaur
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vector needs to be restarted or reloaded to pick up changes to enrichment tables. Ideally
VECTOR_WATCH_CONFIG=truewould work too, but this is an outstanding enhancement.