Hi
Anyone can you help me? Below codes were from my ELK Version: 6.3.2 and everything works fine before. But, when I've upgraded this week to 7.2 these code not working as expected.
Also, tried this:
if (doc['os.keyword'].value != null || doc['os_major.keyword'].value != null || doc['os_minor.keyword'].value != null) { return doc['os.keyword'].value + ' ' + doc['os_major.keyword'].value + '.' + doc['os_minor.keyword'].value; } return "";
It say...
Once deleted the scripted field got this.