Hello,
I am creating a scripted field in Kibana 7.0.0 and it came up this issue:
"{"type":"illegal_argument_exception","reason":"Illegal list shortcut value [date]."}}}]},"status":400}"
My scripted field is doing "doc['data'].date.year".
What can I do?
Thanks.