Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update logs config service field to optional #7209

Merged
merged 5 commits into from
Aug 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion activemq/datadog_checks/activemq/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion airflow/datadog_checks/airflow/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion ambari/datadog_checks/ambari/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion apache/datadog_checks/apache/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion ceph/datadog_checks/ceph/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion consul/datadog_checks/consul/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion couch/datadog_checks/couch/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |
Set path if type is file.
Set channel_path if type is windows_event.
source - required - Attribute that defines which Integration sent the logs.
service - required - The name of the service that generates the log.
service - optional - The name of the service that generates the log.
Overrides any `service` defined in the `init_config` section.
tags - optional - Add tags to the collected logs.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ files:
- type: file
path: /var/log/{check_name}.log
source: {check_name}
service: <SERVICE>
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def test_section_example_indent():
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down Expand Up @@ -381,7 +381,7 @@ def test_section_example_indent_required():
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion druid/datadog_checks/druid/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion elastic/datadog_checks/elastic/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion envoy/datadog_checks/envoy/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion flink/datadog_checks/flink/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion gitlab/datadog_checks/gitlab/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ init_config:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion gunicorn/datadog_checks/gunicorn/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion hive/datadog_checks/hive/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion hivemq/datadog_checks/hivemq/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion ibm_mq/datadog_checks/ibm_mq/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion ignite/datadog_checks/ignite/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion kafka/datadog_checks/kafka/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion kong/datadog_checks/kong/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion marathon/datadog_checks/marathon/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion mongo/datadog_checks/mongo/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion mysql/datadog_checks/mysql/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion nginx/datadog_checks/nginx/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion postgres/datadog_checks/postgres/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion redisdb/datadog_checks/redisdb/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
2 changes: 1 addition & 1 deletion riak/datadog_checks/riak/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ instances:
## Set path if type is file.
## Set channel_path if type is windows_event.
## source - required - Attribute that defines which Integration sent the logs.
## service - required - The name of the service that generates the log.
## service - optional - The name of the service that generates the log.
## Overrides any `service` defined in the `init_config` section.
## tags - optional - Add tags to the collected logs.
##
Expand Down
Loading