0 votes
in ElasticSearch by
Explain ELK stack architecture

1 Answer

0 votes
by

ELK Stack is designed to allow users to take to data from any source, in any format, and to search, analyze, and visualize that data in real-time.

  • Logs: Server logs that need to be analyzed are identified
  • Logstash: Collect logs and events data. It even parses and transforms data.
  • ElasticSearch: The transformed data from Logstash isStore, Search, and indexed.
  • Kibana: Kibana uses Elasticsearch DB to Explore, Visualize, and Share
...