mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - [[DOCS] Search AI assistant (#199602)](https://github.com/elastic/kibana/pull/199602) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Liam Thompson","email":"32779855+leemthompo@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-11-12T10:21:31Z","message":"[DOCS] Search AI assistant (#199602)","sha":"d6b8f9b619c2eff3d8f545deb372e498e628206c","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","v8.16.0","backport:version","v8.17.0"],"title":"[DOCS] Search AI assistant","number":199602,"url":"https://github.com/elastic/kibana/pull/199602","mergeCommit":{"message":"[DOCS] Search AI assistant (#199602)","sha":"d6b8f9b619c2eff3d8f545deb372e498e628206c"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199602","number":199602,"mergeCommit":{"message":"[DOCS] Search AI assistant (#199602)","sha":"d6b8f9b619c2eff3d8f545deb372e498e628206c"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
73 lines
No EOL
2.6 KiB
Text
73 lines
No EOL
2.6 KiB
Text
[role="xpack"]
|
|
[[search-space]]
|
|
= Search
|
|
|
|
The *Search* space in the {kib} UI contains the following GUI features:
|
|
|
|
* https://www.elastic.co/guide/en/enterprise-search/current/connectors.html[Connectors]
|
|
* https://www.elastic.co/guide/en/enterprise-search/current/crawler.html[Web crawler]
|
|
* <<playground,Playground>>
|
|
* https://www.elastic.co/guide/en/elasticsearch/reference/current/search-application-overview.html[Search Applications]
|
|
* https://www.elastic.co/guide/en/elasticsearch/reference/current/behavioral-analytics-overview.html[Behavioral Analytics]
|
|
* <<inference-endpoints,Inference Endpoints UI>>
|
|
* <<search-ai-assistant,AI Assistant for Search>>
|
|
* Dev Tools <<console-kibana, Console>>
|
|
|
|
[float]
|
|
[[search-release-notes]]
|
|
== Docs and release notes
|
|
|
|
The Search solution and use case is made up of many tools and features across the {stack}.
|
|
As a result, the release notes for your features of interest might live in different Elastic docs.
|
|
Use the following table to find links to the appropriate documentation, API references (if applicable), and release notes.
|
|
|
|
[options="header"]
|
|
|===
|
|
| Name | API reference | Documentation | Release notes
|
|
|
|
| Connectors
|
|
| {ref}/connector-apis.html[API reference]
|
|
| {ref}/es-connectors.html[Elastic Connectors]
|
|
| {ref}/es-connectors-release-notes.html[Elasticsearch guide]
|
|
|
|
| Web crawler
|
|
| N/A
|
|
| {enterprise-search-ref}/crawler.html[Documentation]
|
|
| {enterprise-search-ref}/changelog.html[Enterprise Search Guide]
|
|
|
|
| Playground
|
|
| N/A
|
|
| {kibana-ref}/playground.html[Documentation]
|
|
| {kibana-ref}/release-notes.html[Kibana guide]
|
|
|
|
| Search Applications
|
|
| {ref}/search-application-apis.html[API reference]
|
|
| {enterprise-search-ref}/app-search-workplace-search.html[Documentation]
|
|
| {ref}/es-release-notes.html[Elasticsearch guide]
|
|
|
|
| Behavioral Analytics
|
|
| {ref}/behavioral-analytics-apis.html[API reference]
|
|
| {ref}/behavioral-analytics-start.html[Documentation]
|
|
| {ref}/es-release-notes.html[Elasticsearch guide]
|
|
|
|
| Inference Endpoints
|
|
| {ref}/inference-apis.html[API reference]
|
|
| {kibana-ref}/inference-endpoints.html[Documentation]
|
|
| {ref}/es-release-notes.html[Elasticsearch guide]
|
|
|
|
| Console
|
|
| N/A
|
|
| {kibana-ref}/console-kibana.html[Documentation]
|
|
| {kibana-ref}/release-notes.html[Kibana guide]
|
|
|
|
| Search UI
|
|
| https://www.elastic.co/docs/current/search-ui/api/architecture[API reference]
|
|
| https://www.elastic.co/docs/current/search-ui[Documentation]
|
|
| https://www.elastic.co/docs/current/search-ui[Search UI]
|
|
|
|
|===
|
|
|
|
include::search-connection-details.asciidoc[]
|
|
include::playground/index.asciidoc[]
|
|
include::search-ai-assistant/index.asciidoc[]
|
|
include::inference-endpoints/index.asciidoc[] |