mneethiraj commented on code in PR #1016:
URL: https://github.com/apache/ranger/pull/1016#discussion_r3409209203
##########
audit-server/audit-dispatcher/dispatcher-solr/src/main/resources/conf/ranger-audit-dispatcher-solr-site.xml:
##########
@@ -122,13 +122,21 @@
</property>
<!-- SOLR DESTINATION CONFIGURATION -->
+ <property>
+ <name>xasecure.audit.destination.solr.host</name>
+ <value>ranger-solr.rangernw</value>
+ <description><![CDATA[
+ FQDN for Kerberos SPNEGO to Solr (must match HTTP/<host>@REALM).
+ Rewrites xasecure.audit.destination.solr.urls hostname when they
differ.
+ ]]></description>
+ </property>
+
<property>
<name>xasecure.audit.destination.solr.urls</name>
<value>http://ranger-solr:8983/solr/ranger_audits</value>
Review Comment:
`ranger-solr` => `ranger-solr.rangernw`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]