summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/misc/elasticsearchaddress.xml
blob: 61125461a91c021726219906d05560e1c873aa2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<samba:parameter name="elasticsearch:address"
                 context="S"
                 type="string"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
  <description>
    <para>
      Specifies the name of the Elasticsearch server to use for Spotlight
      queries when using the Elasticsearch backend.
    </para>
  </description>

  <value type="default">localhost</value>
  <value type="example">needle.haystack.samba.org</value>
</samba:parameter>