The __nosecurity__ token is generated by the Elastic Search Connector. It is produced (correctly) when no acls reach the connector. This is why I asked you about the repository connection, because that connection is not producing any ACLs.
If you are crawling files in a file system, you must use the JCIFS connector if you want ACLs to be generated. The FileSystem connector does not generate ACLs. Karl On Thu, Jan 25, 2018 at 3:56 AM, Nikita Ahuja <[email protected]> wrote: > Hi Karl, > > > I have tried for ElasticSearch version 1.3.1 and 5.6.1 but still getting > this " __nosecurity__" token and for Repository connection File Sytem is > used and for Transformation "Tika Content Extractor" and Metadata > adjuster Connector is used. > > [image: Inline image 1] > > > > > > > Is there any other thing which I need to perform?? > > > Thanks and Regards, > Nikita > > On Thu, Jan 25, 2018 at 2:13 PM, Karl Wright <[email protected]> wrote: > >> Hi Nikita, >> >> You are getting the __nosecurity__ token value transmitted and stored, >> which means your Elastic Search setup is probably reasonable. >> >> Can you give us details about your pipeline? What repository connector >> is this? >> >> Karl >> >> >> On Thu, Jan 25, 2018 at 1:49 AM, Nikita Ahuja <[email protected]> >> wrote: >> >>> Hello, >>> >>> I am using ManifoldCF 2.8.1 and trying to access the files from >>> FileShare configured with the Active Directory and get the data in elastic >>> search index. >>> >>> For this steps followed are: >>> >>> >>> - An Authority Group is created under which Authority Connection and >>> Repository connection are created. >>> >>> >>> [image: Inline image 3] >>> >>> - And the elastic search is created as an Output Connector and a job >>> is created for the connection in which a transformation and metadata >>> connector is also linked in the >>> - Which is giving all the output except the access token values. >>> - [image: Inline image 1] >>> >>> >>> >>> Please guide to take appropriate steps for it so that I can get the >>> access tokens in the elastic search index. Hoping for the solution asap. >>> >>> >>> Thanks and Regards, >>> Nikita >>> >> >> >
