-
Notifications
You must be signed in to change notification settings - Fork 25.5k
[DOCS][101] Create Elasticsearch basics section, refactor quickstarts section #112436
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
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
81aa97c
Create 101 section
leemthompo 4682400
- **intro.asciidoc**:
leemthompo dcdcffb
Merge main
leemthompo ec87abb
Add link
leemthompo cfbe986
Tweak ql table, mini nav shuffle
leemthompo c3984ea
Fix typos, links
leemthompo 1c57ecd
Move what's new page
leemthompo 143b0eb
Move some nav items
leemthompo dadd793
Add couple links
leemthompo fa818e3
Update landing page getting started link
leemthompo 4e815e4
Fix link
leemthompo e85565e
Apply suggestions from feedback
leemthompo 3f13270
Rename to Elasticsearch basics
leemthompo 5251740
Refactorings
leemthompo 1c729db
Merge main
leemthompo 755e4fd
Little fixes
leemthompo 03500ef
The term -we you- is not a thing
leemthompo cdef9f5
Use attributes
leemthompo b758ff8
Adds links to API bullet
leemthompo 98a9780
Apply suggestions from code review
leemthompo 00daf2b
Apply suggestions from code review
leemthompo e3fea62
Updates per review
leemthompo 0df8cbe
Refactor search and analyze section, add back QL table
leemthompo ddfdf1c
Stop saying -our- all the time
leemthompo 8314217
Add semantic search to use cases
leemthompo a2d8d66
Merge branch 'main' into 101-section
leemthompo ec62068
Merge branch 'main' into 101-section
leemthompo 9629a55
Delete duplicated include
leemthompo 4686858
Some updates based on Serena feedback
leemthompo 303109f
Rename quickstart section, add vector example
leemthompo 754ddaa
Add snippet test teardown, uniformize quick start term
leemthompo d30b432
Keep search your data where it is in nav for now
leemthompo 3a5dca6
Make it clear esql has new goodness every release
leemthompo 216bede
API quick starts is better name
leemthompo 3395671
Apply suggestions from code review
leemthompo dfb5916
Move sample data to tip
leemthompo 085625f
Remove vectors from first quick start, update local dev verbiage
leemthompo c9fa2f0
Add short definition of timestamped data
leemthompo 6da5180
Mention quick starts use queryDSL unless otherwise noted
leemthompo 90e5ac0
Fix url
leemthompo e96aac0
fix typo
leemthompo bcadaa3
Update query languages section
leemthompo 09a4120
An -> a
leemthompo b1f5144
Tweaky McTweakface
leemthompo a4d934c
Clarify file uploader use case
leemthompo f655978
Delegate file format info to uploader docs, pdf support is coming soo…
leemthompo a272bf7
Local dev-elopment
leemthompo 0a0a074
Apply suggestions
leemthompo a25b908
Future proof quick start section title
leemthompo 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 hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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,10 +1,29 @@ | ||
[[quickstart]] | ||
= Quickstart | ||
= Quick starts | ||
|
||
Get started quickly with {es}. | ||
Use these quick starts to get hands-on experience with the {es} APIs. | ||
Unless otherwise noted, these examples will use queries written in <<query-dsl,Query DSL>> syntax. | ||
|
||
* Learn how to run {es} (and {kib}) for <<run-elasticsearch-locally,local development>>. | ||
* Follow our <<getting-started,Quickstart guide>> to add data to {es} and query it. | ||
[discrete] | ||
[[quickstart-requirements]] | ||
== Requirements | ||
|
||
include::run-elasticsearch-locally.asciidoc[] | ||
include::getting-started.asciidoc[] | ||
You'll need a running {es} cluster, together with {kib} to use the Dev Tools API Console. | ||
Get started <<run-elasticsearch-locally,locally in Docker>> , or see our <<elasticsearch-intro-deploy,other deployment options>>. | ||
|
||
[discrete] | ||
[[quickstart-list]] | ||
== Hands-on quick starts | ||
|
||
* <<getting-started,Basics: Add data using APIs>>. Learn how to add data to {es} and perform basic searches. | ||
|
||
[discrete] | ||
[[quickstart-python-links]] | ||
== Working in Python | ||
leemthompo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
If you're interested in using {es} with Python, check out Elastic Search Labs: | ||
|
||
* https://github.com/elastic/elasticsearch-labs[`elasticsearch-labs` repository]: Contains a range of Python https://github.com/elastic/elasticsearch-labs/tree/main/notebooks[notebooks] and https://github.com/elastic/elasticsearch-labs/tree/main/example-apps[example apps]. | ||
* https://www.elastic.co/search-labs/tutorials/search-tutorial/welcome[Tutorial]: This walks you through building a complete search solution with {es} from the ground up using Flask. | ||
|
||
include::getting-started.asciidoc[] |
This file contains hidden or 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 hidden or 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 hidden or 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
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.
this order feels off to me:
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.
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.
wanted basics and quick starts to be beside each other rather than have what's new in between as it is today