lessio
(Daniel Lessio)
December 17, 2015, 7:41pm
1
I need to create a new visualization on Kibana using the Serial Diff feature.
On this link shows the same graph that I would like to do https://www.elastic.co/guide/en/elasticsearch/reference/2.0/search-aggregations-pipeline-serialdiff-aggregation.html
I can use CURL to get serial diff data on the elasticsearch, but I do not now how can I put this bucket result on Kibana graph.
Thanks
Daniel
I have the same doubt, can anybody help with an example on configuring kibana to use pipeline agregations
Aylton
(Koketsu)
December 17, 2015, 7:53pm
3
I have the same question. Does Kibana support pipeline aggregation ? How to implement?
Kibana does not yet support pipeline aggregations. To quite the author of that doc:
I cheated: i ran the pipeline in a script and indexed the result as an ordinary series that Kibana could read, then graphed that
We're tacking this feature in Kibana here: https://github.com/elastic/kibana/issues/4584