I've 2 indices:
maindata someData:keyword referrer:integer
and dictionary refferer:keyword
Is it possible, and if so then how to do that, to ask maindata for data with condition on dictionary? Soemthing similar to SQL's: select m.someData, d.refferer from maindata m, dictionary d where m.refferer = d.id and d.refferer = "NAME";
Query has to be at the end saved object because I need it as datasource for visualization.
If not, how to gain such result without denormalizing data?
There's no code under. We want this "combined answer" to be query for our Kibana's visualizations.
To follow p. 2: is it possible to create outside ES/Kibana piece of code (e.g. in C#, Java or whatever) and register it in Kibana as saved object and use it as datasource for 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.