Editor/IDE tooling for authoring OTTL — does it exist, any plans around it? #49059
srikar-kompella
started this conversation in
Ideas
Replies: 0 comments
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.
-
Hi all,
I've been writing a fair amount of OTTL lately (transform + filter processors) and keep hitting the same authoring friction: a small path typo or wrong function silently no-ops or only surfaces at collector runtime. Today the feedback loop is the web validators (ottl.run, Elastic's OTTL Playground), which are great but live outside the editor and the config files I'm actually working in.
Before I consider building anything, I wanted to check with the people closest to OTTL:
I've got Go + TypeScript background and am willing to do the work properly (track the grammar, not hard-code it). Mostly want to make sure I'd be filling a real gap and building it in a way maintainers would actually want. Thanks for any steer.
Beta Was this translation helpful? Give feedback.
All reactions