From 61955a4fb86948e1f120626f922d5c92ee1327aa Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Mon, 21 Mar 2022 14:12:41 -0500 Subject: [PATCH] Replace "index patterns" with `data-source` shared attribute (#1671) * replace index patterns with data-source shared attribute fix case fix copy-paste error * address @dedemorton's initial feedback * Update docs/en/integrations/package-spec.asciidoc --- data-streams.asciidoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/data-streams.asciidoc b/data-streams.asciidoc index ef51546ac6..1333d9d5e3 100644 --- a/data-streams.asciidoc +++ b/data-streams.asciidoc @@ -39,7 +39,8 @@ and another dataset for disk I/O metrics with a field describing the number of b A user-configurable arbitrary grouping, such as an environment (`dev`, `prod`, or `qa`), a team, or a strategic business unit. A `namespace` can be up to 100 bytes in length (multibyte characters will count toward this limit faster). -Using a namespace makes it easier to search the data from a given source by using index patterns, or to give users permissions to data by assigning an index pattern to user roles. +Using a namespace makes it easier to search data from a given source by using a matching pattern. +You can also use matching patterns to give users access to data when creating user roles. // Corresponds to the `data_stream.dataset` field. The naming scheme separates each components with a `-` character: @@ -76,10 +77,10 @@ Under the hood though, things are a bit more complex. All of the juicy details are available in {ref}/data-streams.html[{es} Data streams]. [discrete] -[[data-streams-index-pattern]] -== Index patterns +[[data-streams-data-view]] +== {data-sources-cap} -When searching your data in {kib}, you can use an {kibana-ref}/index-patterns.html[index pattern] +When searching your data in {kib}, you can use a {kibana-ref}/data-views.html[{data-source}] to search across all or some of your data streams. [discrete]