# Workaround for lack of support of Pipeline Aggregations

**URL:** https://discuss.elastic.co/t/workaround-for-lack-of-support-of-pipeline-aggregations/73551
**Category:** Kibana
**Created:** [February 1, 2017, 4:40pm UTC](https://discuss.elastic.co/t/workaround-for-lack-of-support-of-pipeline-aggregations/73551 "2017-02-01T16:40:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![id3a](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/id3a/32/28486_2.png) [@id3a](https://discuss.elastic.co/u/id3a)
#### Post date: [February 1, 2017, 4:40pm UTC](https://discuss.elastic.co/t/workaround-for-lack-of-support-of-pipeline-aggregations/73551/1 "2017-02-01T16:40:36Z")

</div>

HI,

Let's say I collect this logs into Elasticsearch,  
server\_name, service\_name, call\_count and exception\_count:  
 ![](https://us1.discourse-cdn.com/elastic/original/2X/4/4aafd218fef91ef700a9b174fb6fe44ff726697d.PNG)

**I need a visualization (e.g. table) in kibana with the sum of call\_count and sum of exception\_count by service\_name and with the respective %error** (where %error = SUM(exception\_count) / SUM(call\_count) in percentage).

Just something simple like this:  
 ![](https://us1.discourse-cdn.com/elastic/original/2X/6/637b3d5c707b2c2dea7ab0d2b3df2226552a6ba1.PNG)

Is this simple table impossible to recreate in Kibana?  
Are there any workarounds to get this done without the need of pipeline aggregations?

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [February 2, 2017, 2:32am UTC](https://discuss.elastic.co/t/workaround-for-lack-of-support-of-pipeline-aggregations/73551/2 "2017-02-02T02:32:37Z")

</div>

I can't directly help here, but this might be of interest - [https://github.com/elastic/kibana/pull/9725](https://github.com/elastic/kibana/pull/9725)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [March 2, 2017, 2:33am UTC](https://discuss.elastic.co/t/workaround-for-lack-of-support-of-pipeline-aggregations/73551/3 "2017-03-02T02:33:12Z")

</div>

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