Skip to content

dnkhanh45/elasticsearch-kibana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elasticsearch and Kibana study

Base images from docker.elastic.co

Data

Raw data from Kaggle - YouTube Trending Video Dataset (updated daily)

Powershell:

Run each *file.ps1 in folder Powershell in one terminal

Docker compose:

cd ES-Kib
docker-compose up -d
  • Image khanhdn4500/elasticsearch:0.0.1 was configured password 123456 for all users (including elastic and kibana_system)
  • Image khanhdn4500/kibana:0.0.1 was configured password 123456 for user kibana_system
  • xpack.security.enabled was set true in both configuration files elasticsearch.yml (for container named "es01-test") and kibana.yml (for container named "kib01-test")
  • Log into elasticsearch at localhost:9200 with one of these usernames elastic, apm_system, kibana_system, logstash_system, beats_system, remote_monitoring_user and password 123456
  • Log into kibana at localhost:5601 with username elastic and password 123456
  • Some visualizations for the above dataset was created and added into a dashboard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published