Visualization line : divide Sum

Hello I want divide a Sum on "Visualization Line" graph

Sum is Bytes and I want Sum in Megabytes

If someone have a solution ?

Thanks

Hi there,

you're asking something about Kibana in the Logstash section. Anyway, you can use Timelion or TSVB to do what you're asking.

Thanks I have change the section

Change the formatter to Bytes by going to Management > Index Patterns > filebeat-* > netflow.octet_delta.count.

If that doesn't work, create a scripted field to do the division. For example, doc['netflow.octet_delta.count'].value / 1000000.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.