-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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_MANAGER] Make package config name blank for endpoint on Package Config create #73082
[INGEST_MANAGER] Make package config name blank for endpoint on Package Config create #73082
Conversation
…k-ingest-package-config-name
Pinging @elastic/endpoint-app-team (Feature:Endpoint) |
Pinging @elastic/endpoint-management (Team:Endpoint Management) |
Pinging @elastic/ingest-management (Team:Ingest Management) |
LGTM, did we consider a placeholder for the integration name? FYI @hbharding |
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.
To Kevin's comment, I wouldn't mind adding a placeholder attribute to the name input. This would help UX in general if user clears out suggested name for any other integration.
Small comment but otherwise LGTM
dsWithMatchingNames.length ? dsWithMatchingNames[dsWithMatchingNames.length - 1] + 1 : 1 | ||
}`, | ||
name: | ||
// For Endpoint packages, the user must fill in the name, thus we don't attempt to generate |
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.
Can you add a FIXME comment to improve this in the next release? :) I'm not sure if there is an issue filed but adding the URL of the issue would be great too.
P.S. added 7.10 label too since 7.x targets 7.10 now. |
@kevinlog I spoke with @hbharding on this. Placeholders sometimes cause confusion to the user in that they appear to actually be the value that is populated already. The idea is to put some more text below (or the left) of each field that provides the user with some more guidance/info. on what to use for that field. I'm also waiting to hear from Eui Team - because if we can set focus to the name field (during initialization only) if it is blank would further improve the UX. Thanks @jen-huang |
Found it - will reference this in the code: #72948 |
💚 Build SucceededBuild metricsasync chunks size
History
To update your PR or re-run it, just comment with: |
…ge Config create (elastic#73082) * Make package config name blank for endpoint * Added functional tests on endpoint side
…ge Config create (elastic#73082) * Make package config name blank for endpoint * Added functional tests on endpoint side
* master: (111 commits) Remove flaky note from gauge tests (elastic#73240) Convert functional vega tests to ts and unskip tests (elastic#72238) [Graph] Unskip graph tests (elastic#72291) Add default Elasticsearch credentials to docs (elastic#72617) [APM] Read body from indicesStats in upload-telemetry-data (elastic#72732) The directory in the command was missing the /generated directory and would cause all definitions to be regenerated in the wrong place. (elastic#72766) [KP] use new ES client in SO service (elastic#72289) [Security Solution][Exceptions] Prevents value list entries from co-existing with non value list entries (elastic#72995) Return EUI CSS to Shareable Runtime (elastic#72990) Removed useless karma test (elastic#73190) [INGEST_MANAGER] Make package config name blank for endpoint on Package Config create (elastic#73082) [Ingest Manager] Support DEGRADED state in fleet agent event (elastic#73104) [Security Solution][Detections] Change detections breadcrumb title (elastic#73059) [ML] Fixing unnecessary deleting job polling (elastic#73087) [ML] Fixing recognizer wizard create job button (elastic#73025) [Composable template] Preview composite template (elastic#72598) [Uptime] Use manual intervals for ping histogram (elastic#72928) [Security Solution][Endpoint] Task/policy save modal text change, remove duplicate policy details text (elastic#73130) [Maps] fix tile layer attibution text and attribution link validation errors (elastic#73160) skip ingest pipeline api tests ...
Summary
On Package Configuration Create flow, if the selected package is
endpoint
, do not generate a default package configuration name - which will force the user to define one manually.