Skip to content

Instantly share code, notes, and snippets.

@cgswong
Created February 16, 2015 22:40
Show Gist options
  • Save cgswong/4bcfef14e167545e5dfa to your computer and use it in GitHub Desktop.
Save cgswong/4bcfef14e167545e5dfa to your computer and use it in GitHub Desktop.
confd example for Elasticsearch that does conditional templating
discovery.zen.ping.unicast.hosts: [{{ range $index, $server := getvs "/services/logging/es/host/*" }}{{if $index}}, {{end}}"{{$server.Value}}"{{ end }}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment