to_base64.md 252 B

% This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.

Example

row a = "elastic"
| eval e = to_base64(a)
a:keyword e:keyword
elastic ZWxhc3RpYw==