Skip to content

Commit ba7c1f4

Browse files
committed
Fix quick check failures
1 parent 0706eca commit ba7c1f4

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,7 @@ x-pack/plugins/search_inference_endpoints @elastic/search-kibana
944944
x-pack/plugins/search_notebooks @elastic/search-kibana
945945
x-pack/plugins/search_playground @elastic/search-kibana
946946
x-pack/plugins/search_solution/search_navigation @elastic/search-kibana
947+
x-pack/plugins/search_synonyms @elastic/search-kibana
947948
x-pack/plugins/security @elastic/kibana-security
948949
x-pack/plugins/serverless @elastic/appex-sharedux
949950
x-pack/plugins/serverless_search @elastic/search-kibana

docs/developer/plugin-list.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,10 @@ detailed information on how Elasticsearch executed the search request. People us
859859
to understand why a search request might be slow.
860860
861861
862+
|{kib-repo}blob/{branch}/x-pack/plugins/search_synonyms/README.md[searchSynonyms]
863+
|A plugin to manage synonyms in Elasticsearch through Synonyms APIs through Kibana.
864+
865+
862866
|{kib-repo}blob/{branch}/x-pack/plugins/security/README.md[security]
863867
|See Configuring security in
864868
Kibana.

packages/kbn-optimizer/limits.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ pageLoadAssetSize:
149149
searchNotebooks: 18942
150150
searchPlayground: 19325
151151
searchprofiler: 67080
152+
searchSynonyms: 20262
152153
security: 81771
153154
securitySolution: 98429
154155
securitySolutionEss: 31781

x-pack/plugins/search_synonyms/tsconfig.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@
1010
"server/**/*",
1111
],
1212
"kbn_references": [
13+
"@kbn/config-schema",
14+
"@kbn/core",
15+
"@kbn/i18n",
16+
"@kbn/i18n-react",
17+
"@kbn/kibana-react-plugin",
18+
"@kbn/shared-ux-router",
19+
"@kbn/react-kibana-context-render",
20+
"@kbn/console-plugin",
21+
"@kbn/features-plugin",
22+
"@kbn/search-navigation",
23+
"@kbn/licensing-plugin"
1324
],
1425
"exclude": [
1526
"target/**/*",

0 commit comments

Comments
 (0)