Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(enrichment_tables): Load enrichment tables from an URL (refreshed timed base) #22106

Open
lchabert opened this issue Jan 2, 2025 · 0 comments
Labels
domain: enrichment_tables Anything related to the Vector's enrichment tables type: feature A value-adding code addition that introduce new functionality.

Comments

@lchabert
Copy link

lchabert commented Jan 2, 2025

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Use Cases

When enrichment tables is used into a docker environnment, it could be difficult to refresh files on multiples containers. It could be simplified to load an URL and then use it as enrichment tables.
To refresh the data, a signal (manual refresh) and time based (automatic refresh).

Attempted Solutions

For now i'm using a side car container with python code to load the data, save it into a share disk and reload vector to update tables.

Proposal

No response

References

No response

Version

No response

@lchabert lchabert added the type: feature A value-adding code addition that introduce new functionality. label Jan 2, 2025
@jszwedko jszwedko added the domain: enrichment_tables Anything related to the Vector's enrichment tables label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: enrichment_tables Anything related to the Vector's enrichment tables type: feature A value-adding code addition that introduce new functionality.
Projects
None yet
Development

No branches or pull requests

2 participants