elasticsearch-curator: include the module in the module-list & fix bug
This commit is contained in:
parent
842000566b
commit
32200033a6
@ -623,6 +623,7 @@
|
|||||||
./services/scheduling/fcron.nix
|
./services/scheduling/fcron.nix
|
||||||
./services/scheduling/marathon.nix
|
./services/scheduling/marathon.nix
|
||||||
./services/search/elasticsearch.nix
|
./services/search/elasticsearch.nix
|
||||||
|
./services/search/elasticsearch-curator.nix
|
||||||
./services/search/hound.nix
|
./services/search/hound.nix
|
||||||
./services/search/kibana.nix
|
./services/search/kibana.nix
|
||||||
./services/search/solr.nix
|
./services/search/solr.nix
|
||||||
|
@ -12,7 +12,7 @@ let
|
|||||||
# not a Python "NoneType"
|
# not a Python "NoneType"
|
||||||
client:
|
client:
|
||||||
hosts: ${builtins.toJSON cfg.hosts}
|
hosts: ${builtins.toJSON cfg.hosts}
|
||||||
port: ${cfg.port}
|
port: ${toString cfg.port}
|
||||||
url_prefix:
|
url_prefix:
|
||||||
use_ssl: False
|
use_ssl: False
|
||||||
certificate:
|
certificate:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user