mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
f5510d7db3
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Noel Power <noel.power@suse.com>
15 lines
457 B
XML
15 lines
457 B
XML
<samba:parameter name="elasticsearch:port"
|
|
context="S"
|
|
type="integer"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>
|
|
Specifies the TCP port of the Elasticsearch server to use for Spotlight
|
|
queries when using the Elasticsearch backend.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">9200</value>
|
|
<value type="example">9201</value>
|
|
</samba:parameter>
|