Back

Explore Courses Blog Tutorials Interview Questions

Explore Tech Questions and Answers

Welcome to Intellipaat Community. Get your technical queries answered by top developers!

0 votes
3 views
by (750 points)
recategorized by
What is the difference between Log stash and Kafka? Which one is better and how?

1 Answer

+10 votes
by (10.5k points)

Kafka

  •     Kafka is used in real-time streaming data architectures for providing real-time analytics.
  •     Kafka is a scalable, durable, fast and fault tolerant publish-subsribe messaging system
  •     Kafka has higher throughput, replication and reliability characteristics.
  •     Kafka can be used as an input plugin
  •     Kafka can work with Spark Streaming, Flume/Flafka, Storm,  Flink, HBase and Spark
  •     Kafka is powerful than Logstash.


Logstash

  •     Logstash is an open-source, data processing pipeline that allows to collect data from a number of resources, transform it and send it on the desired location
  •     Logstash is a tool to collect, process and forward events and log messages.
  •     It has pre-built filters to transform common data-types, indexing them in elastic-search and start querying without building the custom data transformation pipelines
  •     It has flexible plugin architecture with over 200 plugins available on Github. You can also create one if none suits your requirements.

Related questions

0 votes
1 answer
0 votes
1 answer

Browse Categories

...