-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ingest Pipelines] Add descriptions for ingest processors E-J #76113
[Ingest Pipelines] Add descriptions for ingest processors E-J #76113
Conversation
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
Switching back to draft. I'll update once #75975 is merged. |
...ation/components/pipeline_processors_editor/components/shared/map_processor_type_to_form.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jrodewig thanks for making these changes! We are looking in good shape - I've recommended a pattern for getting esDocUrl in the context of processor descriptions.
...ation/components/pipeline_processors_editor/components/shared/map_processor_type_to_form.tsx
Outdated
Show resolved
Hide resolved
...ation/components/pipeline_processors_editor/components/shared/map_processor_type_to_form.tsx
Show resolved
Hide resolved
…pipeline_processors_editor/components/shared/map_processor_type_to_form.tsx Co-authored-by: Jean-Louis Leysens <jloleysens@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me! Great work @jrodewig !
Thanks @jloleysens! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Built locally and looks great! I'm 👍 on these changes. Thanks @jrodewig.
Thanks @lockewritesdocs! |
@elasticmachine merge upstream |
💚 Build SucceededBuild metricsasync chunks size
History
To update your PR or re-run it, just comment with: |
…76113) (#76948) * [Ingest Pipelines] Add descriptions for ingest processors E-J (#76113) Co-authored-by: Jean-Louis Leysens <jloleysens@gmail.com> # Conflicts: # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/shared/map_processor_type_to_form.tsx * Add code from #76948 * [Ingest Pipelines] Add descriptions for ingest processors A-D (#75975) * Fixing formatting issues identified by Prettier, part 2. * Fixing helpText labels. * Adding {value} object for dissect processor. * Incorporating reviewer feedback. * fix dropdown not rendering * Fixing typo. * add support for FormattedMessage in help text * fix TS * Updating some strings and trying to add code formatting. * fix formatted message * Editing some field descriptions. * Apply suggestions from code review Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> * Trying to add EuiLink, plus edits. * fix help text for dissect processor * Incorporating reviewer feedback. * Trying to add another EUI element, plus edits. * fix date_index_name description text * Minor edit. * Fixing linter error. * Removing FunctionComponent, which was not read and caused build errors. Co-authored-by: Alison Goryachev <alisonmllr20@gmail.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> Co-authored-by: Adam Locke <adam.locke@elastic.co> Co-authored-by: Alison Goryachev <alisonmllr20@gmail.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Summary
Adds descriptions for the following ingest processors:
Also updates several field descriptions for consistency with #75975.
Depends on #75975 for display implementation.
Relates to Ingest Node Processors Editors Forms
Checklist
Notes for reviewers
These changes don't include an interface for accessing/displaying the description copy. CI failure is expected until that's added (either in this PR or another).