diff --git a/kong/datadog_checks/kong/data/conf.yaml.example b/kong/datadog_checks/kong/data/conf.yaml.example index edc900e44b6b3..e128dafccfad1 100644 --- a/kong/datadog_checks/kong/data/conf.yaml.example +++ b/kong/datadog_checks/kong/data/conf.yaml.example @@ -22,16 +22,14 @@ instances: # - : ## Log section (Available for Agent >=6.0) +## - type : (mandatory) type of log input source (tcp / udp / file) +## port / path : (mandatory) Use port for types tcp or udp. Use path for type file. +## service : (mandatory) name of the service owning the log +## source : (mandatory) attribute that defines which integration is sending the logs +## sourcecategory : (optional) Multiple value attribute used to refine the source attribute. +## tags: (optional) Add tags to each log collected. #logs: - - ## - type : (mandatory) type of log input source (tcp / udp / file) - ## port / path : (mandatory) Use port for types tcp or udp. Use path for type file. - ## service : (mandatory) name of the service owning the log - ## source : (mandatory) attribute that defines which integration is sending the logs - ## sourcecategory : (optional) Multiple value attribute used to refine the source attribute. - ## tags: (optional) Add tags to each log collected. - # - type: file # path: /var/log/nginx/access.log # service: webapp