itamae/cookbooks/fluentd/templates/etc/consul.d/service-td-agent.json.erb

8 lines
95 B
Plaintext
Raw Normal View History

2019-03-03 08:50:49 +00:00
{
"service": {
"name": "td-agent",
"tags": ["<%= @role %>"],
"port": 24224
}
}