services.graylog.elasticsearchHosts

NixOS option

List of valid URIs of the http ports of your elastic nodes. If one or more of your elasticsearch hosts require authentication, include the credentials in each node URI that requires authentication

type: list of string
Default
[ ]
Example
[ "http://node1:9200" "http://user:password@node2:19200" ]
declared in: nixos/modules/services/logging/graylog.nixView source on NixOS/nixpkgs →