Skip to content

Commit

Permalink
Update set_sec_user desc
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Sep 9, 2020
1 parent 3523443 commit 8ec8710
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ export const mapProcessorTypeToDescriptor: MapProcessorTypeToDescriptor = {
}),
description: i18n.translate('xpack.ingestPipelines.processors.description.setSecurityUser', {
defaultMessage:
'Adds details about the current user, such user name and email address, to incoming documents.',
'Adds details about the current user, such user name and email address, to incoming documents. Requires an authenticated user for the indexing request.',
}),
},
sort: {
Expand Down

0 comments on commit 8ec8710

Please sign in to comment.