Reputation: 1499
I'm new to ELK stack. I want to design a log analytic dashboard. So Do I need a database like mongodb or cassandra to store the log files.
I will be feeding huge log files from different servers. so what is the best way. Any suggestions or references.
Upvotes: 0
Views: 572
Reputation: 1167
You don't need to use any database, although the best practice is to use elasticsearch above any database. Elasticsearch save the logs until you delete them.
Upvotes: 1