Can I merge these two tables as one and calculate the ratio with Kibana?
What I have now:
The left table and the right table have similar columns like ad title, ad provider, ad institution, but they are different in the last columns, one is ad impression and another is ad click.
However, ad impressions are calculated from index A and ad clicks are calculated from index B.
How can I put ad impression and ad click into one table and then calculate click/impression rate?
I believe it is possible to do this with the data table in the Visual Builder. You would create two sum aggregations (for Pageview and Clicks) and then create a bucket script aggregation that will divide those two and create the Click/Impression Rate.
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.