shahsmit.hashnode.devSingleStore 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,...Oct 5, 2024·3 min read
shahsmit.hashnode.devMongoDB 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...Jun 8, 2024·2 min read
shahsmit.hashnode.devInputing 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...Jun 2, 2024·3 min read
shahsmit.hashnode.devFilebeat - 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...May 16, 2024·3 min read
shahsmit.hashnode.devFilebeat 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...Jan 1, 2024·2 min read