I want to create an option list with only "properties.key2"-values. So, the option list should look like "['value2']". But I can only create something like "['key=value', 'key2=value2']". How can I pre filter my control? And how can I specify a prefix for shown options like "key2=.*" and replace the "key2=" in all options in my list?
It sounds like a scripted field (https://www.elastic.co/guide/en/kibana/current/scripted-fields.html) would be a good use case for this. Create a new scripted field "key2Property" which looks up values starting with key2 from the properties array and use that to filter instead.
It seems to be right, but now I get another error:
[script] Too many dynamic script compilations within, max: [75/5m]; please use indexed, or scripts with parameters instead; this limit can be changed by the [script.context.field.max_compilations_rate] setting
Is this because I have to configure my Kibana for pattern usages? Or how can I handle this error?
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.