I have an index in my Kiabana that is an array. These index is an array becouse the length of this coud be diference each time. I need to split the array for use in the control visualization.
If I create a scripted field, the data in discover is no longer seen. I don't know why this happens.
The script in painles I have created is this.
def x;
x = doc['tags.value'].value;
def y = x[2];
return y
Yes, because when access to discover section I can't see the index tags.value.name. I can access only to tags.type and tags.value that is an array compose by:
I need to access to tags.value.name because I want to filter my dashboard by the name of the tags.
I mean for control element, the control visualization.
Hmmm it must work... but you have exclamation mark on field tags.value
Try refresh index pattern of your index in kibana. (from version 7.11 it`s automatically refreshed).
And check it`s available in Control Visualization.
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.