[
https://issues.apache.org/jira/browse/RANGER-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ramesh Mani resolved RANGER-2326.
---------------------------------
Resolution: Fixed
> zoneName field is getting added with type "boolean" in Ranger Solr schema
> -------------------------------------------------------------------------
>
> Key: RANGER-2326
> URL: https://issues.apache.org/jira/browse/RANGER-2326
> Project: Ranger
> Issue Type: Bug
> Components: Ranger
> Affects Versions: 2.0.0
> Reporter: Mugdha Varadkar
> Assignee: Ramesh Mani
> Priority: Major
> Fix For: 2.0.0
>
>
> After upgrade to latest ranger master code having zone feature, below
> {{zoneName}} field gets added to manage-schema.
> {code:java}
> <field name="zoneName" type="boolean"/>{code}
> Because of this audit logs having {{zoneName}} value is getting set as
> "false".
>
> To get the actual value of the {{zoneName}} in audit logs, Need to manually
> uploaded the manage-schema having the expected field as below,
> {code:java}
> <field name="zoneName" type="key_lower_case" multiValued="false"/>{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)