Cassandra.Link
The best knowledge base on Apache Cassandra®
Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.
A collection of 6 posts
Cassandra open-source log analysis in Kibana, using filebeat, modeled in Docker
2/16/2024
I was recently asked to set up a solution for Cassandra open-source log analysis to include in an existing Elasticsearch-Logstash-Kibana (ELK) stack. After some research on more of the newer capabilit...
Cassandra Logs
11/4/2020
Cassandra has three main logs, the system.log, debug.log and gc.log which hold general logging messages, debugging logging messages, and java garbage collection logs respectively.These logs by default...
pythian/cassandra-elk
11/25/2019
The following is a model of setting up Cassandra logging for an existing ELK and Cassandra cluster. provision cluster Do the following from within the directory holding the docker-compose.yml file rel...
Pushing Cassandra logs into Elasticsearch
Alain RastoulNov 20, 2016 · 5 min readusing logback Logstash SocketAppender.In this first post about monitoring Cassandra with Elasticsearch, we will see how to send Cassandra logs into an Elasticsear...
Cassandra + Spark + Elk
Cassandra + Spark + Elk SlideShare Explore You Successfully reported this slideshow.Cassandra + Spark + ElkUpcoming SlideShareLoading in …5× ...
cassandra-log4j-appender
10/31/2017
README Cassandra appender for Log4j. Motivation and usage. ---------------------- Log4j is widely used as logging tool. A Cassandra implementation used in Asynchronous way as well a...