Tag

Auditing

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Apr 3, 2025 · Backend Development

Master Spring Boot 3 Entity Design: Best Practices & Real‑World Examples

This article walks through essential Spring Boot 3 JPA entity design techniques—including inheritance, primary‑key mapping, relationship handling, cascade operations, validation, auditing, DTO projection, and index creation—providing clear code examples and configuration tips for building robust, maintainable backend services.

AuditingEntity DesignHibernate
0 likes · 11 min read
Master Spring Boot 3 Entity Design: Best Practices & Real‑World Examples
Linux Ops Smart Journey
Linux Ops Smart Journey
Mar 31, 2025 · Cloud Native

How to Enable and Ship Kubernetes Audit Logs to Elasticsearch with Filebeat and Logstash

This guide walks through enabling Kubernetes auditing, configuring the API server and audit policy, collecting logs with Filebeat, forwarding them via Logstash to Elasticsearch, and visualizing the audit data in Kibana, providing a complete cloud‑native logging pipeline.

AuditingElasticsearchFilebeat
0 likes · 7 min read
How to Enable and Ship Kubernetes Audit Logs to Elasticsearch with Filebeat and Logstash
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Feb 25, 2025 · Backend Development

Mastering Spring Boot 3 Auditing: AOP, SpEL, Async & Batch Logging

This article introduces a Spring Boot 3 case collection with over 100 permanent examples and then provides a complete tutorial on implementing audit logging using Spring AOP, SpEL, asynchronous processing, custom annotations, JPA entities, and batch persistence to efficiently record operation details.

AOPAuditingJava
0 likes · 10 min read
Mastering Spring Boot 3 Auditing: AOP, SpEL, Async & Batch Logging
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Dec 19, 2023 · Backend Development

Mastering Auditing in Spring Data JPA: Step‑by‑Step Guide

This tutorial explains why auditing is essential, outlines the benefits such as data tracking, security, troubleshooting and compliance, and provides a complete Spring Data JPA implementation with code examples, testing procedures, and required dependencies.

AuditingJPAJava
0 likes · 6 min read
Mastering Auditing in Spring Data JPA: Step‑by‑Step Guide
Aikesheng Open Source Community
Aikesheng Open Source Community
Jun 7, 2022 · Databases

Implementing MySQL Auditing with init_connect, MariaDB Audit Plugin, and McAfee Audit Plugin

This article explains three practical methods for adding audit capabilities to MySQL 5.7—using the init_connect parameter to log user connections, installing the MariaDB server_audit plugin for detailed event logging, and deploying the McAfee audit plugin—while providing step‑by‑step commands, configuration examples, code snippets, and a comparison of advantages and drawbacks.

AuditingMariaDBMcAfee
0 likes · 27 min read
Implementing MySQL Auditing with init_connect, MariaDB Audit Plugin, and McAfee Audit Plugin
Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 21, 2020 · Databases

Auditing MySQL Operations with init_connect and Binlog Analysis

This article demonstrates how to audit MySQL user actions by configuring init_connect, creating an audit log table, enabling binlog, and analyzing binlog entries to identify the user and IP responsible for accidental table deletions.

AuditingDatabase OperationsMySQL
0 likes · 8 min read
Auditing MySQL Operations with init_connect and Binlog Analysis