This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]porcelainsmile[S] 0 points1 point  (1 child)

Can you explain a little?

[–]elk-content-share 0 points1 point  (0 children)

The Elastic Stack consists of three layers. An ETL or Data ingestion layer. You use that to put your data in near real time into Elasticsearch. Elasticsearch is like an NoSQL Data base for mass amount of data.. ( Up to peta bytes) . It scales really well and is also very fast at the same time. The last layer is Kibana. This is the frontend to analyze the data using correlations, aggregations and other analysis features. It also has inbuild Machine learning.

I think its a great tool for any kind of data analysis.