mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
convert processor labels to sentence case (#75278)
This commit is contained in:
parent
36f0c75088
commit
0e28dae410
1 changed files with 6 additions and 6 deletions
|
@ -81,7 +81,7 @@ export const mapProcessorTypeToDescriptor: MapProcessorTypeToDescriptor = {
|
|||
FieldsComponent: DateIndexName,
|
||||
docLinkPath: '/date-index-name-processor.html',
|
||||
label: i18n.translate('xpack.ingestPipelines.processors.label.dateIndexName', {
|
||||
defaultMessage: 'Date Index Name',
|
||||
defaultMessage: 'Date index name',
|
||||
}),
|
||||
},
|
||||
dissect: {
|
||||
|
@ -95,7 +95,7 @@ export const mapProcessorTypeToDescriptor: MapProcessorTypeToDescriptor = {
|
|||
FieldsComponent: DotExpander,
|
||||
docLinkPath: '/dot-expand-processor.html',
|
||||
label: i18n.translate('xpack.ingestPipelines.processors.label.dotExpander', {
|
||||
defaultMessage: 'Dot Expander',
|
||||
defaultMessage: 'Dot expander',
|
||||
}),
|
||||
},
|
||||
drop: {
|
||||
|
@ -144,7 +144,7 @@ export const mapProcessorTypeToDescriptor: MapProcessorTypeToDescriptor = {
|
|||
FieldsComponent: undefined, // TODO: Implement
|
||||
docLinkPath: '/htmlstrip-processor.html',
|
||||
label: i18n.translate('xpack.ingestPipelines.processors.label.htmlStrip', {
|
||||
defaultMessage: 'HTML Strip',
|
||||
defaultMessage: 'HTML strip',
|
||||
}),
|
||||
},
|
||||
inference: {
|
||||
|
@ -214,7 +214,7 @@ export const mapProcessorTypeToDescriptor: MapProcessorTypeToDescriptor = {
|
|||
FieldsComponent: undefined, // TODO: Implement
|
||||
docLinkPath: '/ingest-node-set-security-user-processor.html',
|
||||
label: i18n.translate('xpack.ingestPipelines.processors.label.setSecurityUser', {
|
||||
defaultMessage: 'Set Security User',
|
||||
defaultMessage: 'Set security user',
|
||||
}),
|
||||
},
|
||||
split: {
|
||||
|
@ -249,14 +249,14 @@ export const mapProcessorTypeToDescriptor: MapProcessorTypeToDescriptor = {
|
|||
FieldsComponent: undefined, // TODO: Implement
|
||||
docLinkPath: '/urldecode-processor.html',
|
||||
label: i18n.translate('xpack.ingestPipelines.processors.label.urldecode', {
|
||||
defaultMessage: 'URL Decode',
|
||||
defaultMessage: 'URL decode',
|
||||
}),
|
||||
},
|
||||
user_agent: {
|
||||
FieldsComponent: undefined, // TODO: Implement
|
||||
docLinkPath: '/user-agent-processor.html',
|
||||
label: i18n.translate('xpack.ingestPipelines.processors.label.userAgent', {
|
||||
defaultMessage: 'User Agent',
|
||||
defaultMessage: 'User agent',
|
||||
}),
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue