浏览代码

[DOCS] Add link to Elastic data stream naming scheme blog (#68449)

James Rodewig 4 年之前
父节点
当前提交
8b5154883e
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/reference/data-streams/set-up-a-data-stream.asciidoc

+ 4 - 0
docs/reference/data-streams/set-up-a-data-stream.asciidoc

@@ -109,6 +109,10 @@ For example, the {agent} uses the `logs-nginx.access-production` data
 stream to store data with a type of `logs`, a dataset of `nginx.access`, and a
 namespace of `production`. If you use the {agent} to ingest a log file, it
 stores the data in the `logs-generic-default` data stream.
+
+For more information about the naming scheme and its benefits, see our
+https://www.elastic.co/blog/an-introduction-to-the-elastic-data-stream-naming-scheme[An
+introduction to the Elastic data stream naming scheme] blog post.
 ****
 
 include::{es-repo-dir}/data-streams/data-streams.asciidoc[tag=timestamp-reqs]