10 IR Based Databases - ELK
Slides: https://webeep.polimi.it/mod/resource/view.php?id=50601
Exercises: https://webeep.polimi.it/mod/resource/view.php?id=50926
01 ELK stack
Kibana: Visualize and Manage Elasticsearch: Store, Search and Analyze Logstash + Beats: Inges...
02 Elasticsearch
Elasticsearch stores data structures in JSON documents which are distributed and can be accessed ...
03 Elasticsearch operations
Creating and index: PUT /index_name Define a mapping: PUT /my_index/_mapping { "properties": { ...
04 Logstash
Working with Beats Beats focus on data collection and shipping while Logstash focuses on processi...