ELK/EFK Stack /Elastic Stack / ElasticSearch
ELK stands for Elasticsearch - Logstash - Kibana

Elasticsearch
- Elasticsearch is a search and analytics engine.
- Elasticsearch is a NoSQL database that is based on the Lucene search engine.
- Elasticsearch uses Apache Lucene to index documents for fast searching.
Solr, ElasticSearch
- Search platform
- Highly available
- Very scalable
- Fault tolerant search platform
- Provides full-text search
Logstash
Logstash is a server‑side data processing pipeline that ingests data from multiple sources simultaneously, transforms it, and then sends it to a "stash" like Elasticsearch.
Logstash is a log pipeline tool that accepts inputs from various sources, executes different transformations, and exports the data to various targets.