@@ -105,7 +105,7 @@ export const fieldsConfigurations: any = {
105
105
required : false ,
106
106
label : "Extensions" ,
107
107
tooltip :
108
- 'Extensions to compress e.g. ".txt",".log" or ".csv", you can write one per field' ,
108
+ 'Extensions to compress e.g. ".txt", ".log" or ".csv" - you can write one per field' ,
109
109
type : "csv" ,
110
110
placeholder : "Enter an Extension" ,
111
111
withBorder : true ,
@@ -115,7 +115,7 @@ export const fieldsConfigurations: any = {
115
115
required : false ,
116
116
label : "Mime Types" ,
117
117
tooltip :
118
- 'Mime types e.g. "text/*","application/json" or "application/xml", you can write one per field' ,
118
+ 'Mime types e.g. "text/*", "application/json" or "application/xml" - you can write one per field' ,
119
119
type : "csv" ,
120
120
placeholder : "Enter a Mime Type" ,
121
121
withBorder : true ,
@@ -170,16 +170,16 @@ export const fieldsConfigurations: any = {
170
170
required : false ,
171
171
label : "Max Sleep" ,
172
172
tooltip :
173
- "Maximum sleep duration between objects to slow down heal operation. eg . 2s" ,
173
+ "Maximum sleep duration between objects to slow down heal operation, e.g . 2s" ,
174
174
type : "duration" ,
175
- placeholder : "Enter Max Sleep duration " ,
175
+ placeholder : "Enter Max Sleep Duration " ,
176
176
} ,
177
177
{
178
178
name : "max_io" ,
179
179
required : false ,
180
180
label : "Max IO" ,
181
181
tooltip :
182
- "Maximum IO requests allowed between objects to slow down heal operation. eg . 3" ,
182
+ "Maximum IO requests allowed between objects to slow down heal operation, e.g . 3" ,
183
183
type : "number" ,
184
184
placeholder : "Enter Max IO" ,
185
185
} ,
@@ -188,7 +188,7 @@ export const fieldsConfigurations: any = {
188
188
{
189
189
name : "delay" ,
190
190
required : false ,
191
- label : "Delay multiplier " ,
191
+ label : "Delay Multiplier " ,
192
192
tooltip : "Scanner delay multiplier, defaults to '10.0'" ,
193
193
type : "number" ,
194
194
placeholder : "Enter Delay" ,
@@ -216,7 +216,7 @@ export const fieldsConfigurations: any = {
216
216
required : true ,
217
217
label : "Endpoints" ,
218
218
tooltip :
219
- 'List of etcd endpoints e.g. "http://localhost:2379", you can write one per field' ,
219
+ 'List of etcd endpoints e.g. "http://localhost:2379" - you can write one per field' ,
220
220
type : "csv" ,
221
221
placeholder : "Enter Endpoint" ,
222
222
} ,
@@ -310,7 +310,7 @@ export const fieldsConfigurations: any = {
310
310
required : true ,
311
311
label : "Brokers" ,
312
312
type : "csv" ,
313
- placeholder : "Enter Kafka broker " ,
313
+ placeholder : "Enter Kafka Broker " ,
314
314
} ,
315
315
{
316
316
name : "topic" ,
@@ -324,7 +324,8 @@ export const fieldsConfigurations: any = {
324
324
name : "sasl" ,
325
325
required : false ,
326
326
label : "Use SASL" ,
327
- tooltip : "Enable SASL authentication" ,
327
+ tooltip :
328
+ "Enable SASL (Simple Authentication and Security Layer) authentication" ,
328
329
type : "on|off" ,
329
330
} ,
330
331
{
@@ -355,7 +356,7 @@ export const fieldsConfigurations: any = {
355
356
name : "tls" ,
356
357
required : false ,
357
358
label : "Use TLS" ,
358
- tooltip : "Enable TLS" ,
359
+ tooltip : "Enable TLS (Transport Layer Security) " ,
359
360
type : "on|off" ,
360
361
} ,
361
362
{
@@ -386,7 +387,7 @@ export const fieldsConfigurations: any = {
386
387
required : false ,
387
388
label : "TLS Client Auth" ,
388
389
tooltip :
389
- "ClientAuth determines the Kafka server's policy for TLS client auth " ,
390
+ "ClientAuth determines the Kafka server's policy for TLS client authorization " ,
390
391
type : "string" ,
391
392
} ,
392
393
{
0 commit comments