April 2018 Summaries
4 posts from Confluent
Filter
Month:
Year:
Post Summaries
Back to Blog
Kafka Summit London is a community-focused conference for data architects, engineers, DevOps professionals, and developers working on streaming systems. The event features technical discussions, sharing of experiences, best practices, and future planning for streaming technologies. For those unable to attend in person, keynotes will be live-streamed on YouTube, with recordings available afterward. Sponsors are acknowledged for their support, and the Program Committee is thanked for their role in selecting conference talks. The next event, Current 2024, will take place in Austin, Texas, focusing on Apache Kafka® and Apache Flink®. Confluent and Amazon Web Services (AWS) have collaborated to simplify cloud migration and management for government agencies using cloud services and data.
Apr 23, 2018
419 words in the original blog post.
Confluent Platform 4.1 is now available for download, offering an integrated and production-ready platform built on Apache Kafka®. Key updates include the production-ready streaming SQL engine KSQL, enhanced management capabilities with Confluent Control Center, improved multi-region data architectures with Confluent Replicator, new JMS source connectors, support for Avro serialized data and Confluent Schema Registry in .NET languages, message headers support for Python, Go, and C/C++ clients, Apache Kafka 1.1 enhancements, and systemd scripts for managing component processes. The platform is backed by subscription support and a free 30-day trial.
Apr 17, 2018
762 words in the original blog post.
The text discusses the process of building a streaming data pipeline using Apache Kafka, KSQL, and Slack for real-time notifications, specifically focusing on detecting suspicious login activities. KSQL is used to filter syslog data for invalid user login attempts, creating a derived stream that populates a Kafka topic. This topic is monitored by a Python script that sends push notifications to Slack, alerting users when certain thresholds of suspicious activity are met. The article demonstrates the utility of KSQL's aggregation capabilities for anomaly detection and outlines the process of integrating notifications with Slack using the Confluent Kafka Python client. Additionally, the text highlights the role of Confluent Control Center in monitoring Kafka clusters and data pipelines, showcasing its ability to provide insights into the health and performance of the streaming applications.
Apr 13, 2018
2,151 words in the original blog post.
sql
The logs from the system's syslog show various security-related events, including failed login attempts by users "oracle" and "test" from IP address 185.55.218.153, as well as notifications about the DPI (Deep Packet Inspection) system not being enabled. Additionally, there are hostapd events related to wireless network connections, including associations and disassociations, as well as kernel audit logs indicating denied apparmor operations.
Apr 05, 2018
282 words in the original blog post.