Secure search of Windows trusted domains

To enforce document-level security for remote Windows file systems, the Watson Explorer Content Analytics system supports access control list (ACL) verification across trusted domains.

Configuring the crawler

To configure the Windows file system crawler to support trusted domains, you must specify options in a new configuration file. There is no support for configuring this capability in the administration console.
  1. To support the document-level security across trusted Windows domains, edit the following file:
    ES_NODE_ROOT/master_config/session_ID/winfscrawler_ext.xml
    Tip: To determine the session ID for the Windows file system crawler that you want to configure, you can monitor the crawler details in the administration console or use the esadmin report collections command.
  2. Specify the Windows domain name and the NETBIOS name of the Active Directory. For example:
    <ExtendedProperties>
      <SetAttribute XPath="/Crawler/DataSources/Server/Target" 
       Name="Domain">ExampleCo.com
      </SetAttribute>
      <SetAttribute XPath="/Crawler/DataSources/Server/Target" 
       Name="NetBIOSDomain>EXC1
      </SetAttribute>
    </ExtendedProperties>
  3. Stop and restart the crawler for the changes to become effective.

Restrictions