I am using jdbc input plugin to fetch data from database.
I have created ES index using 6 different sql queries and in that 6 queries some columns are same.
After that i have created one index pattern in endeca.
when i have searched value from same column then it is giving me 6 different results from 6 different queries.
I want to show them as a one record.
How I can achieve this?
for example,
I have two tables: Test_tb and Result_tb
in Test_tb, I have 3 columns, contentid, title and object_summary
and in Result_tb, i have 3 columns contentid, segment_name and helpdesk_name.
So when i am searching contentid 1234. Contentid 1234 is present in both the tables. In this case it is giving me results as 2. Because contentid 1234 is matching in 2 tables.
But my requirement is to show those 2 records as a one record with contentid as common record.
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.