diff --git a/x-pack/plugins/observability/public/pages/home/index.tsx b/x-pack/plugins/observability/public/pages/home/index.tsx
index 696361393ef82..91e7e2759b824 100644
--- a/x-pack/plugins/observability/public/pages/home/index.tsx
+++ b/x-pack/plugins/observability/public/pages/home/index.tsx
@@ -92,7 +92,7 @@ export const Home = () => {
{i18n.translate('xpack.observability.home.sectionTitle', {
- defaultMessage: 'Observability built on the Elastic Stack',
+ defaultMessage: 'Unified visibility across your entire ecosystem',
})}
@@ -100,7 +100,7 @@ export const Home = () => {
{i18n.translate('xpack.observability.home.sectionsubtitle', {
defaultMessage:
- 'Bring your logs, metrics, and APM traces together at scale in a single stack so you can monitor and react to events happening anywhere in your environment.',
+ 'Monitor, analyze, and react to events happening anywhere in your environment by bringing logs, metrics, and traces together at scale in a single stack.',
})}
diff --git a/x-pack/plugins/observability/public/pages/home/section.ts b/x-pack/plugins/observability/public/pages/home/section.ts
index a2b82c31bf2ab..d33571a16ccb7 100644
--- a/x-pack/plugins/observability/public/pages/home/section.ts
+++ b/x-pack/plugins/observability/public/pages/home/section.ts
@@ -23,7 +23,7 @@ export const appsSection: ISection[] = [
icon: 'logoLogging',
description: i18n.translate('xpack.observability.section.apps.logs.description', {
defaultMessage:
- 'The Elastic Stack (sometimes known as the ELK Stack) is the most popular open source logging platform.',
+ 'Centralize logs from any source. Search, tail, automate anomaly detection, and visualize trends so you can take action quicker.',
}),
},
{
@@ -34,7 +34,7 @@ export const appsSection: ISection[] = [
icon: 'logoAPM',
description: i18n.translate('xpack.observability.section.apps.apm.description', {
defaultMessage:
- 'See exactly where your application is spending time so you can quickly fix issues and feel good about the code you push.',
+ 'Trace transactions through a distributed architecture and map your services’ interactions to easily spot performance bottlenecks.',
}),
},
{
@@ -45,7 +45,7 @@ export const appsSection: ISection[] = [
icon: 'logoMetrics',
description: i18n.translate('xpack.observability.section.apps.metrics.description', {
defaultMessage:
- 'Already using the Elastic Stack for logs? Add metrics in just a few steps and correlate metrics and logs in one place.',
+ 'Analyze metrics from your infrastructure, apps, and services. Discover trends, forecast behavior, get alerts on anomalies, and more.',
}),
},
{
@@ -56,7 +56,7 @@ export const appsSection: ISection[] = [
icon: 'logoUptime',
description: i18n.translate('xpack.observability.section.apps.uptime.description', {
defaultMessage:
- 'React to availability issues across your apps and services before they affect users.',
+ 'Proactively monitor the availability of your sites and services. Receive alerts and resolve issues faster to optimize your users’ experience.',
}),
},
];