Skip to content

Commit 8783920

Browse files
add warning for Search apps UI nav
1 parent 222dc9e commit 8783920

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

solutions/search/search-applications.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ products:
1111

1212
# Search applications [search-application-overview]
1313

14-
1514
*Search Applications* enable users to build search-powered applications that leverage the full power of {{es}} and its Query DSL, with a simplified user experience. Create search applications based on your {{es}} indices, build queries using search templates, and easily preview your results directly in the {{kib}} Search UI.
1615

1716
You can also interact with your search applications using the [Search Application APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-search_application). Search Applications are designed to simplify building unified search experiences across a range of enterprise search use cases, using the Elastic platform.
@@ -54,13 +53,17 @@ Search Applications use [search templates](search-templates.md) to simplify the
5453

5554
## Get started [search-application-overview-get-started]
5655

57-
5856
### Option 1: Get started in the UI [search-application-overview-get-started-ui]
5957

6058
```{applies_to}
6159
serverless: unavailable
6260
```
6361

62+
::::{warning}
63+
For {{ech}} and self-managed deployments, this feature is no longer accessible through the navigation menu starting with {{es}} 9.2 and later. It'll be visible to existing users who have previously used it, but new users will not be able to discover or enable this feature through the UI.
64+
::::
65+
66+
6467
You can create build, and manage your search applications directly in the {{kib}} UI under **Search**. Make sure you have at least one {{es}} index to work with on your deployment. The indices underlying your search application are searched together, similar to how an [alias](../../manage-data/data-store/aliases.md) searches over multiple indices.
6568

6669
To create a new search application in {{kib}}:

0 commit comments

Comments
 (0)