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