Skip to content

Commit

Permalink
minor fixes on services
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed Oct 17, 2018
1 parent e1dcaff commit f923b90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions DA-ITSI-TELEGRAF-KAFKA/default/itsi_service_template.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ entity_rules = [\
"field_type": "alias", \
"rule_type": "matches", \
"value": "*"\
}, \
{\
"field": "itsi_role", \
"field_type": "info", \
"rule_type": "matches", \
"value": "zookeeper"\
}\
]\
}\
Expand All @@ -29,6 +35,12 @@ entity_rules = [\
"field_type": "alias", \
"rule_type": "matches", \
"value": "*"\
}, \
{\
"field": "itsi_role", \
"field_type": "info", \
"rule_type": "matches", \
"value": "kafka_broker"\
}\
]\
}\
Expand Down
Binary file modified DA-ITSI-TELEGRAF-KAFKA_100.tgz
Binary file not shown.

0 comments on commit f923b90

Please sign in to comment.