Re: Cassandra Data Audit

2016-02-25 Thread Jack Krupansky
gmail.com] > *Sent:* Wednesday, February 24, 2016 2:57 AM > *To:* user@cassandra.apache.org > *Subject:* Re: Cassandra Data Audit > > > > From > http://docs.datastax.com/en/datastax_enterprise/4.6/datastax_enterprise/sec/secAuditCassandraTableColumns.html > > > >

RE: Cassandra Data Audit

2016-02-24 Thread Charulata Sharma (charshar)
To: user@cassandra.apache.org Subject: Re: Cassandra Data Audit From http://docs.datastax.com/en/datastax_enterprise/4.6/datastax_enterprise/sec/secAuditCassandraTableColumns.html I guess you will not have the previous value that easy, yet all the operations seems to be logged, so looking for the

Re: Cassandra Data Audit

2016-02-24 Thread Alain RODRIGUEZ
From http://docs.datastax.com/en/datastax_enterprise/4.6/datastax_enterprise/sec/secAuditCassandraTableColumns.html I guess you will not have the previous value that easy, yet all the operations seems to be logged, so looking for the last insert operation on a specific partition should give you th

Re: Cassandra Data Audit

2016-02-24 Thread Raman Gugnani
Hi Alain, As per the document. Which column of the dse_audit.audit_log will hold the previous or new data. On Wed, Feb 24, 2016 at 3:59 PM, Alain RODRIGUEZ wrote: > Hi Charu, > > Are you using DSE or Open source Cassandra ? > > I never used it, but DSE brings a feature that seems to be what you

Re: Cassandra Data Audit

2016-02-24 Thread Alain RODRIGUEZ
Hi Charu, Are you using DSE or Open source Cassandra ? I never used it, but DSE brings a feature that seems to be what you are looking for --> http://docs.datastax.com/en/datastax_enterprise/4.6/datastax_enterprise/sec/secAuditingCassandraTable.html Never heard about such a thing in the Open sou

Cassandra Data Audit

2016-02-23 Thread Charulata Sharma (charshar)
To all Cassandra experts out there, Can you please let me know if there is any inbuilt Cassandra feature that allows audits on Column family data ? When I change any data in a CF, I want to record that change. Probably store the old value as well as the changed one. One way of doing