Replies: 1 comment
-
I was able to do what I needed to do with Lua, but based on: "The lua transform is ~60% slower than the remap transform; we recommend that you use the remap transform whenever possible. The lua transform is designed solely for edge cases not covered by the remap transform and not as a go-to option. If the remap transform doesn’t cover your use case, please open an issue and let us know." Should I open an issue or should I have been able to do this in VRL the same way?
|
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
-
I have two sources:
One is a number of S3 buckets allowed in a datacenter.
The second source is the number of buckets used.
I have reformatted the log lines so that they both have a common key which is "datacenter".
I want to merge these two sources and subtract the number of buckets used from the number of buckets entitled.
So all I want is to subtract 2 from 1000 then I will transform that into a metric and send it to a sink.
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions