From 38e2d4bf9d8233256aba29ba6df51994b359d909 Mon Sep 17 00:00:00 2001 From: Kristin Barr Date: Thu, 30 Oct 2025 11:23:55 -0400 Subject: [PATCH] Update _index.md fixes typo "locations is" -> "location is" --- content/en/getting_started/agent/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting_started/agent/_index.md b/content/en/getting_started/agent/_index.md index 13e65a3c922c0..a1aabb398a8fc 100644 --- a/content/en/getting_started/agent/_index.md +++ b/content/en/getting_started/agent/_index.md @@ -180,7 +180,7 @@ Tags add an additional layer of metadata to your metrics and events. They allow For example, let's say you have data that is collected from different teams and you are only interested in seeing the metrics from team alpha, tagging those specific hosts with either the `team:alpha` or `team:bravo` tag gives you the ability to filter down to the metrics that are tagged with `team:alpha`. See [Getting Started with Tags][24] to learn more about tagging your data. -1. Locate your Agent's [main configuration file][25]. For Ubuntu, the file locations is `/etc/datadog-agent/datadog.yaml`. +1. Locate your Agent's [main configuration file][25]. For Ubuntu, the file location is `/etc/datadog-agent/datadog.yaml`. 2. In the `datadog.yaml` file, locate the `tags` parameter. Host-level tags can be set in the `datadog.yaml` configuration to apply tags on all metrics, traces and logs forwarded from this host.