I am new to kibana..
I am trying to create a scripted field, when I run the script nothing is displayed in the result.
however, when I filter the field I get the expected result.. why is this not propagating?... what am I doing wrong ?
if (doc['failed_login_count'].value <= 5) {
"Low"
}else if (doc['failed_login_count'].value > 5 && doc['failed_login_count'].value <= 10) {
"Medium"
}else {
"High"
I don't have permission to use DevTool and need to do it using scripted field... I have been told its because I have not questioned if it exists or not... but not sure the right coding to do so... I have tried a few but nothing works so far
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.