EEL JPath Expression Debugger
{{.ErrorMessage}}
JSON Event:
{{.Message}}
JPath Expression:
{{.Expression}}
Result:
{{.Result}}
Named Transformations:
{{.Transformations}}
Custom Properties:
{{.CustomProperties}}
{{ range $hdx, $tree := .Lists }}
LEVEL
TYPE
#KIDS
VALUE
MTYPE
MVALUE
{{ range $idx, $row := $tree }}
{{ range $kdx, $val := . }}
{{ $val }}
{{ end }}
{{ end }} {{ end }}