From fde89dcddfa0e606420c10face52f298425b6511 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 6 Jul 2020 14:41:07 -0600 Subject: [PATCH] add links to line protocol tag information, closes #1151 --- content/v2.0/reference/key-concepts/data-elements.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/v2.0/reference/key-concepts/data-elements.md b/content/v2.0/reference/key-concepts/data-elements.md index 09f62a8b1..7fec5eaf8 100644 --- a/content/v2.0/reference/key-concepts/data-elements.md +++ b/content/v2.0/reference/key-concepts/data-elements.md @@ -83,11 +83,13 @@ Tags include tag keys and tag values that are stored as strings and metadata. ### Tag key The tag keys in the sample data are `location` and `scientist`. +_For information about tag key requirements, see [Line protocol – Tag set](/v2.0/reference/syntax/line-protocol/#tag-set)._ ### Tag value The tag key `location` has two tag values: `klamath` and `portland`. The tag key `scientist` also has two tag values: `anderson` and `mullen`. +_For information about tag value requirements, see [Line protocol – Tag set](/v2.0/reference/syntax/line-protocol/#tag-set)._ ### Tag set