Skip to content

A collection of datasets, docker-compose files, notes, and other stuff related to the Elastic stack.

License

Notifications You must be signed in to change notification settings

ThoTischner/elastic-training-repo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elastic-repo

A collection of datasets, docker-compose files, notes, and other training material about the Elastic stack.


Table of Contents

  • Clusters-to-go - Collection of docker files to spin up Elasticsearch clusters
  • Datasets-to-go - Collection of datasets to populate your Elasticsearch clusters
  • Exercises - Collection of exercises to practice for the Elastic Certified Engineer exam

Vagrant setup

You can manage three plain centos7 machines via:

  #go to vagrant dir
  cd vagrant
  
  #start
  vagrant up

  #ssh to node
  vagrant ssh elastic-node-{1,2,3}

  #pause
  vagrant pause
  
  #cleanup
  vagrant destroy

  #reload vm config like memory size
  vagrant reload

About

A collection of datasets, docker-compose files, notes, and other stuff related to the Elastic stack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%