Hi ,
I am trying to create a table with values from two arrays
arr1[str1,str2,str30
arr2[val1,val2,val3]
desired table should be as
str1 - val1
str2 - val2
str3 - val3
and i have multiple such arrays in the json file input,
when i create the table i am getting as
str1-val1
str1-val2
str1-val3
str2-val1
str2-val2
str2-val3
str3-val1
str3-val2
str3-val3
can please help me what i should to do to get the desired output
What are the mappings on your index? Are these fields already stored as arrays? Are you trying to create a Data table visualization, or Lens visualization or some other kind of table?
this is the mapping i copied only for the two field
"loopdata": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"loopvalue": {
"type": "long"
},
Another issue I have is "jobStartDateTime": "2021-02-02'T'15:50:41-00:00"
is kibana is detecting as string and not as date by itself, is there any settings I need to change
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.