安全管理:polardb資料庫審計功能
1. 使用者登入與登出
polardb=# \! mkdir -p /home/polardb/polardb_audit
polardb=# \! chmod 700 /home/polardb/polardb_audit
polardb=# alter system set polar_comp_audit_directory = '/home/polardb/polardb_audit'; -- 設定審計日誌目錄
polardb=# alter system set polar_comp_audit='csv'; -- 開啟審計日誌
polardb=# alter system set polar_comp_audit_connect = 'all'; -- 審計使用者登入
polardb=# alter system set polar_comp_audit_disconnect = 'all'; -- 審計使用者登出
polardb=# show polar_comp_audit_filename; -- 審計日誌檔名
polardb=# select pg_reload_conf(); -- 載入配置生效
-- 測試使用者登入和登出
polardb@polardb-dev-> psql
psql (11.2.9)
Type "help" for help.
polardb=# \q
polardb@polardb-dev->
-- 檢視審計日誌
/home/polardb/polardb_audit/
2. SQL語句安全審計
polardb=# alter system set polar_comp_audit_statement = 'ddl,dml,error';
polardb=# select pg_reload_conf();
polardb=# create table t_audit(id number,info varchar2(20));
polardb=# alter table t_audit add column crt_time date;
polardb=# insert into t_audit values(1,'a',sysdate);
polardb=# insert into t_audit values(2,'b',sysdate);
polardb=# select * from t_audit;
polardb=# update t_audit set info='audit' where id=1;
polardb=# delete from t_audit where id=2;
-- 檢視審計日誌
/home/polardb/polardb_audit/
3. 資料庫啟停審計
pg_ctl restart -m fast
-- 檢視審計日誌
/home/polardb/polardb_audit/
4. 使用者鎖定與解鎖審計
polardb=# set log_statement = 'all';
polardb=# show log_statement;
polardb=# alter user xjdba account lock;
polardb=# \c polardb xjdba
polardb=# alter user xjdba account unlock;
polardb=# \c polardb xjdba
-- 檢視審計日誌
/home/polardb/polardb_audit/
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28833846/viewspace-2734558/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 資料庫安全審計在資料安全中的功能資料庫
- PolarDB資料庫LVM管理配置資料庫LVM
- 開啟mysql 資料庫審計功能。MySql資料庫
- Oracle資料庫審計功能介紹Oracle資料庫
- 美創資料庫審計助力中原銀行資料安全建設資料庫
- 拍拍貸資料庫審計資料庫
- MySQL資料庫審計系統MySql資料庫
- openGauss 設定資料庫審計資料庫
- Oracle資料庫遷移至PolarDb(阿里雲資料庫)Oracle資料庫阿里
- 資料庫審計技術進化資料庫
- 管理SQL Server資料庫安全SQLServer資料庫
- AI輔助資料庫設計評審AI資料庫
- PolarDB 資料庫效能大賽 Java 分享資料庫Java
- Polardb-O資料庫歸檔配置資料庫
- 構建安全護盾:HarmonyOS 應用的資料安全審計與日誌管理實戰
- mysql 5.7新增server_audit 安全審計功能MySqlServer
- 快速建立POLARDB for PostgreSQL資料庫叢集教程SQL資料庫
- 美創資料庫安全審計DAS透過IPv6 Ready Logo認證資料庫Go
- limanmanExp資料庫審計設計思路與重要程式碼資料庫
- 【YashanDB知識庫】資料庫審計shutdown immediate操作導致資料庫異常退出資料庫
- 某銀行私有云資料庫審計專案資料庫
- PolarDB資料庫效能大賽Java選手分享資料庫Java
- 第一屆天池 PolarDB 資料庫效能大賽資料庫
- 資料庫設計——評論回覆功能資料庫
- 安全管理:polardb密碼嘗試登入控制密碼
- Polardb資料庫掛庫後,如何恢復主備關係資料庫
- 資料庫審計是什麼意思?作用是什麼?資料庫
- 把雲資料庫帶回家!阿里雲釋出POLARDB Box資料庫一體機資料庫阿里
- 資料安全治理及審計合規的最佳實踐XX
- 重磅 | 把雲資料庫帶回家!阿里雲釋出POLARDB Box資料庫一體機資料庫阿里
- 阿里雲PolarDB-X資料庫透過分散式資料庫金融標準驗證阿里資料庫分散式
- 資料庫審計為何淪為殭屍級應用?資料庫
- 阿里雲原生資料庫POLARDB壓力測試報告阿里資料庫測試報告
- 阿里雲Polardb國產資料庫高可用部署實踐阿里資料庫
- 新版《網路安全審查辦法》施行,資料安全納入審查範圍
- 資料庫PostrageSQL-管理資料庫資料庫SQL
- Oracle資料庫使用者安全策略功能介紹Oracle資料庫
- 銀聯分散式資料庫安全設計分散式資料庫