Setting things up

Just like any other scenario, we need to set up Elasticsearch, Logstash or Beats or both, and Kibana for visualization. We would need something specific to capture data from meetups. Tricky thing is to decide whether we go for Logstash or Beats or a combination of both.

There was an input plugin developed for Logstash, which could read data for meetups, but that is not enough for us since we want to read more data and we need to go for another option. There is no beat available to capture the data from meetup as well.

The existing plugin is available at https://github.com/logstash-plugins/logstash-input-meetup/. Elastic site has also documented this plugin at https://www.elastic.co/guide/en/logstash/5.1/plugins-inputs-meetup.html ...

Get Mastering Elastic Stack now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.