prelert / kibana-swimlane-vis

Kibana swimlane visualization
Apache License 2.0
140 stars 41 forks source link

Aggregation- sum is not working for double values #11

Open risrikanth opened 7 years ago

risrikanth commented 7 years ago

Hi,

I am using swinlane plugin for one of my visualizations. I am trying to show graph total time for each server. When i am trying to do sum aggregation, double value fields are not showing in field drop down. Please help to resolve this issue or any suggestions for alternative ways.

Thanks, Srikanth 4088930460

sophiec20 commented 7 years ago

A possible reason for this could be incorrect mapping for the field that is needed to be aggregated. This field should have a numeric data type in elasticsearch mappings and the Kibana index pattern should be aware of this.

Is it possible to create a standard Kibana visualisation using bar chart for example? Have you tried this after refreshing the index pattern in Kibana?

risrikanth commented 7 years ago

Hi,

Thanks for your response. It seems it is because of cache issue. I cleared cache and refreshed page, it is working as expected.

I have one more question. Is swim lane support multi aggregations? .It seems like supporting only one level of aggregation.

Thanks, Srikanth Ph:4088930460

sophiec20 commented 7 years ago

The swimlane does only support one level of aggregation. Perhaps you could display multiple swimlane panels, one for each level of aggregation.