-
Notifications
You must be signed in to change notification settings - Fork 163
Update Elasticsearch Serverless landing page/overview #193
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 7 commits
d246a7a
499330a
4e90523
7971d76
10d331b
a4d826c
d0fb64a
309dafe
040ebc5
0eea103
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
[[what-is-elasticsearch-serverless]] | ||
== {es} | ||
|
||
== {es-serverless} | ||
++++ | ||
<titleabbrev>{es}</titleabbrev> | ||
++++ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,61 @@ | ||
//// | ||
To be rewritten/refined | ||
//// | ||
// ℹ️ THIS CONTENT IS RENDERERED ON THE index-serverless-elasticsearch.asciidoc PAGE | ||
// Use the id <<what-is-elasticsearch-serverless>> to link to this page | ||
|
||
// :description: Build search solutions and applications with {es-serverless}. | ||
// :keywords: serverless, elasticsearch, overview | ||
|
||
preview:[] | ||
|
||
{es} allows you to build custom applications. Whether you have structured or unstructured text, numerical data, or geospatial data, {es} can efficiently store and index it in a way that supports fast searches. | ||
|
||
.Understanding {es-serverless} | ||
[IMPORTANT] | ||
[TIP] | ||
==== | ||
Refer to <<elasticsearch-differences,Serverless differences>> and <<elasticsearch-technical-preview-limitations,Technical preview limitations>> for important details, including features and limitations specific to {es-serverless}. | ||
If you haven't used {es} before, you might want to learn the basics in the https://www.elastic.co/guide/en/elasticsearch/reference/current/elasticsearch-intro.html[main {es} documentation]. | ||
==== | ||
|
||
[discrete] | ||
== Get started | ||
{es} is an open source distributed search and analytics engine, scalable data store, and vector database. It’s optimized for speed and relevance on production-scale workloads. Use {es} to search, index, store, and analyze data of all shapes and sizes. | ||
|
||
|
||
{es} is one of the three available project types on <<intro,{serverless-full}>>. | ||
|
||
* <<elasticsearch-get-started,*Create your {es} project*>>: Create your first {es} project. | ||
* <<elasticsearch-ingest-your-data,*Ingest your data*>>: Learn how to get your data into {es}. | ||
When using {es} on {serverless-full} you don’t need to worry about managing the infrastructure that keeps {es} distributed and available: nodes, shards, and replicas. These resources are 100% automated on the serverless platform, which is designed to scale up and down with your workload. | ||
leemthompo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
This allows you to focus on building your search applications and solutions, without worrying about the underlying infrastructure. | ||
leemthompo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
[discrete] | ||
== How to | ||
[[elasticsearch-overview-get-started]] | ||
== Get started | ||
|
||
[cols="2"] | ||
|=== | ||
| 🚀 | ||
a| [.card-title]#<<elasticsearch-get-started,*Create project →*>># + | ||
leemthompo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Get started by creating your first {es} project on serverless. | ||
|
||
* <<elasticsearch-search-your-data,*Search your data*>>: Build your queries to perform and combine many types of searches. | ||
* <<elasticsearch-explore-your-data,*Explore your data*>>: Search, filter your data, and display your findings. | ||
* <<elasticsearch-explore-your-data-alerting,*Manage alerts*>>: Create rules to detect complex conditions and trigger alerts. | ||
* <<elasticsearch-dev-tools,*Use developer tools*>>: Send requests with Console and profile queries with Search Profiler. | ||
* <<elasticsearch-manage-project,*Manage your project*>>: Manage user access, billing, and check performance metrics. | ||
| 🔌 | ||
a| [.card-title]#<<elasticsearch-get-started,*Connect to {es} →*>># + | ||
Learn how to connect your applications to your {es-serverless} endpoint. | ||
|
||
// TODO add coming link to new page about connecting to your serverless endpoint | ||
// <<elasticsearch-connecting-to-es-serverless-endpoint,*Connect your application →*>> | ||
|
||
| 🔄 | ||
leemthompo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
leemthompo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
a| [.card-title]#<<elasticsearch-ingest-your-data,*Ingest data →*>># + | ||
Learn how to get your data into {es} and start building your search application. | ||
|
||
| 🛝 | ||
a| [.card-title]#https://www.elastic.co/guide/en/kibana/master/playground.html[*Try Search Playground →*]# + | ||
leemthompo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Once you've added some data, use the Search Playground to test out queries and combine {es} with the power of Generative AI in your applications. | ||
leemthompo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|=== | ||
|
||
[discrete] | ||
[[elasticsearch-overview-learn-more]] | ||
== Learn more | ||
|
||
[cols="2"] | ||
|=== | ||
| ❓ | ||
a| [.card-title]#<<elasticsearch-differences,*What's different on serverless? →*>># + | ||
Understand the differences between {es} on {serverless-full} and other deployment types. | ||
|
||
| 🧾 | ||
a| [.card-title]#<<elasticsearch-billing,*Billing →*>># + | ||
Learn about the billing model for {es} on {serverless-full}. | ||
|=== |
Uh oh!
There was an error while loading. Please reload this page.