Hi ES Team,
I found a bug (looks like a bug) which occurs to Kibana version 7.3.1 (not tested in other versions)
Here is what I did:
- add a Scripted Field
- Name: This is a test
- painless
- string
- string
Script:
if (!doc.containsKey('Status.keyword') || doc['Status.keyword'].empty) { return "unavailable" } else { return doc['Status.keyword'].value }
Save...
If I now try to edit my new field, this error message comes up:
'my_index' index pattern doesn't have a scripted field called 'This%20is%20a%20test'
If it is already acknowledged please ignore, if not please check
Thanks and regards
Thorben