Hi everyone, I already load 2 CSV files into the elasticsearch. so, now I want to visualize them using kibana, but not all data I want to visualize.
for example:
-csv_1: have columns name [Student name, student id, gender, course name]
-csv_2: columns name [student id, test1 score, test2 score]
I want to visualize [student name, student id, test1 score, test2 score] in a table. Means that student name data takes from csv_1, test1 score and test2 score takes from csv_2. My question is, how to visualize these data (from 2 csv file)?
ES doesn't really provide a way to do joins across indexes on fields like ID. You might consider processing your data before loading it into ES by generating just one CSV that includes all the information from both CSVs
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.