diff --git a/deploy-manage/deploy/cloud-enterprise/deployment-templates.md b/deploy-manage/deploy/cloud-enterprise/deployment-templates.md index 75073bdcd5..3026deb16b 100644 --- a/deploy-manage/deploy/cloud-enterprise/deployment-templates.md +++ b/deploy-manage/deploy/cloud-enterprise/deployment-templates.md @@ -45,7 +45,7 @@ The system deployment templates available by default are: * **Elastic Observability template** - This template allows you to consolidate your logs, metrics, application traces, and system availability with purpose-built UIs. Check the [**Elastic Observability**](../../../solutions/observability/get-started/what-is-elastic-observability.md) documentation for more information. + This template allows you to consolidate your logs, metrics, application traces, and system availability with purpose-built UIs. Check the [**Elastic Observability**](/solutions/observability.md) documentation for more information. ## Instance configurations [ece-getting-started-instance-configurations] diff --git a/get-started/_snippets/observability-overview.md b/get-started/_snippets/observability-overview.md index 7c362d7f50..33f3cd3ca1 100644 --- a/get-started/_snippets/observability-overview.md +++ b/get-started/_snippets/observability-overview.md @@ -4,7 +4,9 @@ By leveraging the search and analytics capabilities of {{es}}, it offers a holis Elastic {{observability}} embraces open standards like OpenTelemetry for flexible data collection, and offers scalable, cost-efficient data retention with tiered storage. -For a complete overview, refer to [](/solutions/observability/get-started/what-is-elastic-observability.md). +:::{tip} +New to Elastic? Refer to [Elastic Fundamentals](/get-started/index.md) to understand the Elastic Stack, its components, and your deployment options. +::: ## Use cases [observability-use-cases] @@ -12,17 +14,17 @@ Apply {{observability}} to various scenarios to improve operational awareness an :::{dropdown} Use cases :open: -* **Log monitoring and analytics:** Centralize and analyze petabytes of log data from any source. This enables quick searching, ad-hoc queries with ES|QL, and visualization with prebuilt dashboards to diagnose issues. -* **Application Performance Monitoring (APM):** Gain code-level visibility into application performance. By collecting and analyzing traces with native OTel support, teams can identify bottlenecks, track errors, and optimize the end-user experience. -* **Infrastructure monitoring:** Monitor metrics from servers, virtual machines, containers, and serverless environments with over 400 out-of-the-box integrations, including OpenTelemetry. This provides deep insights into resource utilization and overall system health. -* **AI-powered log analysis with Streams**: Ingest raw logs in any format directly to a single endpoint without the need for complex agent management or manual parsing pipelines. Streams leverages AI to automatically parse, structure, and analyze log data on the fly. +* **[Log monitoring and analytics](/solutions/observability/logs.md):** Centralize and analyze petabytes of log data from any source. This enables quick searching, ad-hoc queries with ES|QL, and visualization with prebuilt dashboards to diagnose issues. +* **[Application Performance Monitoring (APM)](/solutions/observability/applications/index.md):** Gain code-level visibility into application performance. By collecting and analyzing traces with native OTel support, teams can identify bottlenecks, track errors, and optimize the end-user experience. +* **[Infrastructure monitoring](/solutions/observability/infra-and-hosts.md):** Monitor metrics from servers, virtual machines, containers, and serverless environments with over 400 out-of-the-box integrations, including OpenTelemetry. This provides deep insights into resource utilization and overall system health. +* **[AI-powered log analysis with Streams](/solutions/observability/streams/streams.md):** Ingest raw logs in any format directly to a single endpoint without the need for complex agent management or manual parsing pipelines. Streams leverages AI to automatically parse, structure, and analyze log data on the fly. * **Digital experience monitoring:** - * **Real User Monitoring (RUM):** Capture and analyze data on how real users interact with web applications to improve perceived performance. - * **Synthetic monitoring:** Proactively simulate user journeys and API calls to test application availability and functionality. - * **Uptime monitoring:** Continuously check the status of services and applications to ensure they are available. -* **Universal Profiling:** Gain visibility into system performance and identify expensive lines of code without application instrumentation, helping to increase CPU efficiency and reduce cloud spend. -* **LLM Observability:** Gain deep insights into the performance, usage, and costs of Large Language Model (LLM) prompts and responses. -* **Incident response and management:** Investigate operational incidents by correlating data from multiple sources, accelerating root cause analysis and resolution. + * **[Real User Monitoring (RUM)](/solutions/observability/applications/user-experience.md):** Capture and analyze data on how real users interact with web applications to improve perceived performance. + * **[Synthetic monitoring](/solutions/observability/synthetics/index.md):** Proactively simulate user journeys and API calls to test application availability and functionality. + * **[Uptime monitoring](/solutions/observability/uptime/index.md):** Continuously check the status of services and applications to ensure they are available. +* **[LLM Observability](/solutions/observability/applications/llm-observability.md):** Gain deep insights into the performance, usage, and costs of Large Language Model (LLM) prompts and responses. +* **[Incident response and management](/solutions/observability/incident-management.md):** Investigate operational incidents by correlating data from multiple sources, accelerating root cause analysis and resolution. +* **[Universal Profiling](/solutions/observability/infra-and-hosts/get-started-with-universal-profiling.md):** Gain visibility into system performance and identify expensive lines of code without application instrumentation, helping to increase CPU efficiency and reduce cloud spend. ::: To start your {{observability}} journey, read the [**Get started**](/solutions/observability/get-started.md) guide, which presents all the essential steps, with links to valuable resources. You can also browse the {{observability}} [**Quickstart guides**](/solutions/observability/get-started/quickstarts.md). @@ -38,8 +40,9 @@ At the heart of Elastic {{observability}} are several key components that enable * [**Logs:**](/solutions/observability/logs.md) Timestamped records of events that provide detailed, contextual information. * [**Metrics:**](/solutions/observability/infra-and-hosts/analyze-infrastructure-host-metrics.md) Numerical measurements of system performance and health over time. * [**Traces:**](/solutions/observability/apm/traces.md) Representations of end-to-end journeys of requests as they travel through distributed systems. -* [**OpenTelemetry:**](/solutions/observability/apm/opentelemetry/index.md) {{Observability}} offers first-class, production-grade support for OpenTelemetry. This allows organizations to use vendor-neutral instrumentation and stream native OTel data without proprietary agents, leveraging the Elastic Distribution of OpenTelemetry (EDOT). -* [**AIOps and AI Assistant:**](/solutions/observability/observability-ai-assistant.md) Leverages predictive analytics and an LLM-powered AI Assistant to reduce the time required to detect, investigate, and resolve incidents. This includes zero-config anomaly detection, pattern analysis, and the ability to surface correlations and root causes. -* **[Alerting](/solutions/observability/incident-management/alerting.md) and [Cases](/solutions/observability/incident-management/cases.md):** Allows you to create rules to detect complex conditions and perform actions. Cases allows teams to stay aware of potential issues and track investigation details, assign tasks, and collaborate on resolutions. -* [**Service Level Objectives (SLOs):**](/solutions/observability/incident-management/service-level-objectives-slos.md) A framework for defining and monitoring the reliability of a service. Elastic {{observability}} allows for creating and tracking SLOs to ensure that performance targets are being met. +* [**OpenTelemetry:**](/solutions/observability/apm/opentelemetry/index.md) {{Observability}} offers first-class, production-grade support for OpenTelemetry. This allows organizations to use vendor-neutral instrumentation and stream native OTel data without proprietary agents, leveraging the {{edot}} (EDOT). +* [**AIOps and AI Assistant:**](/solutions/observability/observability-ai-assistant.md) Leverages predictive analytics and an LLM-powered AI Assistant to reduce the time required to detect, investigate, and resolve incidents. This includes zero-config {{anomaly-detect}}, pattern analysis, and the ability to surface correlations and root causes. +* **[Alerting](/solutions/observability/incident-management/alerting.md)**: Allows you to create rules to detect complex conditions and perform actions. +* **[Cases](/solutions/observability/incident-management/cases.md):** Cases allows teams to stay aware of potential issues and track investigation details, assign tasks, and collaborate on resolutions. +* [**Service Level Objectives (SLOs):**](/solutions/observability/incident-management/service-level-objectives-slos.md) A framework for defining and monitoring the reliability of a service. Elastic {{observability}} allows for creating and tracking SLOs to ensure you meet your performance targets. ::: \ No newline at end of file diff --git a/redirects.yml b/redirects.yml index 432357bc47..a5cc2b5ec7 100644 --- a/redirects.yml +++ b/redirects.yml @@ -585,5 +585,5 @@ redirects: # Related to https://github.com/elastic/docs-content/pull/3685 'deploy-manage/monitor/autoops/cc-cloud-connect-autoops-faq.md': 'deploy-manage/monitor/autoops/ec-autoops-faq.md' - - +# Related to https://github.com/elastic/docs-team/issues/104 + 'solutions/observability/get-started/what-is-elastic-observability': 'solutions/observability.md' \ No newline at end of file diff --git a/solutions/index.md b/solutions/index.md index bcc9659177..fe72e53786 100644 --- a/solutions/index.md +++ b/solutions/index.md @@ -14,7 +14,7 @@ description: Learn about Elastic solutions for search, observability, and securi # Solutions and use cases :::{tip} -New to Elastic? Refer to [](/get-started/index.md) to understand the Elastic Stack and its components, and your deployment options. +New to Elastic? Refer to [Elastic Fundamentals](/get-started/index.md) to understand the {{stack}}, its components, and your deployment options. ::: Users reach for Elastic products, features, and tools for three main use cases: observability, security, and search. @@ -26,14 +26,14 @@ These use cases are supported by ready-to-use implementations that help you get While these solutions and project types provide pre-built components for common use cases, you can also build custom implementations using Elastic's features, APIs, and tools. This documentation guides you through: -1. Evaluating if an Elastic solution fits your needs -2. Getting started with your chosen solution -3. Implementing specific features and capabilities +1. Evaluating if an Elastic solution fits your needs. +2. Getting started with your chosen solution. +3. Implementing specific features and capabilities. Learn more in the following sections: | Solution | Use case | | --- | --- | -| [Elasticsearch](search.md) | Build search experiences, or implement custom use cases with Elasticsearch -| [Observability](observability.md) | Monitor and troubleshoot applications and infrastructure with Elastic Observability -| [Security](security.md) | Protect applications and infrastructure with Elastic Security +| [Elasticsearch](search.md) | Build search experiences, or implement custom use cases with {{es}} +| [Observability](observability.md) | Monitor and troubleshoot applications and infrastructure with {{product.observability}} +| [Security](security.md) | Protect applications and infrastructure with {{elastic-sec}} diff --git a/solutions/observability.md b/solutions/observability.md index 73a6a159b0..01ca4f18f5 100644 --- a/solutions/observability.md +++ b/solutions/observability.md @@ -19,66 +19,6 @@ products: :::{include} ../get-started/_snippets/observability-overview.md ::: - - - - ## Related reference [_reference_documentation] The {{observability}} reference documentation is available in the [Elastic reference documentation](/reference/observability/index.md). diff --git a/solutions/observability/get-started.md b/solutions/observability/get-started.md index bcd08599ac..e29bc892f9 100644 --- a/solutions/observability/get-started.md +++ b/solutions/observability/get-started.md @@ -26,7 +26,7 @@ Learn how to create an {{obs-serverless}} project and use Elastic {{observabilit :::::::{stepper} -::::::{step} Create an {{observability}} project +::::::{step} Create an {{obs-serverless}} project :::{include} /solutions/_snippets/obs-serverless-project.md ::: @@ -177,6 +177,6 @@ Many [{{observability}} integrations](https://www.elastic.co/integrations/data-i ### Other resources -* [What's Elastic {{observability}}](/solutions/observability/get-started/what-is-elastic-observability.md) +* [What's Elastic {{observability}}](/solutions/observability.md) * [What's new in {{product.elastic-stack}}](/release-notes/elastic-observability/index.md) * [{{obs-serverless}} billing dimensions](/deploy-manage/cloud-organization/billing/elastic-observability-billing-dimensions.md) diff --git a/solutions/observability/get-started/logs-essentials.md b/solutions/observability/get-started/logs-essentials.md index 2abaa63ae6..fb803868cf 100644 --- a/solutions/observability/get-started/logs-essentials.md +++ b/solutions/observability/get-started/logs-essentials.md @@ -135,7 +135,7 @@ Many {{observability}} integrations are available to collect and process your da ### Other resources -* [What's Elastic {{observability}}](/solutions/observability/get-started/what-is-elastic-observability.md) +* [What's Elastic {{observability}}](/solutions/observability.md) * [What’s new in Elastic Stack](/release-notes/elastic-observability/index.md) * [{{obs-serverless}} billing dimensions](/deploy-manage/cloud-organization/billing/elastic-observability-billing-dimensions.md) * [Log monitoring](/solutions/observability/logs.md) \ No newline at end of file diff --git a/solutions/observability/get-started/other-tutorials/tutorial-monitor-java-application.md b/solutions/observability/get-started/other-tutorials/tutorial-monitor-java-application.md index 64a43b64af..dfef07116b 100644 --- a/solutions/observability/get-started/other-tutorials/tutorial-monitor-java-application.md +++ b/solutions/observability/get-started/other-tutorials/tutorial-monitor-java-application.md @@ -1912,5 +1912,5 @@ Do not underestimate the importance of this kind of monitoring. Also, consider t ## What’s next? [_whats_next] -For more information about using Elastic {{observability}}, see the [{{observability}} documentation](../what-is-elastic-observability.md). +For more information about using Elastic {{observability}}, refer to the [{{observability}} documentation](/solutions/observability.md). diff --git a/solutions/observability/get-started/quickstart-collect-data-with-aws-firehose.md b/solutions/observability/get-started/quickstart-collect-data-with-aws-firehose.md index 958a45edfd..9c791591e1 100644 --- a/solutions/observability/get-started/quickstart-collect-data-with-aws-firehose.md +++ b/solutions/observability/get-started/quickstart-collect-data-with-aws-firehose.md @@ -203,4 +203,4 @@ Here is an example of the VPC Flow logs dashboard: :screenshot: ::: -Refer to [What is Elastic {{observability}}?](/solutions/observability/get-started/what-is-elastic-observability.md) for a description of other useful features. +Refer to [What is Elastic {{observability}}?](/solutions/observability.md) for a description of other useful features. diff --git a/solutions/observability/get-started/quickstart-monitor-hosts-with-elastic-agent.md b/solutions/observability/get-started/quickstart-monitor-hosts-with-elastic-agent.md index 65ae282d63..e1296acf7f 100644 --- a/solutions/observability/get-started/quickstart-monitor-hosts-with-elastic-agent.md +++ b/solutions/observability/get-started/quickstart-monitor-hosts-with-elastic-agent.md @@ -178,7 +178,7 @@ For host monitoring, the following capabilities and features are recommended: * [Detect change points](/explore-analyze/machine-learning/machine-learning-in-kibana/xpack-ml-aiops.md#change-point-detection) in your time series data. -Refer to the [Observability overview](/solutions/observability/get-started/what-is-elastic-observability.md) for a description of other useful features. +Refer to the [Observability overview](/solutions/observability.md) for a description of other useful features. ## Manage your data [_manage_your_data] diff --git a/solutions/observability/get-started/quickstart-monitor-kubernetes-cluster-with-elastic-agent.md b/solutions/observability/get-started/quickstart-monitor-kubernetes-cluster-with-elastic-agent.md index 8c25da46cc..7fd3c8501e 100644 --- a/solutions/observability/get-started/quickstart-monitor-kubernetes-cluster-with-elastic-agent.md +++ b/solutions/observability/get-started/quickstart-monitor-kubernetes-cluster-with-elastic-agent.md @@ -190,7 +190,7 @@ After installation is complete and all relevant data is flowing into Elastic, th Furthermore, you can access other useful prebuilt dashboards for monitoring Kubernetes resources, for example running pods per namespace, as well as the resources they consume, like CPU and memory. -Refer to [Observability overview](/solutions/observability/get-started/what-is-elastic-observability.md) for a description of other useful features. +Refer to [Observability overview](/solutions/observability.md) for a description of other useful features. ## Uninstall {{agent}} from the Kubernetes cluster [monitor-k8s-with-agent-delete-agent] diff --git a/solutions/observability/get-started/quickstart-unified-kubernetes-observability-with-elastic-distributions-of-opentelemetry-edot.md b/solutions/observability/get-started/quickstart-unified-kubernetes-observability-with-elastic-distributions-of-opentelemetry-edot.md index 6ea6ea4fdb..188692f9e6 100644 --- a/solutions/observability/get-started/quickstart-unified-kubernetes-observability-with-elastic-distributions-of-opentelemetry-edot.md +++ b/solutions/observability/get-started/quickstart-unified-kubernetes-observability-with-elastic-distributions-of-opentelemetry-edot.md @@ -167,4 +167,4 @@ Find **Machine Learning** in the main menu or use the [global search field](/exp * To troubleshoot deployment and installation, refer to [installation verification](/solutions/observability/get-started/opentelemetry/use-cases/kubernetes/deployment.md#verify-the-installation). * For application instrumentation details, refer to [Instrumenting applications with EDOT SDKs on Kubernetes](/solutions/observability/get-started/opentelemetry/use-cases/kubernetes/instrumenting-applications.md). * To customize the configuration, refer to [custom configuration](/solutions/observability/get-started/opentelemetry/use-cases/kubernetes/customization.md). -* Refer to [Observability overview](/solutions/observability/get-started/what-is-elastic-observability.md) for a description of other useful features. \ No newline at end of file +* Refer to [Observability overview](/solutions/observability.md) for a description of other useful features. \ No newline at end of file diff --git a/solutions/observability/get-started/what-is-elastic-observability.md b/solutions/observability/get-started/what-is-elastic-observability.md deleted file mode 100644 index b4fd7b1d4b..0000000000 --- a/solutions/observability/get-started/what-is-elastic-observability.md +++ /dev/null @@ -1,152 +0,0 @@ ---- -description: An introduction to Elastic Observability, a unified solution that provides insights into application behavior through logs, metrics, traces, and more. -mapped_pages: - - https://www.elastic.co/guide/en/observability/current/observability-introduction.html - - https://www.elastic.co/guide/en/serverless/current/observability-serverless-observability-overview.html -products: - - id: observability - - id: cloud-serverless ---- - -# What is Elastic {{observability}}? [observability-introduction] - -{{observability}} provides granular insights and context into the behavior of applications running in your environments. It’s an important part of any system that you build and want to monitor. Being able to detect and fix root cause events quickly within an observable system is a minimum requirement for any analyst. - -[Elastic {{observability}}](https://www.elastic.co/observability) provides a single stack to unify your logs, infrastructure metrics, application traces, user experience data, synthetics, and universal profiling. Ingest your data directly to {{es}}, where you can further process and enhance the data, before visualizing it and adding alerts in {{kib}}. - -:::{image} /solutions/images/observability-what-is-observability.svg -:alt: Elastic {{observability}} overview diagram -::: - -:::{{tip}} -To get started with Elastic {{observability}}, refer to [Get started with {{observability}}](/solutions/observability/get-started.md). -::: - -## Log monitoring [apm-overview] - -Analyze log data from your hosts, services, Kubernetes, Apache, and many more. - -In **Discover**, you can quickly search and filter your log data, get information about the structure of the fields, and display your findings in a visualization. - -:::{image} ../../images/logs-discover.png -:alt: Discover showing log events -:class: screenshot -::: - -[Learn more about log monitoring](/solutions/observability/logs.md). - - -## Application performance monitoring (APM) [observability-serverless-observability-overview-application-performance-monitoring-apm] - -Instrument your code and collect performance data and errors at runtime by installing APM agents for Java, Go, .NET, and many more. Then use Observability to monitor your software services and applications in real time: - -* Visualize detailed performance information on your services. -* Identify and analyze errors. -* Monitor host-level and APM agent-specific metrics like JVM and Go runtime metrics. - -The **Service** inventory provides a quick, high-level overview of the health and general performance of all instrumented services. - -:::{image} /solutions/images/serverless-services-inventory.png -:alt: Service inventory showing health and performance of instrumented services -:screenshot: -::: - -[Learn more about Application performance monitoring (APM)](/solutions/observability/apm/index.md). - -## Infrastructure monitoring [metrics-overview] - -Monitor system and service metrics from your servers, Docker, Kubernetes, Prometheus, and other services and applications. - -On the {{observability}} **Overview** page, the **Hosts** table shows your top hosts with the most significant resource footprints. These metrics help you evaluate host efficiency and determine if resource consumption is impacting end users. - -:::{image} /solutions/images/observability-metrics-summary.png -:alt: Summary of Hosts on the {{observability}} overview page -:screenshot: -::: - -You can then drill down into the {{infrastructure-app}} by clicking **Show inventory**. Here you can monitor and filter your data by hosts, pods, containers, or EC2 instances and create custom groupings such as availability zones or namespaces. - -[Learn more about infrastructure monitoring](/solutions/observability/infra-and-hosts/analyze-infrastructure-host-metrics.md). - -% Stateful only for RUM. - -## Real user monitoring (RUM) [user-experience-overview] - -Quantify and analyze the perceived performance of your web application with {{user-experience}} data, powered by the APM RUM agent. Unlike testing environments, {{user-experience}} data reflects real-world user experiences. - -On the {{observability}} **Overview** page, the **{{user-experience}}** chart provides a snapshot of core web vitals for the service with the most traffic. - -:::{image} /solutions/images/observability-obs-overview-ue.png -:alt: Summary of {{user-experience}} metrics on the {{observability}} overview page -:screenshot: -::: - -You can then drill down into the {{user-experience}} dashboard by clicking **Show dashboard** to see data by URL, operating system, browser, and location. - - [Learn more about {{user-experience}}](/solutions/observability/applications/user-experience.md). - -## Synthetic monitoring [synthetic-monitoring-overview] - -Simulate actions and requests that an end user would perform on your site at predefined intervals and in a controlled environment. The end result is rich, consistent, and repeatable data that you can trend and alert on. - -[Learn more about Synthetic monitoring](/solutions/observability/synthetics/index.md). - -% Stateful only for Universal Profiling. - -## Universal Profiling [universal-profiling-overview] - -Build stack traces to get visibility into your system without application source code changes or instrumentation. Use flamegraphs to explore system performance and identify the most expensive lines of code, increase CPU resource efficiency, debug performance regressions, and reduce cloud spend. - -[Learn more about Universal Profiling](/solutions/observability/infra-and-hosts/universal-profiling.md) - -## Alerting [observability-serverless-observability-overview-alerting] - -Stay aware of potential issues in your environments with Observability’s alerting and actions feature that integrates with log monitoring and APM. It provides a set of built-in actions and specific threshold rules and enables central management of all rules. - -On the **Alerts** page, the **Alerts** table provides a snapshot of alerts occurring within the specified time frame. The table includes the alert status, when it was last updated, the reason for the alert, and more. - -:::{image} /solutions/images/serverless-observability-alerts-overview.png -:alt: Summary of Alerts on the Observability overview page -:screenshot: -::: - -[Learn more about alerting → ](/solutions/observability/incident-management/alerting.md). - -## Service-level objectives (SLOs) [observability-serverless-observability-overview-service-level-objectives-slos] - -Set clear, measurable targets for your service performance, based on factors like availability, response times, error rates, and other key metrics. Then monitor and track your SLOs in real time, using detailed dashboards and alerts that help you quickly identify and troubleshoot issues. - -From the SLO overview list, you can see all of your SLOs and a quick summary of what’s happening in each one: - -:::{image} /solutions/images/serverless-slo-dashboard.png -:alt: Dashboard showing list of SLOs -:screenshot: -::: - -[Learn more about SLOs → ](/solutions/observability/incident-management/service-level-objectives-slos.md). - -## Cases [observability-serverless-observability-overview-cases] - -Collect and share information about observability issues by creating cases. Cases allow you to track key investigation details, add assignees and tags to your cases, set their severity and status, and add alerts, comments, and visualizations. You can also send cases to third-party systems, such as ServiceNow and Jira. - -:::{image} /solutions/images/serverless-cases.png -:alt: Screenshot showing list of cases -:screenshot: -::: - -[Learn more about cases](/solutions/observability/incident-management/cases.md). - -## Machine learning and AIOps [observability-serverless-observability-overview-aiops] - -Reduce the time and effort required to detect, understand, investigate, and resolve incidents at scale by leveraging predictive analytics and machine learning: - -* Detect anomalies by comparing real-time and historical data from different sources to look for unusual, problematic patterns. -* Find and investigate the causes of unusual spikes or drops in log rates. -* Detect distribution changes, trend changes, and other statistically significant change points in a metric of your time series data. - -:::{image} /solutions/images/serverless-log-rate-analysis.png -:alt: Log rate analysis page showing log rate spike -:screenshot: -::: - -[Learn more about machine learning and AIOps](/explore-analyze/machine-learning/machine-learning-in-kibana/xpack-ml-aiops.md). diff --git a/solutions/toc.yml b/solutions/toc.yml index da344a87e2..4cb8bf7548 100644 --- a/solutions/toc.yml +++ b/solutions/toc.yml @@ -104,7 +104,6 @@ toc: children: - file: observability/get-started.md children: - - file: observability/get-started/what-is-elastic-observability.md - file: observability/get-started/quickstarts.md children: - file: observability/get-started/quickstart-monitor-hosts-with-opentelemetry.md