BigDataDZ commented on PR #278:
URL: https://github.com/apache/ranger/pull/278#issuecomment-1776800228
<property>
<name>xasecure.audit.destination.elasticsearch</name>
<value>true</value>
</property>
<property>
<name>xasecure.audit.destination.elasticsearch.urls</name>
<value>192.168.200.153</value>
</property>
<property>
<name>xasecure.audit.destination.elasticsearch.port</name>
<value>49249</value>
</property>
<property>
<name>xasecure.audit.destination.elasticsearch.protocol</name>
<value>http</value>
</property>
<property>
<name>xasecure.audit.destination.elasticsearch.user</name>
<value>elastic</value>
</property>
<property>
<name>xasecure.audit.destination.elasticsearch.password</name>
<value>19921020wcy</value>
</property>
<property>
<name>xasecure.audit.destination.elasticsearch.index</name>
<value>ranger</value>
</property>
<property>
<name>xasecure.audit.destination.elasticsearch.bootstrap.enabled</name>
<value>true</value>
</property>
This is the configuration file ranger admin site. xml in my ranger. Why can
ranger automatically create indexes for es, but when I create or delete users
in ranger, the operation log data is not written to es? Do I need to configure
anything else
--
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]