Examples for function
add new field
.new_field = "abc"
.change field value
.old_field = "new_value"
.drop field
del(.old_field)
.Playground: https://playground.vrl.dev/
Was this page helpful?
Last updated on
List
List all data transformation functions for your org via GET /api/{org}/functions, including stream, name, order, and function body details.
Users
Manage OpenObserve users through the User API: create and update accounts, add users to and remove them from organizations, and list all existing users.