-
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
[Serverless Search] Improve awareness on using pipelines #182177
Conversation
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.
cc: @leemthompo to review copy
<EuiSpacer size="s" /> | ||
<EuiText> | ||
<p> | ||
<EuiLink href={'#'} target="_blank"> |
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.
Given this is for serverless we will need to populate all links before we can merge. We have to assume any commit can go to production.
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.
Yes. I agree
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.
updated all links - d9281e6
{i18n.translate( | ||
'xpack.serverlessSearch.connectors.config.preprocessData.clientIngestionPipeline', | ||
{ | ||
defaultMessage: 'search-default-ingestion', |
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.
since this is the name of the default ingest pipeline I think we should
- use a constant for it
- we should not translate it.
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.
maybe use code format too?
search-default-ingestion
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.
Updated in 59e464a
@saarikabhasi I see the padding within the icons too small. Consider take a look to this specs: |
...ss_search/public/application/components/connectors/connector_config/connector_index_name.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/serverless_search/public/application/components/overview.tsx
Outdated
Show resolved
Hide resolved
@leemthompo updated copy changes in d80d267 |
…nto data-preprocessing
…nto data-preprocessing
@elasticmachine merge upstream |
…nto data-preprocessing
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.
Copy and Doclinks LGTM
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
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.
Everything here LGTM
Summary
Adds a section for
Preprocessing data
Remove
Transform and enrich your data
from home pageScreen Recording
Screen.Recording.2024-04-30.at.1.16.01.PM.mov
Checklist
Delete any items that are not applicable to this PR.