is it possible to customize a metrics, by example, is it possible to create a conditional count / sum / unique count... ?
I saw that the metrics are stored in kibana\src\ui\public\agg_types\metrics but i don't understand it , there is a documentation or anything on the subject
Kibana doesn't have anything right now that allows an end-user to create a conditional expression, and doesn't have any documented public developer APIs to introduce this functionality through a plugin.
thanks for your answer and the links,
the Bucket Script Aggregation in Kibana will be a major step-father in kibana data manipulation, but I don't think it's fit to my use case,
let take an example :
In this visualization my bucket (X-Axis) is not conditional, but I may want that my second Y-Axis is a unique count of the field named project where the field named action contain the string Creation
Maybe I will dig into the Control visualization to see how you have customized the Metric part of the visualization and handle the index-pattern link it may help me to find a way of doing that
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.