Skip to content
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

[8.8] [Enterprise Search] Minor copyedit for Search Applications, Behavioral Analytics (#156012) #156032

Merged
merged 1 commit into from
Apr 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const CORSStep = (): EuiContainedStepProps => ({

<EuiCodeBlock language="yaml" isCopyable>
{`http.cors.allow-origin: "*"
http.cors.enabled: true
http.cors.enabled: true
http.cors.allow-credentials: true
http.cors.allow-methods: OPTIONS, POST
http.cors.allow-headers: X-Requested-With, X-Auth-Token, Content-Type, Content-Length, Authorization, Access-Control-Allow-Headers, Accept`}
Expand Down Expand Up @@ -272,7 +272,7 @@ export const AnalyticsCollectionIntegrateView: React.FC<AnalyticsCollectionInteg
'xpack.enterpriseSearch.analytics.collectionsView.integration.description',
{
defaultMessage:
'Easily install our tracker on your search application to receive in depth analytics data. No search applications required.',
'Easily install our tracker on your application or website to receive in-depth analytics data.',
}
),
rightSideItems: [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const EnginesList: React.FC<ListProps> = ({ createEngineFlyoutOpen }) =>
description: (
<FormattedMessage
id="xpack.enterpriseSearch.content.searchApplications.description"
defaultMessage="Search Applications help make your Elasticsearch data searchable for end users, with out-of-the-box relevance, analytics and personalization tools. To learn more, {documentationUrl}."
defaultMessage="Search Applications help make your Elasticsearch data easily searchable for end users. Create, build, and manage all your search applications here. To learn more, {documentationUrl}."
values={{
documentationUrl: (
<EuiLink
Expand Down