Skip to content

Commit

Permalink
DDS: Update README Links Bind9 (#2574)
Browse files Browse the repository at this point in the history
* Update links in readme

* Update link for timezone steps in readme
  • Loading branch information
tirthrajchaudhari-crest authored Dec 23, 2024
1 parent 9fd8e04 commit 15f9580
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions bind9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Linux command
category <example-category> { <example_channel>; };
}
```
**NOTE**: Recommended value for `print-time` is `iso8601-utc` because datadog expects all logs to be in the UTC time zone by default. If the timezone of your Bind 9 logs is not UTC please make sure to follow [the steps for using a different time zone](#timezone-steps). Also, [check the categories defined by Bind 9][16].
**NOTE**: Recommended value for `print-time` is `iso8601-utc` because datadog expects all logs to be in the UTC time zone by default. If the timezone of your Bind 9 logs is not UTC please make sure to follow [the steps for using a different time zone][21]. Also, [check the categories defined by Bind 9][16].
Example logging channel:
```
Expand Down Expand Up @@ -71,7 +71,7 @@ Linux command
category <example-category> { <example_channel>; };
}
```
**NOTE**: Recommended value for `print-time` is `iso8601-utc` because Datadog expects all logs to be in the UTC time zone by default. If the timezone of your Bind 9 logs is not UTC please make sure to follow [the steps for using a different time zone](#timezone-steps). Also, [check the categories defined by Bind 9][16].
**NOTE**: Recommended value for `print-time` is `iso8601-utc` because Datadog expects all logs to be in the UTC time zone by default. If the timezone of your Bind 9 logs is not UTC please make sure to follow [the steps for using a different time zone][21]. Also, [check the categories defined by Bind 9][16].
Example logging channel:
```
Expand Down Expand Up @@ -103,7 +103,7 @@ Linux command
#### Metric collection
1. Edit the `bind9.d/conf.yaml` file in the `conf.d/` folder at the root of your [Agent's configuration directory][7] to start collecting your Bind 9 [metrics](#metrics). See the [sample bind9.d/conf.yaml][8] for all available configuration options.
1. Edit the `bind9.d/conf.yaml` file in the `conf.d/` folder at the root of your [Agent's configuration directory][7] to start collecting your Bind 9 [metrics][20]. See the [sample bind9.d/conf.yaml][8] for all available configuration options.
```yaml
init_config:
Expand Down Expand Up @@ -226,4 +226,6 @@ For any further assistance, contact [Datadog support][13].
[16]: https://downloads.isc.org/isc/bind9/9.18.29/doc/arm/html/reference.html#namedconf-statement-category
[17]: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
[18]: https://docs.datadoghq.com/agent/guide/agent-commands/#agent-status-and-information
[19]: https://www.isc.org/bind/
[19]: https://www.isc.org/bind/
[20]: https://docs.datadoghq.com/integrations/bind9/#metrics
[21]: https://docs.datadoghq.com/integrations/bind9/#timezone-steps

0 comments on commit 15f9580

Please sign in to comment.