This is an automated email from the ASF dual-hosted git repository.

bpatel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new d722786  RANGER-2836: Make Elasticsearch port and protocol properties 
configurable
d722786 is described below

commit d722786c8914e762ab1334d245855e0e440af5fe
Author: Bhavik Patel <[email protected]>
AuthorDate: Wed May 27 14:33:23 2020 +0530

    RANGER-2836: Make Elasticsearch port and protocol properties configurable
---
 hbase-agent/conf/ranger-hbase-audit-changes.cfg                  | 2 ++
 hbase-agent/scripts/install.properties                           | 2 ++
 hdfs-agent/conf/ranger-hdfs-audit-changes.cfg                    | 2 ++
 hdfs-agent/scripts/install.properties                            | 2 ++
 hive-agent/conf/ranger-hive-audit-changes.cfg                    | 2 ++
 hive-agent/scripts/install.properties                            | 2 ++
 kms/scripts/install.properties                                   | 2 ++
 knox-agent/conf/ranger-knox-audit-changes.cfg                    | 2 ++
 knox-agent/scripts/install.properties                            | 2 ++
 plugin-atlas/conf/ranger-atlas-audit-changes.cfg                 | 2 ++
 plugin-atlas/scripts/install.properties                          | 2 ++
 plugin-elasticsearch/conf/ranger-elasticsearch-audit-changes.cfg | 2 ++
 plugin-elasticsearch/scripts/install.properties                  | 2 ++
 plugin-kafka/conf/ranger-kafka-audit-changes.cfg                 | 2 ++
 plugin-kafka/scripts/install.properties                          | 2 ++
 plugin-kms/conf/ranger-kms-audit-changes.cfg                     | 2 ++
 plugin-kylin/conf/ranger-kylin-audit-changes.cfg                 | 2 ++
 plugin-kylin/scripts/install.properties                          | 2 ++
 plugin-ozone/conf/ranger-ozone-audit-changes.cfg                 | 2 ++
 plugin-ozone/scripts/install.properties                          | 2 ++
 plugin-presto/conf/ranger-presto-audit-changes.cfg               | 2 ++
 plugin-presto/scripts/install.properties                         | 2 ++
 plugin-solr/conf/ranger-solr-audit-changes.cfg                   | 2 ++
 plugin-solr/scripts/install.properties                           | 2 ++
 plugin-sqoop/conf/ranger-sqoop-audit-changes.cfg                 | 2 ++
 plugin-sqoop/scripts/install.properties                          | 2 ++
 plugin-yarn/conf/ranger-yarn-audit-changes.cfg                   | 2 ++
 plugin-yarn/scripts/install.properties                           | 2 ++
 security-admin/scripts/install.properties                        | 1 +
 storm-agent/conf/ranger-storm-audit-changes.cfg                  | 2 ++
 storm-agent/scripts/install.properties                           | 2 ++
 31 files changed, 61 insertions(+)

diff --git a/hbase-agent/conf/ranger-hbase-audit-changes.cfg 
b/hbase-agent/conf/ranger-hbase-audit-changes.cfg
index 084e3c1..0466ceb 100644
--- a/hbase-agent/conf/ranger-hbase-audit-changes.cfg
+++ b/hbase-agent/conf/ranger-hbase-audit-changes.cfg
@@ -61,6 +61,8 @@ xasecure.audit.destination.elasticsearch.urls                 
              %XAA
 xasecure.audit.destination.elasticsearch.user                                  
                   %XAAUDIT.ELASTICSEARCH.USER%                                 
                                  mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.password                              
                   %XAAUDIT.ELASTICSEARCH.PASSWORD%                             
                          mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.index                                 
                   %XAAUDIT.ELASTICSEARCH.INDEX%                                
                          mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.port                                  
           %XAAUDIT.ELASTICSEARCH.PORT%                                         
                  mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.protocol                              
                   %XAAUDIT.ELASTICSEARCH.PROTOCOL%                             
                          mod create-if-not-exists
 
 xasecure.audit.destination.hdfs                                           
%XAAUDIT.HDFS.ENABLE%                      mod create-if-not-exists
 xasecure.audit.destination.hdfs.batch.filespool.dir                
%XAAUDIT.HDFS.FILE_SPOOL_DIR%                      mod create-if-not-exists
diff --git a/hbase-agent/scripts/install.properties 
b/hbase-agent/scripts/install.properties
index 7311669..3c7f83b 100644
--- a/hbase-agent/scripts/install.properties
+++ b/hbase-agent/scripts/install.properties
@@ -67,6 +67,8 @@ XAAUDIT.ELASTICSEARCH.URL=NONE
 XAAUDIT.ELASTICSEARCH.USER=NONE
 XAAUDIT.ELASTICSEARCH.PASSWORD=NONE
 XAAUDIT.ELASTICSEARCH.INDEX=NONE
+XAAUDIT.ELASTICSEARCH.PORT=NONE
+XAAUDIT.ELASTICSEARCH.PROTOCOL=NONE
 
 # Enable audit logs to HDFS
 #Example
diff --git a/hdfs-agent/conf/ranger-hdfs-audit-changes.cfg 
b/hdfs-agent/conf/ranger-hdfs-audit-changes.cfg
index 3d13626..46f7bac 100644
--- a/hdfs-agent/conf/ranger-hdfs-audit-changes.cfg
+++ b/hdfs-agent/conf/ranger-hdfs-audit-changes.cfg
@@ -58,6 +58,8 @@ xasecure.audit.destination.elasticsearch.urls                 
              %XAA
 xasecure.audit.destination.elasticsearch.user                                  
                   %XAAUDIT.ELASTICSEARCH.USER%                                 
                                  mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.password                              
                   %XAAUDIT.ELASTICSEARCH.PASSWORD%                             
                          mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.index                                 
                   %XAAUDIT.ELASTICSEARCH.INDEX%                                
                          mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.port                                  
           %XAAUDIT.ELASTICSEARCH.PORT%                                         
                  mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.protocol                              
                   %XAAUDIT.ELASTICSEARCH.PROTOCOL%                             
                          mod create-if-not-exists
 
 xasecure.audit.destination.hdfs                                           
%XAAUDIT.HDFS.ENABLE%                      mod create-if-not-exists
 xasecure.audit.destination.hdfs.batch.filespool.dir                
%XAAUDIT.HDFS.FILE_SPOOL_DIR%                      mod create-if-not-exists
diff --git a/hdfs-agent/scripts/install.properties 
b/hdfs-agent/scripts/install.properties
index f5e99fd..dd8cc12 100644
--- a/hdfs-agent/scripts/install.properties
+++ b/hdfs-agent/scripts/install.properties
@@ -61,6 +61,8 @@ XAAUDIT.ELASTICSEARCH.URL=NONE
 XAAUDIT.ELASTICSEARCH.USER=NONE
 XAAUDIT.ELASTICSEARCH.PASSWORD=NONE
 XAAUDIT.ELASTICSEARCH.INDEX=NONE
+XAAUDIT.ELASTICSEARCH.PORT=NONE
+XAAUDIT.ELASTICSEARCH.PROTOCOL=NONE
 
 # Enable audit logs to HDFS
 #Example
diff --git a/hive-agent/conf/ranger-hive-audit-changes.cfg 
b/hive-agent/conf/ranger-hive-audit-changes.cfg
index 611a96e..5b32562 100644
--- a/hive-agent/conf/ranger-hive-audit-changes.cfg
+++ b/hive-agent/conf/ranger-hive-audit-changes.cfg
@@ -59,6 +59,8 @@ xasecure.audit.destination.elasticsearch.urls                 
              %XAA
 xasecure.audit.destination.elasticsearch.user                                  
                   %XAAUDIT.ELASTICSEARCH.USER%                                 
                                  mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.password                              
                   %XAAUDIT.ELASTICSEARCH.PASSWORD%                             
                          mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.index                                 
                   %XAAUDIT.ELASTICSEARCH.INDEX%                                
                          mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.port                                  
           %XAAUDIT.ELASTICSEARCH.PORT%                                         
                  mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.protocol                              
                   %XAAUDIT.ELASTICSEARCH.PROTOCOL%                             
                          mod create-if-not-exists
 
 xasecure.audit.destination.hdfs                                           
%XAAUDIT.HDFS.ENABLE%                      mod create-if-not-exists
 xasecure.audit.destination.hdfs.batch.filespool.dir                
%XAAUDIT.HDFS.FILE_SPOOL_DIR%                      mod create-if-not-exists
diff --git a/hive-agent/scripts/install.properties 
b/hive-agent/scripts/install.properties
index 223984d..46934ea 100644
--- a/hive-agent/scripts/install.properties
+++ b/hive-agent/scripts/install.properties
@@ -64,6 +64,8 @@ XAAUDIT.ELASTICSEARCH.URL=NONE
 XAAUDIT.ELASTICSEARCH.USER=NONE
 XAAUDIT.ELASTICSEARCH.PASSWORD=NONE
 XAAUDIT.ELASTICSEARCH.INDEX=NONE
+XAAUDIT.ELASTICSEARCH.PORT=NONE
+XAAUDIT.ELASTICSEARCH.PROTOCOL=NONE
 
 # Enable audit logs to HDFS
 #Example
diff --git a/kms/scripts/install.properties b/kms/scripts/install.properties
index 4d82121..979f646 100755
--- a/kms/scripts/install.properties
+++ b/kms/scripts/install.properties
@@ -174,6 +174,8 @@ XAAUDIT.ELASTICSEARCH.URL=NONE
 XAAUDIT.ELASTICSEARCH.USER=NONE
 XAAUDIT.ELASTICSEARCH.PASSWORD=NONE
 XAAUDIT.ELASTICSEARCH.INDEX=NONE
+XAAUDIT.ELASTICSEARCH.PORT=NONE
+XAAUDIT.ELASTICSEARCH.PROTOCOL=NONE
 
 # Enable audit logs to HDFS
 #Example
diff --git a/knox-agent/conf/ranger-knox-audit-changes.cfg 
b/knox-agent/conf/ranger-knox-audit-changes.cfg
index 0eb91ef..fd86717 100644
--- a/knox-agent/conf/ranger-knox-audit-changes.cfg
+++ b/knox-agent/conf/ranger-knox-audit-changes.cfg
@@ -59,6 +59,8 @@ xasecure.audit.destination.elasticsearch.urls                 
              %XAA
 xasecure.audit.destination.elasticsearch.user                                  
                   %XAAUDIT.ELASTICSEARCH.USER%                                 
                                  mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.password                              
                   %XAAUDIT.ELASTICSEARCH.PASSWORD%                             
                          mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.index                                 
                   %XAAUDIT.ELASTICSEARCH.INDEX%                                
                          mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.port                                  
           %XAAUDIT.ELASTICSEARCH.PORT%                                         
                  mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.protocol                              
                   %XAAUDIT.ELASTICSEARCH.PROTOCOL%                             
                          mod create-if-not-exists
 
 xasecure.audit.destination.hdfs                                           
%XAAUDIT.HDFS.ENABLE%                      mod create-if-not-exists
 xasecure.audit.destination.hdfs.batch.filespool.dir                
%XAAUDIT.HDFS.FILE_SPOOL_DIR%                      mod create-if-not-exists
diff --git a/knox-agent/scripts/install.properties 
b/knox-agent/scripts/install.properties
index a967bb2..d2cf393 100644
--- a/knox-agent/scripts/install.properties
+++ b/knox-agent/scripts/install.properties
@@ -59,6 +59,8 @@ XAAUDIT.ELASTICSEARCH.URL=NONE
 XAAUDIT.ELASTICSEARCH.USER=NONE
 XAAUDIT.ELASTICSEARCH.PASSWORD=NONE
 XAAUDIT.ELASTICSEARCH.INDEX=NONE
+XAAUDIT.ELASTICSEARCH.PORT=NONE
+XAAUDIT.ELASTICSEARCH.PROTOCOL=NONE
 
 # Enable audit logs to HDFS
 #Example
diff --git a/plugin-atlas/conf/ranger-atlas-audit-changes.cfg 
b/plugin-atlas/conf/ranger-atlas-audit-changes.cfg
index e73b495..7afb3a9 100644
--- a/plugin-atlas/conf/ranger-atlas-audit-changes.cfg
+++ b/plugin-atlas/conf/ranger-atlas-audit-changes.cfg
@@ -26,6 +26,8 @@ xasecure.audit.destination.elasticsearch.urls                 
              %XAA
 xasecure.audit.destination.elasticsearch.user                                  
                   %XAAUDIT.ELASTICSEARCH.USER%                                 
                                  mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.password                              
                   %XAAUDIT.ELASTICSEARCH.PASSWORD%                             
                          mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.index                                 
                   %XAAUDIT.ELASTICSEARCH.INDEX%                                
                          mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.port                                  
           %XAAUDIT.ELASTICSEARCH.PORT%                                         
                  mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.protocol                              
                   %XAAUDIT.ELASTICSEARCH.PROTOCOL%                             
                          mod create-if-not-exists
 
 #hdfs configuration
 xasecure.audit.destination.hdfs                                           
%XAAUDIT.HDFS.ENABLE%                      mod create-if-not-exists
diff --git a/plugin-atlas/scripts/install.properties 
b/plugin-atlas/scripts/install.properties
index ce952d5..4ce2e6e 100644
--- a/plugin-atlas/scripts/install.properties
+++ b/plugin-atlas/scripts/install.properties
@@ -63,6 +63,8 @@ XAAUDIT.ELASTICSEARCH.URL=NONE
 XAAUDIT.ELASTICSEARCH.USER=NONE
 XAAUDIT.ELASTICSEARCH.PASSWORD=NONE
 XAAUDIT.ELASTICSEARCH.INDEX=NONE
+XAAUDIT.ELASTICSEARCH.PORT=NONE
+XAAUDIT.ELASTICSEARCH.PROTOCOL=NONE
 
 # Enable audit logs to HDFS
 #Example
diff --git a/plugin-elasticsearch/conf/ranger-elasticsearch-audit-changes.cfg 
b/plugin-elasticsearch/conf/ranger-elasticsearch-audit-changes.cfg
index 39d7955..8b9fc5c 100644
--- a/plugin-elasticsearch/conf/ranger-elasticsearch-audit-changes.cfg
+++ b/plugin-elasticsearch/conf/ranger-elasticsearch-audit-changes.cfg
@@ -59,6 +59,8 @@ xasecure.audit.destination.elasticsearch.urls                 
              %XAA
 xasecure.audit.destination.elasticsearch.user                                  
                   %XAAUDIT.ELASTICSEARCH.USER%                                 
                                  mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.password                              
                   %XAAUDIT.ELASTICSEARCH.PASSWORD%                             
                          mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.index                                 
                   %XAAUDIT.ELASTICSEARCH.INDEX%                                
                          mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.port                                  
           %XAAUDIT.ELASTICSEARCH.PORT%                                         
                  mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.protocol                              
                   %XAAUDIT.ELASTICSEARCH.PROTOCOL%                             
                          mod create-if-not-exists
 
 xasecure.audit.destination.hdfs                                           
%XAAUDIT.HDFS.ENABLE%                      mod create-if-not-exists
 xasecure.audit.destination.hdfs.batch.filespool.dir                
%XAAUDIT.HDFS.FILE_SPOOL_DIR%                      mod create-if-not-exists
diff --git a/plugin-elasticsearch/scripts/install.properties 
b/plugin-elasticsearch/scripts/install.properties
index 2a22f54..dd56fcb 100644
--- a/plugin-elasticsearch/scripts/install.properties
+++ b/plugin-elasticsearch/scripts/install.properties
@@ -61,6 +61,8 @@ XAAUDIT.ELASTICSEARCH.URL=NONE
 XAAUDIT.ELASTICSEARCH.USER=NONE
 XAAUDIT.ELASTICSEARCH.PASSWORD=NONE
 XAAUDIT.ELASTICSEARCH.INDEX=NONE
+XAAUDIT.ELASTICSEARCH.PORT=NONE
+XAAUDIT.ELASTICSEARCH.PROTOCOL=NONE
 
 # Enable audit logs to HDFS
 #Example
diff --git a/plugin-kafka/conf/ranger-kafka-audit-changes.cfg 
b/plugin-kafka/conf/ranger-kafka-audit-changes.cfg
index 133d3a7..cb81199 100644
--- a/plugin-kafka/conf/ranger-kafka-audit-changes.cfg
+++ b/plugin-kafka/conf/ranger-kafka-audit-changes.cfg
@@ -52,6 +52,8 @@ xasecure.audit.destination.elasticsearch.urls                 
              %XAA
 xasecure.audit.destination.elasticsearch.user                                  
                   %XAAUDIT.ELASTICSEARCH.USER%                                 
                                  mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.password                              
                   %XAAUDIT.ELASTICSEARCH.PASSWORD%                             
                          mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.index                                 
                   %XAAUDIT.ELASTICSEARCH.INDEX%                                
                          mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.port                                  
           %XAAUDIT.ELASTICSEARCH.PORT%                                         
                  mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.protocol                              
                   %XAAUDIT.ELASTICSEARCH.PROTOCOL%                             
                          mod create-if-not-exists
 
 xasecure.audit.destination.hdfs                                           
%XAAUDIT.HDFS.ENABLE%                      mod create-if-not-exists
 xasecure.audit.destination.hdfs.batch.filespool.dir                
%XAAUDIT.HDFS.FILE_SPOOL_DIR%                      mod create-if-not-exists
diff --git a/plugin-kafka/scripts/install.properties 
b/plugin-kafka/scripts/install.properties
index 3764c3d..b24b5e9 100644
--- a/plugin-kafka/scripts/install.properties
+++ b/plugin-kafka/scripts/install.properties
@@ -62,6 +62,8 @@ XAAUDIT.ELASTICSEARCH.URL=NONE
 XAAUDIT.ELASTICSEARCH.USER=NONE
 XAAUDIT.ELASTICSEARCH.PASSWORD=NONE
 XAAUDIT.ELASTICSEARCH.INDEX=NONE
+XAAUDIT.ELASTICSEARCH.PORT=NONE
+XAAUDIT.ELASTICSEARCH.PROTOCOL=NONE
 
 # Enable audit logs to HDFS
 #Example
diff --git a/plugin-kms/conf/ranger-kms-audit-changes.cfg 
b/plugin-kms/conf/ranger-kms-audit-changes.cfg
index b140623..a5a669f 100644
--- a/plugin-kms/conf/ranger-kms-audit-changes.cfg
+++ b/plugin-kms/conf/ranger-kms-audit-changes.cfg
@@ -61,6 +61,8 @@ xasecure.audit.destination.elasticsearch.urls                 
              %XAA
 xasecure.audit.destination.elasticsearch.user                                  
                   %XAAUDIT.ELASTICSEARCH.USER%                                 
                                  mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.password                              
                   %XAAUDIT.ELASTICSEARCH.PASSWORD%                             
                          mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.index                                 
                   %XAAUDIT.ELASTICSEARCH.INDEX%                                
                          mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.port                                  
           %XAAUDIT.ELASTICSEARCH.PORT%                                         
                  mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.protocol                              
                   %XAAUDIT.ELASTICSEARCH.PROTOCOL%                             
                          mod create-if-not-exists
 
 xasecure.audit.destination.hdfs                                           
%XAAUDIT.HDFS.ENABLE%                      mod create-if-not-exists
 xasecure.audit.destination.hdfs.batch.filespool.dir                
%XAAUDIT.HDFS.FILE_SPOOL_DIR%                      mod create-if-not-exists
diff --git a/plugin-kylin/conf/ranger-kylin-audit-changes.cfg 
b/plugin-kylin/conf/ranger-kylin-audit-changes.cfg
index 39d7955..8b9fc5c 100644
--- a/plugin-kylin/conf/ranger-kylin-audit-changes.cfg
+++ b/plugin-kylin/conf/ranger-kylin-audit-changes.cfg
@@ -59,6 +59,8 @@ xasecure.audit.destination.elasticsearch.urls                 
              %XAA
 xasecure.audit.destination.elasticsearch.user                                  
                   %XAAUDIT.ELASTICSEARCH.USER%                                 
                                  mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.password                              
                   %XAAUDIT.ELASTICSEARCH.PASSWORD%                             
                          mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.index                                 
                   %XAAUDIT.ELASTICSEARCH.INDEX%                                
                          mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.port                                  
           %XAAUDIT.ELASTICSEARCH.PORT%                                         
                  mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.protocol                              
                   %XAAUDIT.ELASTICSEARCH.PROTOCOL%                             
                          mod create-if-not-exists
 
 xasecure.audit.destination.hdfs                                           
%XAAUDIT.HDFS.ENABLE%                      mod create-if-not-exists
 xasecure.audit.destination.hdfs.batch.filespool.dir                
%XAAUDIT.HDFS.FILE_SPOOL_DIR%                      mod create-if-not-exists
diff --git a/plugin-kylin/scripts/install.properties 
b/plugin-kylin/scripts/install.properties
index 0a8c5e6..46e012d 100644
--- a/plugin-kylin/scripts/install.properties
+++ b/plugin-kylin/scripts/install.properties
@@ -61,6 +61,8 @@ XAAUDIT.ELASTICSEARCH.URL=NONE
 XAAUDIT.ELASTICSEARCH.USER=NONE
 XAAUDIT.ELASTICSEARCH.PASSWORD=NONE
 XAAUDIT.ELASTICSEARCH.INDEX=NONE
+XAAUDIT.ELASTICSEARCH.PORT=NONE
+XAAUDIT.ELASTICSEARCH.PROTOCOL=NONE
 
 # Enable audit logs to HDFS
 #Example
diff --git a/plugin-ozone/conf/ranger-ozone-audit-changes.cfg 
b/plugin-ozone/conf/ranger-ozone-audit-changes.cfg
index c022c06..ee0f3ca 100644
--- a/plugin-ozone/conf/ranger-ozone-audit-changes.cfg
+++ b/plugin-ozone/conf/ranger-ozone-audit-changes.cfg
@@ -52,6 +52,8 @@ xasecure.audit.destination.elasticsearch.urls                 
              %XAA
 xasecure.audit.destination.elasticsearch.user                                  
                   %XAAUDIT.ELASTICSEARCH.USER%                                 
                                  mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.password                              
                   %XAAUDIT.ELASTICSEARCH.PASSWORD%                             
                          mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.index                                 
                   %XAAUDIT.ELASTICSEARCH.INDEX%                                
                          mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.port                                  
           %XAAUDIT.ELASTICSEARCH.PORT%                                         
                  mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.protocol                              
                   %XAAUDIT.ELASTICSEARCH.PROTOCOL%                             
                          mod create-if-not-exists
 
 xasecure.audit.destination.hdfs                                           
%XAAUDIT.HDFS.ENABLE%                      mod create-if-not-exists
 xasecure.audit.destination.hdfs.batch.filespool.dir                
%XAAUDIT.HDFS.FILE_SPOOL_DIR%                      mod create-if-not-exists
diff --git a/plugin-ozone/scripts/install.properties 
b/plugin-ozone/scripts/install.properties
index ac11749..91aceb0 100644
--- a/plugin-ozone/scripts/install.properties
+++ b/plugin-ozone/scripts/install.properties
@@ -62,6 +62,8 @@ XAAUDIT.ELASTICSEARCH.URL=NONE
 XAAUDIT.ELASTICSEARCH.USER=NONE
 XAAUDIT.ELASTICSEARCH.PASSWORD=NONE
 XAAUDIT.ELASTICSEARCH.INDEX=NONE
+XAAUDIT.ELASTICSEARCH.PORT=NONE
+XAAUDIT.ELASTICSEARCH.PROTOCOL=NONE
 
 # Enable audit logs to HDFS
 #Example
diff --git a/plugin-presto/conf/ranger-presto-audit-changes.cfg 
b/plugin-presto/conf/ranger-presto-audit-changes.cfg
index 133d3a7..cb81199 100644
--- a/plugin-presto/conf/ranger-presto-audit-changes.cfg
+++ b/plugin-presto/conf/ranger-presto-audit-changes.cfg
@@ -52,6 +52,8 @@ xasecure.audit.destination.elasticsearch.urls                 
              %XAA
 xasecure.audit.destination.elasticsearch.user                                  
                   %XAAUDIT.ELASTICSEARCH.USER%                                 
                                  mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.password                              
                   %XAAUDIT.ELASTICSEARCH.PASSWORD%                             
                          mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.index                                 
                   %XAAUDIT.ELASTICSEARCH.INDEX%                                
                          mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.port                                  
           %XAAUDIT.ELASTICSEARCH.PORT%                                         
                  mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.protocol                              
                   %XAAUDIT.ELASTICSEARCH.PROTOCOL%                             
                          mod create-if-not-exists
 
 xasecure.audit.destination.hdfs                                           
%XAAUDIT.HDFS.ENABLE%                      mod create-if-not-exists
 xasecure.audit.destination.hdfs.batch.filespool.dir                
%XAAUDIT.HDFS.FILE_SPOOL_DIR%                      mod create-if-not-exists
diff --git a/plugin-presto/scripts/install.properties 
b/plugin-presto/scripts/install.properties
index 1ead4fe..a44a2a8 100644
--- a/plugin-presto/scripts/install.properties
+++ b/plugin-presto/scripts/install.properties
@@ -61,6 +61,8 @@ XAAUDIT.ELASTICSEARCH.URL=NONE
 XAAUDIT.ELASTICSEARCH.USER=NONE
 XAAUDIT.ELASTICSEARCH.PASSWORD=NONE
 XAAUDIT.ELASTICSEARCH.INDEX=NONE
+XAAUDIT.ELASTICSEARCH.PORT=NONE
+XAAUDIT.ELASTICSEARCH.PROTOCOL=NONE
 
 # Enable audit logs to HDFS
 #Example
diff --git a/plugin-solr/conf/ranger-solr-audit-changes.cfg 
b/plugin-solr/conf/ranger-solr-audit-changes.cfg
index aad786a..b86ee96 100644
--- a/plugin-solr/conf/ranger-solr-audit-changes.cfg
+++ b/plugin-solr/conf/ranger-solr-audit-changes.cfg
@@ -53,6 +53,8 @@ xasecure.audit.destination.elasticsearch.urls                 
              %XAA
 xasecure.audit.destination.elasticsearch.user                                  
                   %XAAUDIT.ELASTICSEARCH.USER%                                 
                                  mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.password                              
                   %XAAUDIT.ELASTICSEARCH.PASSWORD%                             
                          mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.index                                 
                   %XAAUDIT.ELASTICSEARCH.INDEX%                                
                          mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.port                                  
           %XAAUDIT.ELASTICSEARCH.PORT%                                         
                  mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.protocol                              
                   %XAAUDIT.ELASTICSEARCH.PROTOCOL%                             
                          mod create-if-not-exists
 
 xasecure.audit.destination.hdfs                                           
%XAAUDIT.HDFS.ENABLE%                      mod create-if-not-exists
 xasecure.audit.destination.hdfs.batch.filespool.dir                
%XAAUDIT.HDFS.FILE_SPOOL_DIR%                      mod create-if-not-exists
diff --git a/plugin-solr/scripts/install.properties 
b/plugin-solr/scripts/install.properties
index 49533c1..a93f2ad 100644
--- a/plugin-solr/scripts/install.properties
+++ b/plugin-solr/scripts/install.properties
@@ -62,6 +62,8 @@ XAAUDIT.ELASTICSEARCH.URL=NONE
 XAAUDIT.ELASTICSEARCH.USER=NONE
 XAAUDIT.ELASTICSEARCH.PASSWORD=NONE
 XAAUDIT.ELASTICSEARCH.INDEX=NONE
+XAAUDIT.ELASTICSEARCH.PORT=NONE
+XAAUDIT.ELASTICSEARCH.PROTOCOL=NONE
 
 # Enable audit logs to HDFS
 #Example
diff --git a/plugin-sqoop/conf/ranger-sqoop-audit-changes.cfg 
b/plugin-sqoop/conf/ranger-sqoop-audit-changes.cfg
index 39d7955..8b9fc5c 100644
--- a/plugin-sqoop/conf/ranger-sqoop-audit-changes.cfg
+++ b/plugin-sqoop/conf/ranger-sqoop-audit-changes.cfg
@@ -59,6 +59,8 @@ xasecure.audit.destination.elasticsearch.urls                 
              %XAA
 xasecure.audit.destination.elasticsearch.user                                  
                   %XAAUDIT.ELASTICSEARCH.USER%                                 
                                  mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.password                              
                   %XAAUDIT.ELASTICSEARCH.PASSWORD%                             
                          mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.index                                 
                   %XAAUDIT.ELASTICSEARCH.INDEX%                                
                          mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.port                                  
           %XAAUDIT.ELASTICSEARCH.PORT%                                         
                  mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.protocol                              
                   %XAAUDIT.ELASTICSEARCH.PROTOCOL%                             
                          mod create-if-not-exists
 
 xasecure.audit.destination.hdfs                                           
%XAAUDIT.HDFS.ENABLE%                      mod create-if-not-exists
 xasecure.audit.destination.hdfs.batch.filespool.dir                
%XAAUDIT.HDFS.FILE_SPOOL_DIR%                      mod create-if-not-exists
diff --git a/plugin-sqoop/scripts/install.properties 
b/plugin-sqoop/scripts/install.properties
index 4dbc973..ffdfa6e 100644
--- a/plugin-sqoop/scripts/install.properties
+++ b/plugin-sqoop/scripts/install.properties
@@ -61,6 +61,8 @@ XAAUDIT.ELASTICSEARCH.URL=NONE
 XAAUDIT.ELASTICSEARCH.USER=NONE
 XAAUDIT.ELASTICSEARCH.PASSWORD=NONE
 XAAUDIT.ELASTICSEARCH.INDEX=NONE
+XAAUDIT.ELASTICSEARCH.PORT=NONE
+XAAUDIT.ELASTICSEARCH.PROTOCOL=NONE
 
 # Enable audit logs to HDFS
 #Example
diff --git a/plugin-yarn/conf/ranger-yarn-audit-changes.cfg 
b/plugin-yarn/conf/ranger-yarn-audit-changes.cfg
index 39d7955..8b9fc5c 100644
--- a/plugin-yarn/conf/ranger-yarn-audit-changes.cfg
+++ b/plugin-yarn/conf/ranger-yarn-audit-changes.cfg
@@ -59,6 +59,8 @@ xasecure.audit.destination.elasticsearch.urls                 
              %XAA
 xasecure.audit.destination.elasticsearch.user                                  
                   %XAAUDIT.ELASTICSEARCH.USER%                                 
                                  mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.password                              
                   %XAAUDIT.ELASTICSEARCH.PASSWORD%                             
                          mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.index                                 
                   %XAAUDIT.ELASTICSEARCH.INDEX%                                
                          mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.port                                  
           %XAAUDIT.ELASTICSEARCH.PORT%                                         
                  mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.protocol                              
                   %XAAUDIT.ELASTICSEARCH.PROTOCOL%                             
                          mod create-if-not-exists
 
 xasecure.audit.destination.hdfs                                           
%XAAUDIT.HDFS.ENABLE%                      mod create-if-not-exists
 xasecure.audit.destination.hdfs.batch.filespool.dir                
%XAAUDIT.HDFS.FILE_SPOOL_DIR%                      mod create-if-not-exists
diff --git a/plugin-yarn/scripts/install.properties 
b/plugin-yarn/scripts/install.properties
index a5ae529..051e00d 100644
--- a/plugin-yarn/scripts/install.properties
+++ b/plugin-yarn/scripts/install.properties
@@ -61,6 +61,8 @@ XAAUDIT.ELASTICSEARCH.URL=NONE
 XAAUDIT.ELASTICSEARCH.USER=NONE
 XAAUDIT.ELASTICSEARCH.PASSWORD=NONE
 XAAUDIT.ELASTICSEARCH.INDEX=NONE
+XAAUDIT.ELASTICSEARCH.PORT=NONE
+XAAUDIT.ELASTICSEARCH.PROTOCOL=NONE
 
 # Enable audit logs to HDFS
 #Example
diff --git a/security-admin/scripts/install.properties 
b/security-admin/scripts/install.properties
index 45e0a94..cb79d12 100644
--- a/security-admin/scripts/install.properties
+++ b/security-admin/scripts/install.properties
@@ -84,6 +84,7 @@ audit_store=solr
 # * audit_solr_url Elasticsearch Host(s). E.g. 127.0.0.1
 audit_elasticsearch_urls=
 audit_elasticsearch_port=
+audit_elasticsearch_protocol=
 audit_elasticsearch_user=
 audit_elasticsearch_password=
 
diff --git a/storm-agent/conf/ranger-storm-audit-changes.cfg 
b/storm-agent/conf/ranger-storm-audit-changes.cfg
index 39d7955..8b9fc5c 100644
--- a/storm-agent/conf/ranger-storm-audit-changes.cfg
+++ b/storm-agent/conf/ranger-storm-audit-changes.cfg
@@ -59,6 +59,8 @@ xasecure.audit.destination.elasticsearch.urls                 
              %XAA
 xasecure.audit.destination.elasticsearch.user                                  
                   %XAAUDIT.ELASTICSEARCH.USER%                                 
                                  mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.password                              
                   %XAAUDIT.ELASTICSEARCH.PASSWORD%                             
                          mod create-if-not-exists
 xasecure.audit.destination.elasticsearch.index                                 
                   %XAAUDIT.ELASTICSEARCH.INDEX%                                
                          mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.port                                  
           %XAAUDIT.ELASTICSEARCH.PORT%                                         
                  mod create-if-not-exists
+xasecure.audit.destination.elasticsearch.protocol                              
                   %XAAUDIT.ELASTICSEARCH.PROTOCOL%                             
                          mod create-if-not-exists
 
 xasecure.audit.destination.hdfs                                           
%XAAUDIT.HDFS.ENABLE%                      mod create-if-not-exists
 xasecure.audit.destination.hdfs.batch.filespool.dir                
%XAAUDIT.HDFS.FILE_SPOOL_DIR%                      mod create-if-not-exists
diff --git a/storm-agent/scripts/install.properties 
b/storm-agent/scripts/install.properties
index 9fcd959..d0c1baf 100644
--- a/storm-agent/scripts/install.properties
+++ b/storm-agent/scripts/install.properties
@@ -61,6 +61,8 @@ XAAUDIT.ELASTICSEARCH.URL=NONE
 XAAUDIT.ELASTICSEARCH.USER=NONE
 XAAUDIT.ELASTICSEARCH.PASSWORD=NONE
 XAAUDIT.ELASTICSEARCH.INDEX=NONE
+XAAUDIT.ELASTICSEARCH.PORT=NONE
+XAAUDIT.ELASTICSEARCH.PROTOCOL=NONE
 
 # Enable audit logs to HDFS
 #Example

Reply via email to