This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 64ec675caa [INLONG-8339][DataProxy][Agent] Enable audit by default in
DataProxy and Agent (#8340)
64ec675caa is described below
commit 64ec675caa7c2a84c41962dbee1cfccc2bffabe4
Author: xuesongxs <[email protected]>
AuthorDate: Wed Jun 28 12:44:31 2023 +0800
[INLONG-8339][DataProxy][Agent] Enable audit by default in DataProxy and
Agent (#8340)
---
inlong-agent/conf/agent.properties | 2 +-
inlong-dataproxy/conf/common.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/inlong-agent/conf/agent.properties
b/inlong-agent/conf/agent.properties
index e8dfd5911e..45031e3e4f 100755
--- a/inlong-agent/conf/agent.properties
+++ b/inlong-agent/conf/agent.properties
@@ -102,6 +102,6 @@ agent.prometheus.exporter.port=9080
# audit config
############################
# whether to enable audit
-audit.enable=false
+audit.enable=true
# audit proxy address
audit.proxys=127.0.0.1:10081
diff --git a/inlong-dataproxy/conf/common.properties
b/inlong-dataproxy/conf/common.properties
index 8b16900c2a..d622c345af 100644
--- a/inlong-dataproxy/conf/common.properties
+++ b/inlong-dataproxy/conf/common.properties
@@ -38,6 +38,6 @@ metricDomains.DataProxy.snapshotInterval=60000
prometheusHttpPort=9081
# whether to enable audit
-audit.enable=false
+audit.enable=true
# audit proxy address
audit.proxys=127.0.0.1:10081