# Raw Data Visualization Plugin

**URL:** https://discuss.elastic.co/t/raw-data-visualization-plugin/196577
**Category:** Kibana
**Created:** [August 23, 2019, 7:14pm UTC](https://discuss.elastic.co/t/raw-data-visualization-plugin/196577 "2019-08-23T19:14:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ekappotis](https://avatars.discourse-cdn.com/v4/letter/e/c37758/32.png) [@ekappotis](https://discuss.elastic.co/u/ekappotis)
#### Post date: [August 23, 2019, 7:14pm UTC](https://discuss.elastic.co/t/raw-data-visualization-plugin/196577/1 "2019-08-23T19:14:46Z")

</div>

Hello,

I am attempting to develop a Visualization plugin. I would like to be able to get the raw index data (filtered or not) from the elastic search and then allow my visualization to aggregate it correctly.

Is there a valid way to do this? Is there any other documentation? Am I better off attempting to set the requestHandler to none and directly interact with my elasticsearch instance since I can't seem to get the build in request mechanism working?

Thanks for any advice,  
Eric

---

<div class="post-metadata">

### Author: ![christophilus](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/christophilus/32/42991_2.png) [@christophilus](https://discuss.elastic.co/u/christophilus)
#### Post date: [August 23, 2019, 7:46pm UTC](https://discuss.elastic.co/t/raw-data-visualization-plugin/196577/2 "2019-08-23T19:46:34Z")

</div>

I'm not sure what requestHandler you're using, but it's definitely possible to just get an Elasticsearch client and query the docs yourself. It's probably where I would start, just to get things working and keep it simple.

---

<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: [September 20, 2019, 7:46pm UTC](https://discuss.elastic.co/t/raw-data-visualization-plugin/196577/3 "2019-09-20T19:46:38Z")

</div>

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