Skip to content

Commit

Permalink
Refactoring logs parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gus committed Jan 21, 2019
1 parent 4927a06 commit a3c4bb4
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions kong/datadog_checks/kong/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,14 @@ instances:
# - <KEY_2>:<VALUE_2>

## 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
Expand Down

0 comments on commit a3c4bb4

Please sign in to comment.