I would like to know how to create a pie using aggregation (or any else) to create 2 part : Male/Female.
But I have only one field which can contains more than 2 value : Mr, Mrs, Mr., Mme...
WIth Dev Tools I am able to launch query whick works :
Did you try to use filter aggregation in pie chart aggregations to see if it worked? If not the advanced setting - you might be able to set your parameters to do it.
n be solved by using the below script under the "JSON input" in Kibana
{
"script": {
"inline": "doc['system.process.cgroup.memory.mem.usage.bytes'].value / 1024 / 1024/1024",
"lang": "painless"
}
}
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.