i'm facing following problem. in kibana 4 i've created line chart based on input elasticeasrch can display average, min, max instead of actual value of field per time, e.g. sent bytes. answears question on stackoverflow kibana 3 (how create value on time chart kibana 3?) , seem include histogram on x axis, yet can't seem find 1 enable me apply them kibana 4. unable find histogram panel , once click on discover tab there constant searching loading.
if have following fields in _source: {"timestamp":"2015-06-02t10:16:44.0855","time":587,"threadname":"thread group 1-957","byte":1372,"status":"false","latence":306,"registercall":"404"}
and have number of bytes on y-axis , on x-axis timestamp.
any in right direction appreciated :)
to create value on time line chart in kibana, follow these steps: go visualize tab , select line chart in x-axis, select x-axis
, aggregation date histogram
, select timestamp
field date field.
next y-axis, select sum
aggregation , bytes
field.
Comments
Post a Comment