-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Drafts REST API page in ES reference docs #129722
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 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
412af32
Drafts Elasticsearch landing page.
szabosteve a5218cf
Apply suggestions from code review
szabosteve 9ccab6c
Changes links.
szabosteve 927796f
Fixes relative links.
szabosteve 52f1c05
Provide API descriptions.
szabosteve 926f694
Adds API endpoint lists.
szabosteve 850115b
Adds table.
szabosteve c68c942
Merge branch 'main' into create-es-landing-page
szabosteve cc93032
updating links
georgewallace a1ef10f
fixing additional link
georgewallace 16022b4
fixing links
georgewallace ac8fc69
Merge branch 'main' into create-es-landing-page
szabosteve 95fa548
Fixes more URLs.
szabosteve e4945ea
additional link fixes
georgewallace d99ab73
Merge branch 'main' into create-es-landing-page
szabosteve 3d32163
Fixes links CCR and above.
szabosteve 819b850
Merge branch 'main' into create-es-landing-page
szabosteve 55963f3
Removes visual from landing page.
szabosteve 9ef404c
Fixes URLs until the Inference section and above.
szabosteve ef4f97a
Merge branch 'main' into create-es-landing-page
szabosteve 1e4dfc6
Fixes URLs until Licensing and above.
szabosteve b75b7af
Merge branch 'create-es-landing-page' of github.com:szabosteve/elasti…
szabosteve b45c5d4
updated all links and landing page
georgewallace bbbde52
Merge branch 'main' into create-es-landing-page
georgewallace a44023b
fixes
georgewallace 1e7cf85
updating urls
georgewallace a6bb0be
Revert landing page changes except renaming.
szabosteve 58241a2
Merge branch 'main' into create-es-landing-page
szabosteve 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,67 @@ | ||
| # Elasticsearch and index management | ||
| # Elasticsearch | ||
|
|
||
| This section contains reference information for {{es}} and index management features. | ||
| ## Search and analyze your data | ||
|
|
||
| To learn more about {{es}} features and how to get started, refer to the [{{es}}](docs-content://solutions/search.md) documentation. | ||
| ------------------------------- | ||
|
|
||
| For more details about query and scripting languages, check these sections: | ||
| * [Query languages](../query-languages/index.md) | ||
| * [Scripting languages](../scripting-languages/index.md) | ||
|
|
||
| {{es}} also provides the following REST APIs: | ||
| {{es}} is the search and analytics engine that powers the {{stack}}. | ||
|
|
||
| * [{{es}} API](https://www.elastic.co/docs/api/doc/elasticsearch) | ||
| * [{{es}} Serverless API](https://www.elastic.co/docs/api/doc/elasticsearch-serverless) | ||
|  | ||
|
|
||
| [Get started](https://www.elastic.co/docs/get-started) | ||
|
|
||
| [Introduction](https://www.elastic.co/docs/get-started) | ||
|
|
||
| [What's new](https://www.elastic.co/docs/release-notes/elasticsearch) | ||
|
|
||
| [Release notes](https://www.elastic.co/docs/release-notes/elasticsearch) | ||
|
|
||
| ## Get to know Elasticsearch | ||
|
|
||
| _Demos:_ [Hands-on learning for Search](https://www.elastic.co/demo-gallery?solutions=search&features=null&type=hands-on-learning) | ||
|
|
||
| _New webinar:_ [Architect search apps with Google Cloud](https://www.elastic.co/virtual-events/architecting-search-apps-on-google-cloud) | ||
|
|
||
| ## Install, manage, and secure | ||
|
|
||
| * [Set up Elasticsearch](https://www.elastic.co/docs/deploy-manage/deploy/self-managed/installing-elasticsearch) | ||
| * [Secure the Elastic Stack](https://www.elastic.co/docs/deploy-manage/security) | ||
szabosteve marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * [Upgrade Elasticsearch](https://www.elastic.co/docs/deploy-manage/upgrade/deployment-or-cluster) | ||
szabosteve marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * [Set up a cluster for high availability](https://www.elastic.co/docs/deploy-manage/tools) | ||
| * [Monitor a cluster](https://www.elastic.co/docs/deploy-manage/monitor/cloud-health-perf) | ||
| * [Troubleshooting](https://www.elastic.co/docs/troubleshoot/elasticsearch) | ||
| * [Optimizations](https://www.elastic.co/docs/deploy-manage/production-guidance/optimize-performance) | ||
|
|
||
| ## Ingest data | ||
|
|
||
| * [Adding data to Elasticsearch](https://www.elastic.co/docs/manage-data/ingest) | ||
| * [Connectors](https://www.elastic.co/docs/reference/search-connectors) | ||
| * [Web crawler](https://www.elastic.co/search-labs/blog/elastic-open-crawler-release) | ||
| * [Data streams](https://www.elastic.co/docs/manage-data/data-store/data-streams) | ||
| * [Ingest pipelines](https://www.elastic.co/docs/manage-data/ingest/transform-enrich/ingest-pipelines) | ||
| * [Mapping](https://www.elastic.co/docs/manage-data/data-store/mapping) | ||
|
|
||
| ## Search and analyze | ||
|
|
||
| * [Search your data](https://www.elastic.co/docs/solutions/search/querying-for-search) | ||
| * Query data with [the Query DSL](https://www.elastic.co/docs/explore-analyze/query-filter/languages/querydsl), [ES|QL](https://www.elastic.co/docs/explore-analyze/query-filter/languages/esql), [EQL](https://www.elastic.co/docs/explore-analyze/query-filter/languages/eql), or [SQL](https://www.elastic.co/docs/explore-analyze/query-filter/languages/sql) | ||
| * [Search applications](https://www.elastic.co/docs/solutions/search/search-applications) | ||
| * [Aggregations](https://www.elastic.co/docs/explore-analyze/query-filter/aggregations) | ||
| * [Geospatial analysis](https://www.elastic.co/docs/explore-analyze/geospatial-analysis) | ||
| * [Machine Learning](https://www.elastic.co/docs/explore-analyze/machine-learning) | ||
| * [Alerting](https://www.elastic.co/docs/explore-analyze/alerts-cases) | ||
|
|
||
| ## Data management | ||
|
|
||
| * [Data management](https://www.elastic.co/docs/manage-data/lifecycle) | ||
| * [Downsampling](https://www.elastic.co/docs/manage-data/lifecycle) | ||
| * [Snapshot and restore](https://www.elastic.co/docs/deploy-manage/tools/snapshot-and-restore) | ||
|
|
||
| ## APIs and developer docs | ||
|
|
||
| * [REST APIs](https://www.elastic.co/docs/reference/elasticsearch/rest-apis) | ||
| * [{{es}} Clients](https://www.elastic.co/docs/reference/elasticsearch-clients) | ||
| * [Painless](https://www.elastic.co/docs/reference/scripting-languages/painless/painless) | ||
| * [Plugins and integrations](https://www.elastic.co/docs/reference/elasticsearch/plugins) | ||
| * [Search Labs](https://www.elastic.co/search-labs) | ||
| * [Notebook examples](https://www.elastic.co/search-labs/tutorials/examples) | ||
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.