SSSmit Shahinshahsmit.hashnode.dev·Oct 5, 2024 · 3 min readSingleStore vs Elasticsearch: A Comparative Analysis for OLAP StorageWhen it comes to analyzing large datasets in real-time, OLAP (Online Analytical Processing) databases play a crucial role. Elasticsearch and SingleStore are two popular options that have gained significant traction in recent years. In this blog post,...00
SSSmit Shahinshahsmit.hashnode.dev·Jun 8, 2024 · 2 min readMongoDB vs. Elasticsearch: Choosing the Right Tool for the JobWhen it comes to data storage and retrieval, two popular options emerge: MongoDB and Elasticsearch. But while they both play a crucial role in modern applications, they excel in different areas. This blog post will delve into their key distinctions a...00
SSSmit Shahinshahsmit.hashnode.dev·Jun 2, 2024 · 3 min readInputing JSON in filebeatFilebeat is a lightweight log shipper from the Elastic Stack used to collect and forward logs from various sources. While it doesn't natively parse JSON data within log lines, you can configure it to handle JSON logs and send them for further process...00
SSSmit Shahinshahsmit.hashnode.dev·May 16, 2024 · 3 min readFilebeat - Log DissectStreamlining Log Parsing with Filebeat Dissect In log management, efficiently extracting valuable insights from raw log data is important. Filebeat, a part of the Elastic Stack, offers the dissect processor as a powerful tool to achieve this objectiv...00
SSSmit Shahinshahsmit.hashnode.dev·Jan 1, 2024 · 2 min readFilebeat Integration with Spring Boot ApplicationIn the preceding article, we explored Logstash's capability to ingest logs from a file. In this subsequent integration discussion, we will examine the comprehensive end-to-end integration process for handling logs. This process involves the local sto...00