-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Changes index pattern to data views in intro docs #119403
Merged
gchaps
merged 5 commits into
elastic:main
from
gchaps:docs/change-index-pattern-in-intro-docs
Nov 29, 2021
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
0f588f1
[DOCS] Changes index pattern to data views in intro docs
gchaps e0db2b0
[DOCS] Updates image of data views UI
gchaps b2cea13
[DOCS] Removes faulty sentence
gchaps c09e3a4
[DOCS] removes sentence about index patterns
gchaps 91b0eda
Merge branch 'main' into docs/change-index-pattern-in-intro-docs
kibanamachine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,7 +1,7 @@ | ||||||
[[data-views]] | ||||||
=== Create a data view | ||||||
|
||||||
{kib} requires a data view to access the {es} data that you want to explore. | ||||||
{kib} requires a data view to access the {es} data that you want to explore. | ||||||
A data view selects the data to use and allows you to define properties of the fields. | ||||||
|
||||||
A data view can point to one or more indices, {ref}/data-streams.html[data stream], or {ref}/alias.html[index aliases]. | ||||||
|
@@ -37,7 +37,7 @@ If you loaded your own data, follow these steps to create a data view. | |||||
. Click *Create data view*. | ||||||
|
||||||
[role="screenshot"] | ||||||
image:management/index-patterns/images/create-index-pattern.png["Create data view"] | ||||||
image:management/index-patterns/images/create-data-view.png["Create data view"] | ||||||
|
||||||
. Start typing in the *name* field, and {kib} looks for the names of | ||||||
indices, data streams, and aliases that match your input. | ||||||
|
@@ -87,11 +87,11 @@ For an example, refer to <<rollup-data-tutorial,Create and visualize rolled up d | |||||
==== Create a data view that searches across clusters | ||||||
|
||||||
If your {es} clusters are configured for {ref}/modules-cross-cluster-search.html[{ccs}], | ||||||
you can create an index pattern to search across the clusters of your choosing. Use the | ||||||
you can create a {data-source} to search across the clusters of your choosing. Use the | ||||||
same syntax that you use in a raw {ccs} request in {es}: | ||||||
|
||||||
```ts | ||||||
<cluster-names>:<pattern> | ||||||
<cluster-names>:<data-view> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
``` | ||||||
|
||||||
To query {ls} indices across two {es} clusters | ||||||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this makes sense with the new changes. I've left a couple of suggestion to fix it up.