Taner Metintanerjn.hashnode.dev·18 minutes agoHow -not - to set up ELK stackThe way I configure should not give you an idea of how still I recommend you read as you can learn from others' mistakes. First of all, my local network is a mess, I need a touch(no one else than me and it will be soon). Until then I'll find my way...Discusselasticsearch
Ambuz Ranjanambuzrnjn33.hashnode.dev·Aug 25, 2023The Importance of Logging in DevOpsIn the labyrinth of DevOps, where swift releases and robust systems are crucial, logging stands as a beacon of clarity. Let's explore this intricate realm, dissecting every minute detail of logging in DevOps. Example: Imagine being aboard a giant shi...Discuss·34 readsDevops
Rao Waqas Akramraowaqasakram.hashnode.dev·May 27, 2023Shipping Ruby Application logs to Logstash - ELKIntroduction Logstash and the ELK stack (Elasticsearch, Logstash, and Kibana) are powerful tools for log management and analysis. They provide a robust solution for collecting, processing and visualizing logs from various sources. In this article, we...Discuss·74 readsRuby
Adam Brodziakadambrodziak.pl·May 7, 2023Log retention in ELK stackDevelopers kept complaining that they can't find recent logs in Kibana. It happened before for many reasons (worthy of another post), but this time was different. There was no evident problem with the log structure or FluentD log shipper anymore. We'...Discuss·274 readslogstash
Meenal Jyotikameenaljyotika.hashnode.dev·Apr 13, 2023Understanding ELKE = Elasticsearch Elasticsearch is one of the most popular search engines. It is perfect for storing unstructured data, then retrieving data when needed with blazing speed via its search engine capabilities built on Apache Lucene. It is commonly u...Discuss·17 likes·34 readselk
Naresh Changarapunaresh-devops.hashnode.dev·Apr 6, 2023Installing and configuring ELASTIC-STACK (Elasticsearch, Logstash, Beat &Kibana) on Amazon-linuxPlease find all about the continuous monitoring using ELK and installation of elastic search, logstash, filebeat and kibana on ubuntu at https://naresh-devops.hashnode.dev/continuous-monitoring-using-elk ELK stack - Logging and Monitoring Tool Conti...Discuss·71 readselasticsearch
MemgraphforMemgraphmemgraph.hashnode.dev·Apr 3, 2023Synchronize Data Between Memgraph Graph Database and ElasticsearchAlmost every company today has some kind of database as a single source of truth. Graph databases proved to be useful in almost every industry you know about. They excel in the modeling process since the graph model can naturally map business scenari...Discuss·29 readselasticsearch
Eugene KobyakovforOpenZiti Tech Blogblog.openziti.io·Jan 9, 2023Zero Trust monitoring with OpenZitiIntro Monitoring is very important in today's technology world. It allows system administrators to detect early signs of failures and security breaches, and address them before they cause outages improve resource utilization reduce time spent on a...Discuss·3 likes·3.1K readsOpenZiti SDK'szerotrust
Abhishek Singhmakeitsimple.hashnode.dev·Jan 2, 2023Streamline Your Data Workflow with Docker and ELKThe Elastic stack, or ELK for short, is a collection of tools that will turn you into a data wizard in no time! Whether you need to store, search, or analyze your data, ELK has you covered. First up, we have Elasticsearch. This bad boy is a distribut...Discuss·5 likes·186 readsDocker
Smit Shahshahsmit.hashnode.dev·Dec 17, 2022Logstash x Kafka Integration Part 3In this write-up, we will be exploring how to write to Kafka. In Logstash, you can not only read from Kafka (which we already saw in previous parts) but write to Kafka also. Ensure the below is already setup: Kafka Setup Logstash Up and Running B...Discuss·46 readslogstash