gegtor
Explorer
- Joined
- Sep 16, 2017
- Messages
- 99
I see that after 3 years my suggestion was added https://jira.ixsystems.com/browse/NAS-100120?filter=-2
Now that TrueNAS 12.0 is out how would I go about enabling this?
wiki.samba.org
From what I understand I need Elasticsearch instance and set it up in aux parameters and then enable spotlight per share
And what else do I need?
Now that TrueNAS 12.0 is out how would I go about enabling this?
Spotlight with Elasticsearch Backend - SambaWiki
From what I understand I need Elasticsearch instance and set it up in aux parameters and then enable spotlight per share
Code:
[global] spotlight backend = elasticsearch elasticsearch:address = localhost elasticsearch:port = 9200 [share] ... spotlight = yes
And what else do I need?