VOOZH about

URL: https://www.javacodegeeks.com/tag/logstash

⇱ Logstash Archives - Java Code Geeks


  • Software Development👁 Image
    Yatin BatraDecember 25th, 2024
    0 471

    Logstash vs. Kafka

    As organizations increasingly adopt modern data architectures, two tools often considered for data pipelines are Logstash and Apache Kafka. While…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Ioannis KostarasFebruary 27th, 2021
    0 502

    Processing real-time data with Storm, Kafka and ElasticSearch – Part 4

    1. Introduction In the third part of this series of articles about real-time stream processing we learned how to import…

    Read More »
  • DevOps👁 Image
    Arpit AggarwalDecember 18th, 2015
    1 305

    Configuring Logstash with Filebeat

    In post Configuring ELK stack to analyse Apache Tomcat logs  we configured Logstash to pull data from directory whereas in…

    Read More »
  • Enterprise Java👁 Image
    Florian HopfAugust 2nd, 2015
    0 251

    ActiveMQ as a Message Broker for Logstash

    When scaling Logstash it is common to add a message broker that is used to temporarily buffer incoming messages before…

    Read More »
  • Software Development👁 Image
    Steve AshJune 11th, 2015
    2 306

    Using ELK (elasticsearch + logstash + kibana) to aggregate cassandra and spark logs

    On one of my current projects we are using Cassandra and Spark Streaming to do some somewhat-close-to-real time analytics. The…

    Read More »
  • DevOps👁 Image
    Iris ShoorApril 11th, 2015
    3 296

    Log Management Tools Face-Off: Splunk vs. Logstash vs. Sumo Logic

    What are the main trade-offs between the leading log management tools and how to choose the one that’s right for…

    Read More »
  • DevOps👁 Image
    Enrico CrisostomoJune 25th, 2014
    0 151

    Installing Logstash v 1.4 (and Greater) on FreeBSD

    In a previous post I described how to install Logstash (v. 1.3 and previous) on FreeBSD and in this post…

    Read More »
  • Software Development👁 Image
    Florian HopfJune 23rd, 2014
    4 96

    An Alternative to the Twitter River – Index Tweets in Elasticsearch with Logstash

    For some time now I’ve been using the Elasticsearch Twitter river for streaming conference tweets to Elasticsearch. The river runs…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoFebruary 25th, 2013
    11 227

    Your logs are your data: logstash + elasticsearch

    Topic of today’s post stays a bit aside from day-to-day coding and development but nonetheless covers a very important subject:…

    Read More »
Back to top button
Close