VRL Redis API for log enrichment #21122
rsrdesarrollo
started this conversation in
Ideas
Replies: 1 comment
-
Modeling as an enrichment table makes sense. The tricky bit is that we, to date, have avoided having enrichment tables or VRL make any sort of network calls to avoid performance footguns as mentioned in the design doc. I definitely get the need for enrichment that can make network calls, though, and so I think we'll get there; we just need to be careful with the design and make it obvious to users when they are using potentially slow calls. There's some more discussion of this use-case over here: #17195 |
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
-
Probably this is something that can be done with Lua, but It will be great if you could call a redis from VRL to CRUD some data.
In my head, the API would be something like this
and would be used similarly to this
Where
redis_pro
would be some kind of configuration reference like enrichment tables.What do you think? Is this crazy? Does it make sense? Is there a much simpler way to do this?
Feedback is appreciated
Regards!
Beta Was this translation helpful? Give feedback.
All reactions