Skip to content

Commit

Permalink
change description
Browse files Browse the repository at this point in the history
  • Loading branch information
steveny91 committed Sep 27, 2024
1 parent 4525053 commit 5cc0046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elastic/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ files:
- name: disable_legacy_service_check_tags
description: |
Disable the submission of the elasticsearch `host` and `port` as tags in service checks.
Submit them as `elastic_host` and `elastic_port` instead.
Submit them as `url` instead.
value:
type: boolean
display_default: false
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 @@ -136,7 +136,7 @@ instances:

## @param disable_legacy_service_check_tags - boolean - optional - default: false
## Disable the submission of the elasticsearch `host` and `port` as tags in service checks.
## Submit them as `elastic_host` and `elastic_port` instead.
## Submit them as `url` instead.
#
disable_legacy_service_check_tags: true

Expand Down

0 comments on commit 5cc0046

Please sign in to comment.