Replies: 1 comment 1 reply
-
Hi @owen5mith ! Very cool! VRL doesn't yet have user-defined functions (see vectordotdev/vrl#47), but given this is an open standard I think we'd be open to having it implemented in VRL itself as Rust. You can see vectordotdev/vrl#277 for a recent function addition that you could model your contribution after if interested. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello, firstly, thanks for making such a good product! 😄
I have recently implemented community ID hashing in VRL, see the bellow VRL snippet (see here for a full config file with tests):
It's worth noting, the above is not a complete implementation of Community IDs. It has the following issues:
I've raised this discussion because I was looking to understand:
community_id
VRL function? I have found a Rust implementation.Beta Was this translation helpful? Give feedback.
All reactions