I'm identifying search solutions that can crawl Windows SMB file shares and expose the search results through an API (with security trimming). So far, it seems like SharePoint and Elastic Search can handle this. But are there other possible solutions?
Asked
Active
Viewed 2,234 times
1 Answers
3
this tool (a filesystem indexer that useses Elasticsearch as a backend) is made specifically for this use case: https://github.com/shirosaidev/diskover
You could - for example - create a Linux machine, mount the SMB share there as read-only and let Diskover index that path.

Chris
- 567
- 6
- 24