Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Elasticsearch example

Index a simple elasticsearch example using logstash.

Elasticsearch can be user friendly using kibana for user interface. Logstash is one of many tools used to batch index documents into elasticsearch.

Prerequisites

You will need to download:

  • elasticsearch
  • kibana
  • logstash.

Deploymnet

We eill be using a dataset for popular videos in youtube. Youtube Videos - The dataaset used

  • Start elasticsearch
  • Start kibana
  • Start logstash providing the config file for the dataset logstash -f \logstash_videos.config