services.graylog.elasticsearchHosts
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- Example
[ "http://node1:9200" "http://user:password@node2:19200" ]- Declared
- <nixpkgs/nixos/modules/services/logging/graylog.nix>