Shai AlmogforTalk to the Ducktalktotheduck.hashnode.net·Apr 4, 2022Logging Best Practices - MDC, Ingestion and ScaleI don't care about religious wars over "which logger is the best". They all have their issues. Having said that, the worst logger is probably the one built "in-house"... So yes, they suck, but re-inventing the wheel is probably far worse. Let's discu...Discuss·22 likes·4.2K readslogging
Yassine LASRIsynapticiel.hashnode.net·Dec 30, 2020Quick use case : Denormalizing data with logstashIf you want to load the following data into elasticsearch, you will need to make some changes so you can create interesting tranforms and visualizations in kibana The better would be to ingest data into elasticsearch with the following denormalized ...Discuss·10 likes·241 readslogstash
Lakshya Bansallakshyabansal.hashnode.net·Feb 8, 2022Introduction to Elasticsearch.Elasticsearch is an open-source, distributed full-text search engine based on the Apache Lucene library that can horizontally scale Lucene indices. Elasticsearch allows you to store, analyze and search a huge amount of data in near real-time. It is a...Discuss·8 likes·217 readselasticsearch
Meenal Jyotikameenaljyotika.hashnode.net·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...Discusselk
Naresh Changarapunaresh-devops.hashnode.net·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...Discusselasticsearch
MemgraphforMemgraphmemgraph.hashnode.net·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...Discusselasticsearch
Eugene KobyakovforOpenZiti Tech Blogopenziti.hashnode.net·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·1 like·2.8K readsOpenZiti SDK'szerotrust
Abhishek Singhmakeitsimple.hashnode.net·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·81 readsDocker
Smit Shahshahsmit.hashnode.net·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·35 readslogstash
Momchil Atanasovmokiat.hashnode.net·Nov 4, 2022Writing maintainable Logstash filtersWe can agree that Logstash is a powerful tool for log collection and processing. In fact, it’s design is so flexible, that it can be used for the processing of all sorts of data. With the various filter plugins it packs, one can easily extract struct...Discuss·26 readslogstash
Momchil Atanasovmokiat.hashnode.net·Nov 4, 2022Killing your Logstash performance with GrokYour team is developing the next generation software-as-a-service solution, which promises to revolutionize the software industry. You have been reading on all of the latest trends in cloud development — 12 factor apps, microservices, continuous depl...Discuss·26 readsgrok
Smit Shahshahsmit.hashnode.net·Oct 22, 2022Logstash x Kafka Integration Part 2In the previous post, we explored the in-build functionality of Kafka Inputs in Logstash bundle i.e. those are already available when you install Logstash. In this post, we will install plugins that are not available in the default bundle. Pre-requis...Discuss·5 likes·55 readslogstash
Smit Shahshahsmit.hashnode.net·Oct 14, 2022Logstash x Kafka IntegrationIn this article we will explore using existing plugins such as Kafka Input. In addition, this article will also share some of the open issues which we can track in elastic's discuss forum. Pre-requiste: Ensure Kafka is up and running, for me I am ru...Discuss·64 readslogstash