@@ -31,23 +31,10 @@ describe('CustomIntegrationsPlugin', () => {
3131 test ( 'should register language clients' , ( ) => {
3232 const setup = new CustomIntegrationsPlugin ( initContext ) . setup ( mockCoreSetup ) ;
3333 expect ( setup . getAppendCustomIntegrations ( ) ) . toEqual ( [
34- {
35- id : 'language_client.all' ,
36- title : 'Elasticsearch Clients' ,
37- description :
38- 'Start building your custom application on top of Elasticsearch with the official language clients.' ,
39- type : 'ui_link' ,
40- shipper : 'language_clients' ,
41- uiInternalPath : 'https://www.elastic.co/guide/en/elasticsearch/client/index.html' ,
42- isBeta : false ,
43- icons : [ { type : 'eui' , src : 'logoElasticsearch' } ] ,
44- categories : [ 'elastic_stack' , 'custom' , 'language_client' ] ,
45- } ,
4634 {
4735 id : 'language_client.javascript' ,
4836 title : 'Elasticsearch JavaScript Client' ,
49- description :
50- 'Start building your custom application on top of Elasticsearch with the official Node.js client.' ,
37+ description : 'Index data to Elasticsearch with the JavaScript client.' ,
5138 type : 'ui_link' ,
5239 shipper : 'language_clients' ,
5340 uiInternalPath :
@@ -59,8 +46,7 @@ describe('CustomIntegrationsPlugin', () => {
5946 {
6047 id : 'language_client.ruby' ,
6148 title : 'Elasticsearch Ruby Client' ,
62- description :
63- 'Start building your custom application on top of Elasticsearch with the official Ruby client.' ,
49+ description : 'Index data to Elasticsearch with the Ruby client.' ,
6450 type : 'ui_link' ,
6551 shipper : 'language_clients' ,
6652 uiInternalPath :
@@ -72,8 +58,7 @@ describe('CustomIntegrationsPlugin', () => {
7258 {
7359 id : 'language_client.go' ,
7460 title : 'Elasticsearch Go Client' ,
75- description :
76- 'Start building your custom application on top of Elasticsearch with the official Go client.' ,
61+ description : 'Index data to Elasticsearch with the Go client.' ,
7762 type : 'ui_link' ,
7863 shipper : 'language_clients' ,
7964 uiInternalPath :
@@ -85,8 +70,7 @@ describe('CustomIntegrationsPlugin', () => {
8570 {
8671 id : 'language_client.dotnet' ,
8772 title : 'Elasticsearch .NET Client' ,
88- description :
89- 'Start building your custom application on top of Elasticsearch with the official .NET client.' ,
73+ description : 'Index data to Elasticsearch with the .NET client.' ,
9074 type : 'ui_link' ,
9175 shipper : 'language_clients' ,
9276 uiInternalPath :
@@ -98,8 +82,7 @@ describe('CustomIntegrationsPlugin', () => {
9882 {
9983 id : 'language_client.php' ,
10084 title : 'Elasticsearch PHP Client' ,
101- description :
102- 'Start building your custom application on top of Elasticsearch with the official .PHP client.' ,
85+ description : 'Index data to Elasticsearch with the PHP client.' ,
10386 type : 'ui_link' ,
10487 shipper : 'language_clients' ,
10588 uiInternalPath :
@@ -111,8 +94,7 @@ describe('CustomIntegrationsPlugin', () => {
11194 {
11295 id : 'language_client.perl' ,
11396 title : 'Elasticsearch Perl Client' ,
114- description :
115- 'Start building your custom application on top of Elasticsearch with the official Perl client.' ,
97+ description : 'Index data to Elasticsearch with the Perl client.' ,
11698 type : 'ui_link' ,
11799 shipper : 'language_clients' ,
118100 uiInternalPath :
@@ -124,8 +106,7 @@ describe('CustomIntegrationsPlugin', () => {
124106 {
125107 id : 'language_client.python' ,
126108 title : 'Elasticsearch Python Client' ,
127- description :
128- 'Start building your custom application on top of Elasticsearch with the official Python client.' ,
109+ description : 'Index data to Elasticsearch with the Python client.' ,
129110 type : 'ui_link' ,
130111 shipper : 'language_clients' ,
131112 uiInternalPath :
@@ -137,8 +118,7 @@ describe('CustomIntegrationsPlugin', () => {
137118 {
138119 id : 'language_client.rust' ,
139120 title : 'Elasticsearch Rust Client' ,
140- description :
141- 'Start building your custom application on top of Elasticsearch with the official Rust client.' ,
121+ description : 'Index data to Elasticsearch with the Rust client.' ,
142122 type : 'ui_link' ,
143123 shipper : 'language_clients' ,
144124 uiInternalPath :
@@ -150,8 +130,7 @@ describe('CustomIntegrationsPlugin', () => {
150130 {
151131 id : 'language_client.java' ,
152132 title : 'Elasticsearch Java Client' ,
153- description :
154- 'Start building your custom application on top of Elasticsearch with the official Java client.' ,
133+ description : 'Index data to Elasticsearch with the Java client.' ,
155134 type : 'ui_link' ,
156135 shipper : 'language_clients' ,
157136 uiInternalPath :
0 commit comments