I have problem, i have data and i want make kibana data Table like this, but i want create percentage beside each Col. like percentage DLV H-1, can i make it with Json input?
The data table now supports adding a percent column over a metric starting in 7.4.0. But I can not tell from your example if that will help. Is it possible to split the DLV* totals into separate rows in your data table?
can we add more than 1 percent column over metric? I see its only can add 1 percent column. for the split row icant cause i will use split column to split data by regional, city and partner. it can use alot of bucket right?
use this link to download :https://github.com/fbaligand/kibana-enhanced-table
After downloading use below steps to install
Every release package includes a Plugin version (X.Y.Z) and a Kibana version (A.B.C).
Go to releases and choose the right one for your Kibana
launch a shell terminal and go to $KIBANA_HOME/bin folder
use Kibana CLI to install :
directly from Internet URL : $KIBANA_HOME/bin/kibana-plugin install https://github.com/fbaligand/kibana-enhanced-table/releases/download/vX.Y.Z/enhanced-table-X.Y.Z_A.B.C.zip
locally after manual download : $KIBANA_HOME/bin/kibana-plugin install file:///path/to/enhanced-table-X.Y.Z_A.B.C.zip
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.