Hello, Elasticsearch looks great, but immensely complicated. This means that there are lots of ways to pull in data from there and lots of possible data that you could chart. Having never used Elasticsearch, I can only begin to guess at what you're trying to do. Looking through the docs, it doesn't seem like there's anything 'chartable' that you can pull straight out of Elasticsearch, so right off the bat we can assume that you will need to transform the data that you get from there before you give it Google Charts. So here are my questions to you: 1. What are you using Elasticsearch for? 2. What data are you trying to chart and with what visualization?
- Sergey On Mon, Apr 1, 2013 at 5:20 PM, OffensivelyBad <[email protected]>wrote: > Let me preface this topic by saying that I'm a noob to Elasticsearch and > Google Charts. > > I'm testing some visualizations utilizing Google Charts and up until this > point I've been using: > google.visualization.arrayToDa**taTable > to use some sample data. > > My question is, how do I pull in data from an existing Elasticsearch > server? Any information (the more the better) that can be provided on this > would be appreciated immensely. > > -- > You received this message because you are subscribed to the Google Groups > "Google Chart API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-chart-api?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Google Chart API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-chart-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
