Skip to content

Commit

Permalink
Replace "index patterns" with data-source shared attribute (elastic…
Browse files Browse the repository at this point in the history
…#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
  • Loading branch information
colleenmcginnis authored Mar 21, 2022
1 parent 874683a commit 61955a4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions data-streams.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 61955a4

Please sign in to comment.