Hey, this would be a bit more tricky, as it requires you to merge two events (the external dataset and your live visitor stats) into a single event as a sort of preprocessing step. I think I would start with the geoip support from logstash and use your apache logs, which at least allows you to filter by city.
Need to think about this a bit more, how to merge this kind of information. --Alex On Thu, May 1, 2014 at 3:19 PM, <[email protected]> wrote: > From reading > http://www.elasticsearch.org/blog/enriching-searches-open-geo-data/ I > have a few questions I hope the community might be able to answer > > The post uses an open dataset in a static csv to map German cities meeting > certain conditions in Kibana as an example > > I was wondering if its possible to take that idea and > > 1. Combine an static csv dataset with other ES data so sticking with > the Cities example I would be able to live map the visitors to my german > website from cities with populations > 100k from the same ES cluster and > ideally the same kibana interface > 2. If it is possible how do I then update the population details when > a newer version of the dataset is available without ending up with 2 of > every German city with possibly conflicting population values > > Any ideas? > > -- > You received this message because you are subscribed to the Google Groups > "elasticsearch" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/76a076dd-d839-4b30-bed6-f11c2577550d%40googlegroups.com<https://groups.google.com/d/msgid/elasticsearch/76a076dd-d839-4b30-bed6-f11c2577550d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAGCwEM9niCM-EJ0oYUjv9siUtUB0d2EikJOvwiOAndL7ZZyLUg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
