Skip to content

up1/course_elk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Course : ELK stack

List of softwares

Course Outline

  • Basic concepts
  • Setup ELK stack
    • Elasticsearch
    • Kibana
    • Explore cluster
    • Cluster/Node/Index/Document/Field
    • Compare with RDBMS
  • CRUD operation with Elasticsearch
    • Create/Index a document
    • Read/query data
    • Update data
    • Delete data
  • Loading data into Elasticsearch
    • Bulk loading data
  • Query data
    • Simple query
    • Term-level query
    • Advance query
  • Analysis/Analyzer and Tokenizer of data/fields
  • Analyzing your data
    • Basic of aggregation
    • Filtering aggregation
    • Histogram
    • Percentile
  • Monitoring
  • Tuning performance
  • Production configuration guideline
  • Machine Learning with ELK stack

Kibana

  • Overview
  • Setup and configuration
  • Create visualization
  • Create dashboard

Logstash, Beat and Fluentd

  • Logstash
  • Beat
  • Fluentd

EFK stack

  • Elasticsearch
  • Fluentd
  • Kibana

Metric with Prometheous and Grafana

List of past workshops

References