From ad2bace3e7f9225f452145a13378afb72c7cf8ce Mon Sep 17 00:00:00 2001 From: aarshi Date: Mon, 27 Jan 2025 11:18:40 +0530 Subject: [PATCH 1/3] Migrate index : ranger audits --- atlas-hub/pre-conf/atlas-auth/atlas-atlas-audit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas-hub/pre-conf/atlas-auth/atlas-atlas-audit.xml b/atlas-hub/pre-conf/atlas-auth/atlas-atlas-audit.xml index 39dbcdc1c3..f473dc9a45 100755 --- a/atlas-hub/pre-conf/atlas-auth/atlas-atlas-audit.xml +++ b/atlas-hub/pre-conf/atlas-auth/atlas-atlas-audit.xml @@ -130,7 +130,7 @@ xasecure.audit.destination.elasticsearch.urls - logging-master.logging.svc.cluster.local + atlas-elasticsearch-master.atlas.svc.cluster.local xasecure.audit.destination.elasticsearch.index From 1d05d18f1f613a5540b1661af828d8fd4b3ae69e Mon Sep 17 00:00:00 2001 From: aarshi Date: Mon, 27 Jan 2025 12:46:17 +0530 Subject: [PATCH 2/3] disable rat --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 45bbee7382..3c58f88636 100644 --- a/pom.xml +++ b/pom.xml @@ -1843,6 +1843,9 @@ org.apache.maven.plugins maven-checkstyle-plugin 2.9.1 + + true + From 9609d04a975ac2b0e3f71ba0ea77f66dfc939436 Mon Sep 17 00:00:00 2001 From: aarshi Date: Mon, 27 Jan 2025 12:48:59 +0530 Subject: [PATCH 3/3] apply skip for rat plugin --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3c58f88636..7d3367cd39 100644 --- a/pom.xml +++ b/pom.xml @@ -1837,15 +1837,15 @@ org.apache.rat apache-rat-plugin 0.13 + + true + org.apache.maven.plugins maven-checkstyle-plugin 2.9.1 - - true -