and I would like to have a boxplot of age and size variables. Any help? Is there any documentation about how to adapt the vega syntax to kibana/elasticsearch.
@carlosvega hi, I assume you want to draw two bars - one for the age variable, and one for the size? To do this, you need to calculate 5 values for each of the variables: "min", "q1", "median", "q3", "max". All of them can be computed by ElasticSearch, e.g. by using percentile aggregation, min aggregation, etc. Basically construct a query that will give you all 10 values back, and you can draw them directly with Vega. I would recommend starting with the dev console to construct the query. There are some blog posts I have written, e.g. this one that explain how to approach such problems (you need Vega, not Vega Lite, because you need full control of your drawing surface)
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.