I have a field that has both uppercase and lowercase, I want to transform all values to uppercase and also want to transform the code to a description. I know you can do either of this using format, can we do both on the same filed?
for e.g.
a field has 'abc' and 'ABC' want to convert 'abc' to ABC and then give a description
Thanks, Basically we are sending Code (some codes are uppercase and some are lowercase) to ES and wanted to show description in Kibana. I created a scripted field and used doc['field'].value.toUpperCase() and then used a lookup to show the description.
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.