{"id":16371605,"url":"https://github.com/ericsson/ecaudit","last_synced_at":"2025-08-19T19:08:01.957Z","repository":{"id":33049631,"uuid":"145960323","full_name":"Ericsson/ecaudit","owner":"Ericsson","description":"Ericsson Audit plug-in for Apache Cassandra","archived":false,"fork":false,"pushed_at":"2025-04-07T08:21:19.000Z","size":2147,"stargazers_count":44,"open_issues_count":22,"forks_count":36,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-07T08:32:26.271Z","etag":null,"topics":["audit","cassandra","hacktoberfest","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ericsson.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-24T07:49:45.000Z","updated_at":"2025-04-07T08:21:16.000Z","dependencies_parsed_at":"2023-10-12T15:32:10.324Z","dependency_job_id":"ea2822b2-a092-4137-b881-6b187552b612","html_url":"https://github.com/Ericsson/ecaudit","commit_stats":{"total_commits":317,"total_committers":12,"mean_commits":"26.416666666666668","dds":0.4037854889589906,"last_synced_commit":"f220ae7c898f7fc9419c256512306e88fbdbef73"},"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fecaudit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fecaudit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fecaudit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fecaudit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ericsson","download_url":"https://codeload.github.com/Ericsson/ecaudit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640462,"owners_count":20971557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audit","cassandra","hacktoberfest","java"],"created_at":"2024-10-11T03:09:00.656Z","updated_at":"2025-04-07T11:07:24.470Z","avatar_url":"https://github.com/Ericsson.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ecAudit\n\n[![tests](https://github.com/Ericsson/ecaudit/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/Ericsson/ecaudit/actions/workflows/test.yml?query=branch%3Amaster)\n[![coverage](https://codecov.io/gh/ericsson/ecaudit/branch/master/graph/badge.svg?token=f42z31Yqr3)](https://codecov.io/gh/Ericsson/ecaudit/branch/master)\n\nWith ecAudit you get auditing and query logger functionality for Apache Cassandra 3.0, 3.11, 4.0, 4.1 and 5.0.\n\nFeatures include:\n* Detailed audit records for CQL operations and login attempts\n* Customizable audit record format\n* Obfuscation of sensitive password information\n* Powerful filtering with centralized or local whitelists\n* Logger backends with SLF4J/Logback or Chronicle\n\nExample of audit records created by ecAudit:\n```\n15:42:41.644 - client:'127.0.0.1'|user:'cassandra'|status:'ATTEMPT'|operation:'INSERT INTO ecks.ectbl (partk, clustk, value) VALUES (?, ?, ?)[1, '1', 'valid']'\n15:42:41.646 - client:'127.0.0.1'|user:'cassandra'|status:'ATTEMPT'|operation:'SELECT * FROM ecks.ectbl WHERE partk = ?[1]'\n15:42:41.650 - client:'127.0.0.1'|user:'cassandra'|status:'ATTEMPT'|operation:'DELETE FROM ecks.ectbl WHERE partk = ?[1]'\n15:42:41.651 - client:'127.0.0.1'|user:'cassandra'|status:'ATTEMPT'|operation:'INSERT INTO ecks.ectbl (partk, clustk, value) VALUES (?, ?, ?)[2, '2', 'valid']'\n15:42:41.653 - client:'127.0.0.1'|user:'cassandra'|status:'ATTEMPT'|operation:'SELECT * FROM ecks.ectbl WHERE partk = ?[2]'\n15:42:41.655 - client:'127.0.0.1'|user:'cassandra'|status:'ATTEMPT'|operation:'DELETE FROM ecks.ectbl WHERE partk = ?[2]'\n```\n\nCheckout the detailed [description](doc/description.md) for a more comprehensive list of features, limitations and operational impact.\n\n\n## Getting Started\n\necAudit integrates with Apache Cassandra using its existing plug-in points.\n\n\n### Download\n\nOfficial releases of ecAudit can be downloaded from Maven Central.\nGet the ecAudit flavor for your Cassandra version.\n\n[![ecAudit for Cassandra 5.0.\u003clatest\u003e](https://img.shields.io/maven-central/v/com.ericsson.bss.cassandra.ecaudit/ecaudit_c5.0.svg?label=ecAudit%20for%20Cassandra%205.0.\u003clatest\u003e)](https://central.sonatype.com/search?q=g:com.ericsson.bss.cassandra.ecaudit%20AND%20a:ecaudit_c5.0)\n[![ecAudit for Cassandra 4.1.\u003clatest\u003e](https://img.shields.io/maven-central/v/com.ericsson.bss.cassandra.ecaudit/ecaudit_c4.1.svg?label=ecAudit%20for%20Cassandra%204.1.\u003clatest\u003e)](https://central.sonatype.com/search?q=g:com.ericsson.bss.cassandra.ecaudit%20AND%20a:ecaudit_c4.1)\n[![ecAudit for Cassandra 4.0.\u003clatest\u003e](https://img.shields.io/maven-central/v/com.ericsson.bss.cassandra.ecaudit/ecaudit_c4.0.svg?label=ecAudit%20for%20Cassandra%204.0.\u003clatest\u003e)](https://central.sonatype.com/search?q=g:com.ericsson.bss.cassandra.ecaudit%20AND%20a:ecaudit_c4.0)\n[![ecAudit for Cassandra 3.11.\u003clatest\u003e](https://img.shields.io/maven-central/v/com.ericsson.bss.cassandra.ecaudit/ecaudit_c3.11.svg?label=ecAudit%20for%20Cassandra%203.11.\u003clatest\u003e)](https://central.sonatype.com/search?q=g:com.ericsson.bss.cassandra.ecaudit%20AND%20a:ecaudit_c3.11)\n\nFor a detailed description of compatible Cassandra versions, refer to the [Cassandra Compatibility Matrix](doc/cassandra_compatibility.md).\n\n\n#### Maintenance\n\nThe following flavors of ecAudit are in maintenance mode and will get critical fixes, but no new features.\n\n[![ecAudit for Cassandra 3.0.\u003clatest\u003e](https://img.shields.io/maven-central/v/com.ericsson.bss.cassandra.ecaudit/ecaudit_c3.0.svg?label=ecAudit%20for%20Cassandra%203.0.\u003clatest\u003e)](https://central.sonatype.com/search?q=g:com.ericsson.bss.cassandra.ecaudit%20AND%20a:ecaudit_c3.0)\n\n\n#### Archive\n\nThe following flavors of ecAudit are no longer maintained.\n\n[![ecAudit for Cassandra 3.0.11](https://img.shields.io/maven-central/v/com.ericsson.bss.cassandra.ecaudit/ecaudit_c3.0.11.svg?label=ecAudit%20for%20Cassandra%203.0.11)](https://central.sonatype.com/search?q=g:com.ericsson.bss.cassandra.ecaudit%20AND%20a:ecaudit_c3.0.11)\n[![ecAudit for Cassandra 2.2.\u003clatest\u003e](https://img.shields.io/maven-central/v/com.ericsson.bss.cassandra.ecaudit/ecaudit_c2.2.svg?label=ecAudit%20for%20Cassandra%202.2)](https://central.sonatype.com/search?q=g:com.ericsson.bss.cassandra.ecaudit%20AND%20a:ecaudit_c2.2)\n\n\n### Setup\n\nInstall and configure ecAudit using the setup guide for your Cassandra version.\n\n* [ecAudit Setup Guide for Cassandra 5.0.\\\u003clatest\u003e](https://github.com/Ericsson/ecaudit/blob/master/doc/setup.md)\n* [ecAudit Setup Guide for Cassandra 4.1.\\\u003clatest\u003e](https://github.com/Ericsson/ecaudit/blob/release/c4.1/doc/setup.md)\n* [ecAudit Setup Guide for Cassandra 4.0.\\\u003clatest\u003e](https://github.com/Ericsson/ecaudit/blob/release/c4.0/doc/setup.md)\n* [ecAudit Setup Guide for Cassandra 3.11.\\\u003clatest\u003e](https://github.com/Ericsson/ecaudit/blob/release/c3.11/doc/setup.md)\n* [ecAudit Setup Guide for Cassandra 3.0.\\\u003clatest\u003e](https://github.com/Ericsson/ecaudit/blob/release/c3.0/doc/setup.md)\n\n\n### Upgrade\n\nUpgrade ecAudit using then upgrade guide for your Cassandra version\n\n* [ecAudit Upgrade Guide for Cassandra 5.0.\\\u003clatest\u003e](https://github.com/Ericsson/ecaudit/blob/master/UPGRADING.md)\n* [ecAudit Upgrade Guide for Cassandra 4.1.\\\u003clatest\u003e](https://github.com/Ericsson/ecaudit/blob/release/c4.1/UPGRADING.md)\n* [ecAudit Upgrade Guide for Cassandra 4.0.\\\u003clatest\u003e](https://github.com/Ericsson/ecaudit/blob/release/c4.0/UPGRADING.md)\n* [ecAudit Upgrade Guide for Cassandra 3.11.\\\u003clatest\u003e](https://github.com/Ericsson/ecaudit/blob/release/c3.11/UPGRADING.md)\n* [ecAudit Upgrade Guide for Cassandra 3.0.\\\u003clatest\u003e](https://github.com/Ericsson/ecaudit/blob/release/c3.0/UPGRADING.md)\n\n\n## Issues \u0026 Contributions\n\nReport an issue if you're having trouble to use ecAudit or have an idea for an improvement.\n\nWant to contribute to ecAudit?\nCheck out our [contribution guide](CONTRIBUTING.md).\n\n\n## Credits\n\nThe following developers have contributed to the ecAudit project:\n\n* Per Otterström\n* Tobias Eriksson\n* Laxmikant Upadhyay\n* Anuj Wadhera\n* Marcus Olsson\n* Ted Petersson\n* Pushpendra Rajpoot\n* Tommy Stendahl\n\n\n## License\n\nCopyright 2018-23 Telefonaktiebolaget LM Ericsson\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing,\nsoftware distributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,\neither express or implied.\nSee the License for the specific language governing permissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericsson%2Fecaudit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericsson%2Fecaudit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericsson%2Fecaudit/lists"}