Richard Zhang163.hashnode.dev·Nov 15, 2024Elasticsearch Overview(1)- Benefits & ScenariosWhat is Elasticsearch? •Distributed search and analytics engine •Provides near real-time search and analytics for all types of data. •Whether you have structured or unstructured text, numerical data, or geospatial data. •Elasticsearch can efficientl...Discusselasticsearch
ze coutoprotocol-udp.hashnode.dev·Nov 12, 2024Simple and Easy Elastic SIEM LabIn this guide, I'll show you how to set up a home lab for Elastic Stack Security Information and Event Management (SIEM) using the Elastic web portal and a Kali Linux virtual machine (VM). You'll also learn how to create security events on the Kali V...Discuss·50 reads#cybersecurity
mohamed nasserdevnasser.hashnode.dev·Nov 8, 2024Boosting Kubernetes Logging and Monitoring with the EFK StackWant to dive deeper into your application logs and optimize your Kubernetes cluster's performance? The EFK stack—Elasticsearch, Fluentd, and Kibana—provides a robust solution for centralized logging, real-time monitoring, and efficient troubleshootin...DiscussEFK
Shobhit SharmaforSystemDesign.blogsystemdesign.blog·Nov 7, 2024Running ELK Stack in a Minikube Kubernetes Environment: The Ultimate GuideOverview of ELK Stack (Elasticsearch, Logstash, Kibana) The ELK Stack is a popular set of tools used for searching, analyzing, and visualizing log data in real time. It is widely used in logging, monitoring, and observability use cases. Elasticsearc...Discuss·52 readsELKelasticsearch
Vishwas Acharyavishwasacharya.hashnode.dev·Nov 4, 2024ELK Stack Overview (Elasticsearch, Logstash, and Kibana)Introduction to ELK Stack In today's digital age, data is everywhere. From app logs to server metrics, businesses are flooded with data from all angles. But how do we make sense of this data? How can we extract meaningful insights from millions of lo...Discusselk-stack
Prateek Bajpaielasticsearchwithdjango.hashnode.dev·Nov 3, 2024Employee Management API with ElasticSearch and DjangoThis Django application provides a RESTful API for managing employee data using Elasticsearch as the backend database. The API allows for searching, creating, and filtering employees based on various fields such as name, designation, gender, and age....Discuss·38 readselasticsearch
BladePipebladepipe.hashnode.dev·Oct 24, 2024A CDC Way to Sync Data from ElasticSearch to ElasticSearch with BladePipeElasticSearch is a popular search engine, part of the modern data stack alongside relational databases, caching, real-time data warehouses, and message-oriented middleware. While writing data to ElasticSearch is relatively straightforward, real-time ...Discuss·2 likeselasticsearch
Gyuhang Shimplto001.hashnode.dev·Oct 14, 2024Lambda vs Kappa Architecture in Data Pipeline (Korean)Lambda Architecture 구성 요소 Batch Layer 정기적으로 대량의 Historical Data 를 처리합니다. (예: Daily 또는 Hourly) 이를 통해 높은 정확도와 데이터 Completeness (완전성) 을 보장하며, 복잡한 Data 변환을 처리합니다. Speed Layer 실시간 Data 를 처리하여 low-latency 시간의 결과를 제공합니다. Batch Layer 가 동일한 Data 를 처리할...Discusskappa architecture
Sandeep Gokhalegokhale.hashnode.dev·Oct 9, 2024How to Install Elastic Search: A Step-by-Step GuideHow to install Elastic Search This is my first blog as a part of ELK stack series. As the first blog in this series, I’ll showing how to install Elastic Search, configure it, Start the service and get a response from it. Pre Requisites Elasticsearch ...Discusselasticsearch
Shubham Tawareshubzz.hashnode.dev·Oct 8, 2024The Power of Logging: Building a Seamless Pipeline with Fluentd, Elasticsearch, and KibanaIn today's data-driven world, effective logging is essential for monitoring applications, troubleshooting issues, and gaining insights into system performance. Logging refers to the practice of recording events, errors, and other significant activiti...Discuss·32 readsDevops