In Kibana 7.3.1, when creating a graph in Timelion I can specify the unit for yaxis through "yaxis(units=bytes)" in order to scale to kb, mb, gb etc.. However, if I use the same query in Canvas, the yaxis does not scale. I am using in both places the same query:
Hi @lukas, thanks for your reply. See I am using the same timelion query in both places:
.es(metric=avg:system.memory.free, q=" event.dataset:system.memory AND fields.execution.date:* AND fields.execution.type:Daily").label("Free").fit(mode=scale).yaxis(label="Gbytes", units="bytes"),
.es(metric=avg:system.memory.used.bytes, q=" event.dataset:system.memory AND fields.execution.date:* AND fields.execution.type:Daily").label("Used").fit(mode=scale)
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.