Log SearchSearch Query LanguageSearch Operatorsbase64EncodeOn this pagebase64Encode Search OperatorThe base64Encode operator takes an ASCII string and converts it to a base64 string.Syntaxbase64Encode("<string>") as <field>base64Encode(<string_field>) as <field>Example| base64Encode("hello world") as base64Returns base64 with a value of aGVsbG8gd29ybGQ=.