File tree Expand file tree Collapse file tree 4 files changed +17
-0
lines changed
x-pack/plugins/search_synonyms Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -944,6 +944,7 @@ x-pack/plugins/search_inference_endpoints @elastic/search-kibana
944944x-pack /plugins /search_notebooks @ elastic/search-kibana
945945x-pack /plugins /search_playground @ elastic/search-kibana
946946x-pack /plugins /search_solution /search_navigation @ elastic/search-kibana
947+ x-pack /plugins /search_synonyms @ elastic/search-kibana
947948x-pack /plugins /security @ elastic/kibana-security
948949x-pack /plugins /serverless @ elastic/appex-sharedux
949950x-pack /plugins /serverless_search @ elastic/search-kibana
Original file line number Diff line number Diff line change @@ -859,6 +859,10 @@ detailed information on how Elasticsearch executed the search request. People us
859859to 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
864868Kibana.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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/**/*" ,
You can’t perform that action at this time.
0 commit comments