New Release of ecAudit

2019-08-01 Thread Per Otterström
We are pleased to announce the release of ecAudit 2.1.0. The ecAudit plug-in enhance Cassandra 3.x with audit logging functionality. In this release we've added support for a high-performance logging backend based on Chronicle as well as added new logging parameters and configuration options. T

RE: CassKop : a Cassandra operator for Kubernetes developped by Orange

2019-05-27 Thread Per Otterström
Thanks for open-sourcing your work! Looks very promising. /pelle From: sebastien.allam...@orange.com Sent: den 27 maj 2019 08:13 To: user@cassandra.apache.org; attila.wind@swf.technology Subject: Re: CassKop : a Cassandra operator for Kubernetes developped by Orange Hello Atilla, The CassKop p

RE: Audit in C*

2019-03-14 Thread Per Otterström
With ecAudit you can get audit records for login attempts and queries on selected ks/tables. Currently there is no way to get audit records for rejected attempts/queries _only_, but that’s an interesting feature for future versions. The plug-in is free to use under the Apache 2.0 license and com

RE: Repair daily refreshed table

2018-08-20 Thread Per Otterström
Hi Maxim. Assuming all your update operations are successful and that you only delete data by TTL in that table, then you shouldn’t have to do repairs on it. You may also consider to lower the gc_grace_seconds value on that table, but you should be aware of how this impacts hints and logged bat