-
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
Changes from 19 commits
81aa97c
4682400
dcdcffb
ec87abb
cfbe986
c3984ea
1c57ecd
143b0eb
dadd793
fa818e3
4e815e4
e85565e
3f13270
5251740
1c729db
755e4fd
03500ef
cdef9f5
b758ff8
98a9780
00daf2b
e3fea62
0df8cbe
ddfdf1c
8314217
a2d8d66
ec62068
9629a55
4686858
303109f
754ddaa
d30b432
3a5dca6
216bede
3395671
dfb5916
085625f
c9fa2f0
6da5180
90e5ac0
e96aac0
bcadaa3
09a4120
b1f5144
a4d934c
f655978
a272bf7
0a0a074
a25b908
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,28 @@ | ||
[[quickstart]] | ||
= Quickstart | ||
= Quickstarts | ||
|
||
Get started quickly with {es}. | ||
Use these quickstarts to get hands-on experience with {es}. | ||
|
||
* 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 | ||
|
||
You'll need a running {es} cluster, together with {kib} to use the Dev Tools API Console. | ||
Get started quickly with a <<run-elasticsearch-locally,local dev environment>> in Docker, or see our <<elasticsearch-intro-deploy,other deployment options>>. | ||
|
||
[discrete] | ||
[[quickstart-list]] | ||
== Quickstarts | ||
|
||
* <<getting-started,First steps with {es}>>. 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]. | ||
leemthompo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
* 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::run-elasticsearch-locally.asciidoc[] | ||
include::getting-started.asciidoc[] |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,7 +1,7 @@ | ||||||
[[run-elasticsearch-locally]] | ||||||
== Run {es} locally in Docker (without security) | ||||||
== Run {es} locally in Docker | ||||||
++++ | ||||||
<titleabbrev>Local dev setup (Docker)</titleabbrev> | ||||||
<titleabbrev>Start in local dev</titleabbrev> | ||||||
leemthompo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
leemthompo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
++++ | ||||||
|
||||||
[WARNING] | ||||||
|
@@ -12,21 +12,8 @@ The instructions on this page are for *local development only*. Do not use these | |||||
While this approach is convenient for experimenting and learning, you should never run the service in this way in a production environment. | ||||||
|
While this approach is convenient for experimenting and learning, you should never run the service in this way in a production environment. | |
While this approach is convenient for experimenting and learning, you should never run the Elasticsearch in this way in a production environment. |
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.
hmm one of us edited this to make it grammatically incorrect - "the Elasticsearch"
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