-
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 Node Pipelines] Remove default value for error_distance param #102222
[Ingest Node Pipelines] Remove default value for error_distance param #102222
Conversation
@elasticmachine merge upstream |
@elasticmachine merge upstream |
Pinging @elastic/kibana-stack-management (Team:Stack Management) |
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.
LGTM! Works on my machine! 😆
…x/ingest_circle_processor
@@ -110,14 +104,14 @@ export const Circle: FunctionComponent = () => { | |||
options: [ | |||
{ | |||
value: 'shape', | |||
label: i18n.translate( | |||
text: i18n.translate( |
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.
The EuiSelect
component expects a text
prop (docs).
Resolves the warning: Warning: Failed prop type: The prop `options[0].text` is marked as required in `EuiSelect`, but its value is `undefined`.
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.
Thank you for fixing this, @alisonelizabeth!
Changes LGTM and tested locally 👍
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
Fixes #102147
Release note
The Ingest Node Pipelines UI now requires a user to provide a value for the
error_distance
option when configuring a circle processor. There is no applicable default value.