diff --git a/solutions/observability.md b/solutions/observability.md index 714298965a..7019ad252a 100644 --- a/solutions/observability.md +++ b/solutions/observability.md @@ -1,4 +1,5 @@ --- +navigation_title: Observability mapped_pages: - https://www.elastic.co/guide/en/serverless/current/what-is-observability-serverless.html - https://www.elastic.co/guide/en/observability/current/index.html @@ -13,7 +14,7 @@ products: - id: edot-collector --- -# Observability +# Elastic Observability overview Elastic {{observability}} accelerates problem resolution with open, flexible, and unified observability powered by advanced machine learning and analytics. Elastic ingests all operational and business telemetry and correlates for faster root cause detection. diff --git a/solutions/observability/apm/installation-layout.md b/solutions/observability/apm/installation-layout.md index 3eb98ef3bd..f80e88667e 100644 --- a/solutions/observability/apm/installation-layout.md +++ b/solutions/observability/apm/installation-layout.md @@ -1,4 +1,5 @@ --- +navigation_title: Installation layout mapped_pages: - https://www.elastic.co/guide/en/observability/current/apm-directory-layout.html applies_to: @@ -8,7 +9,7 @@ products: - id: apm --- -# Installation layout [apm-directory-layout] +# Installation layout for Elastic APM Server [apm-directory-layout] View the installation layout and default paths for both Fleet-managed APM Server and the APM Server binary. diff --git a/solutions/observability/apm/limitations.md b/solutions/observability/apm/limitations.md index e331a4f72c..53f0f426c4 100644 --- a/solutions/observability/apm/limitations.md +++ b/solutions/observability/apm/limitations.md @@ -1,4 +1,5 @@ --- +navigation_title: Limitations mapped_pages: - https://www.elastic.co/guide/en/observability/current/apm-open-telemetry-known-limitations.html - https://www.elastic.co/guide/en/serverless/current/observability-apm-agents-opentelemetry-limitations.html @@ -11,7 +12,7 @@ products: - id: cloud-serverless --- -# Limitations [apm-open-telemetry-known-limitations] +# OpenTelemetry limitations in Elastic APM [apm-open-telemetry-known-limitations] ## OpenTelemetry traces [apm-open-telemetry-traces-limitations] diff --git a/solutions/observability/apm/metrics-ui.md b/solutions/observability/apm/metrics-ui.md index ac775ac574..5753a7df39 100644 --- a/solutions/observability/apm/metrics-ui.md +++ b/solutions/observability/apm/metrics-ui.md @@ -1,4 +1,5 @@ --- +navigation_title: Metrics UI mapped_pages: - https://www.elastic.co/guide/en/observability/current/apm-metrics.html - https://www.elastic.co/guide/en/serverless/current/observability-apm-metrics.html @@ -11,7 +12,7 @@ products: - id: cloud-serverless --- -# Metrics [apm-metrics] +# Metrics UI in Elastic APM [apm-metrics] The **Metrics** overview provides APM agent-specific metrics, which lets you perform more in-depth root cause analysis investigations within the Applications UI. diff --git a/solutions/observability/apm/metrics.md b/solutions/observability/apm/metrics.md index df92302404..ee5108a4f5 100644 --- a/solutions/observability/apm/metrics.md +++ b/solutions/observability/apm/metrics.md @@ -1,4 +1,5 @@ --- +navigation_title: Metrics mapped_pages: - https://www.elastic.co/guide/en/observability/current/apm-data-model-metrics.html applies_to: @@ -9,7 +10,7 @@ products: - id: apm --- -# Metrics [apm-data-model-metrics] +# Metrics in Elastic APM [apm-data-model-metrics] :::{include} _snippets/apm-server-vs-mis.md ::: diff --git a/solutions/observability/apm/traces-ui.md b/solutions/observability/apm/traces-ui.md index e58cc75af6..e6e9077d7d 100644 --- a/solutions/observability/apm/traces-ui.md +++ b/solutions/observability/apm/traces-ui.md @@ -1,4 +1,5 @@ --- +navigation_title: Traces UI mapped_pages: - https://www.elastic.co/guide/en/observability/current/apm-traces.html - https://www.elastic.co/guide/en/serverless/current/observability-apm-traces.html @@ -11,7 +12,7 @@ products: - id: cloud-serverless --- -# Traces [apm-traces] +# Traces UI in Elastic APM [apm-traces] ::::{tip} Traces link together related transactions to show an end-to-end performance of how a request was served and which services were part of it. In addition to the Traces overview, you can view your application traces in the [trace sample timeline waterfall](/solutions/observability/apm/trace-sample-timeline.md). diff --git a/solutions/observability/apm/traces.md b/solutions/observability/apm/traces.md index 72fd23e938..36d98d9d99 100644 --- a/solutions/observability/apm/traces.md +++ b/solutions/observability/apm/traces.md @@ -1,4 +1,5 @@ --- +navigation_title: Traces mapped_pages: - https://www.elastic.co/guide/en/serverless/current/observability-apm-distributed-tracing.html - https://www.elastic.co/guide/en/observability/current/apm-data-model-traces.html @@ -10,7 +11,7 @@ products: - id: observability --- -# Traces [apm-data-model-traces] +# Traces in Elastic APM [apm-data-model-traces] A trace is a group of [transactions](/solutions/observability/apm/transactions.md) and [spans](/solutions/observability/apm/spans.md) with a common root. Each trace tracks the entirety of a single request. It describes the individual operations and their causality that ensue from a single logical operation. diff --git a/solutions/observability/apm/transactions-ui.md b/solutions/observability/apm/transactions-ui.md index e179daa39c..4f252fa0bb 100644 --- a/solutions/observability/apm/transactions-ui.md +++ b/solutions/observability/apm/transactions-ui.md @@ -1,4 +1,5 @@ --- +navigation_title: Transactions UI mapped_pages: - https://www.elastic.co/guide/en/observability/current/apm-transactions.html - https://www.elastic.co/guide/en/serverless/current/observability-apm-transactions.html @@ -11,7 +12,7 @@ products: - id: cloud-serverless --- -# Transactions [apm-transactions] +# Transactions UI in Elastic APM [apm-transactions] A *transaction* describes an event captured by an Elastic APM agent instrumenting a service. APM agents automatically collect performance metrics on HTTP requests, database queries, and much more. diff --git a/solutions/observability/apm/transactions.md b/solutions/observability/apm/transactions.md index 0473d9b038..f5b47142a7 100644 --- a/solutions/observability/apm/transactions.md +++ b/solutions/observability/apm/transactions.md @@ -1,4 +1,5 @@ --- +navigation_title: Transactions mapped_pages: - https://www.elastic.co/guide/en/observability/current/apm-data-model-transactions.html applies_to: @@ -9,7 +10,7 @@ products: - id: apm --- -# Transactions [apm-data-model-transactions] +# Transactions in Elastic APM [apm-data-model-transactions] **Transactions** are a special kind of [span](/solutions/observability/apm/spans.md) that have additional attributes associated with them. They describe an event captured by an Elastic {{apm-agent}} instrumenting a service. You can think of transactions as the highest level of work you’re measuring within a service. As an example, a transaction might be a: diff --git a/solutions/observability/apm/upgrade.md b/solutions/observability/apm/upgrade.md index 31c4baaf58..1a1060fd4f 100644 --- a/solutions/observability/apm/upgrade.md +++ b/solutions/observability/apm/upgrade.md @@ -1,4 +1,5 @@ --- +navigation_title: Upgrade mapped_pages: - https://www.elastic.co/guide/en/observability/current/apm-upgrade.html applies_to: @@ -8,7 +9,7 @@ products: - id: apm --- -# Upgrade [apm-upgrade] +# Upgrade Elastic APM [apm-upgrade] This guide gives general recommendations for upgrading Elastic APM. diff --git a/solutions/observability/incident-management/view-alerts.md b/solutions/observability/incident-management/view-alerts.md index b760552065..5f2cfccb33 100644 --- a/solutions/observability/incident-management/view-alerts.md +++ b/solutions/observability/incident-management/view-alerts.md @@ -1,4 +1,5 @@ --- +navigation_title: View and manage alerts mapped_pages: - https://www.elastic.co/guide/en/observability/current/view-observability-alerts.html - https://www.elastic.co/guide/en/serverless/current/observability-view-alerts.html @@ -11,7 +12,7 @@ products: - id: cloud-serverless --- -# View and manage alerts [observability-view-alerts] +# View and manage alerts in Elastic Observability [observability-view-alerts] ::::{note} diff --git a/solutions/observability/logs/streams/management/retention.md b/solutions/observability/logs/streams/management/retention.md index 8c5f51bae9..e0582e0f71 100644 --- a/solutions/observability/logs/streams/management/retention.md +++ b/solutions/observability/logs/streams/management/retention.md @@ -1,10 +1,11 @@ --- +navigation_title: Manage data retention applies_to: serverless: preview stack: preview 9.1 --- -# Manage data retention [streams-data-retention] +# Manage data retention for log streams [streams-data-retention] Use the **Data retention** tab on the **Manage stream** page to set how long your stream retains data and to get insight into your stream's data ingestion and storage size. diff --git a/solutions/observability/synthetics/manage-data-retention.md b/solutions/observability/synthetics/manage-data-retention.md index e6087ae305..55a87b511e 100644 --- a/solutions/observability/synthetics/manage-data-retention.md +++ b/solutions/observability/synthetics/manage-data-retention.md @@ -1,4 +1,5 @@ --- +navigation_title: Manage data retention mapped_pages: - https://www.elastic.co/guide/en/observability/current/synthetics-manage-retention.html - https://www.elastic.co/guide/en/serverless/current/observability-synthetics-manage-retention.html @@ -10,7 +11,7 @@ products: - id: cloud-serverless --- -# Manage data retention [synthetics-manage-retention] +# Manage data retention for Synthetics [synthetics-manage-retention] When you set up a synthetic monitor, data from the monitor is saved in [{{es}} data streams](/manage-data/data-store/data-streams.md), an append-only structure in {{es}}. diff --git a/solutions/search/rag/playground-troubleshooting.md b/solutions/search/rag/playground-troubleshooting.md index 1b86f39c5e..d2ddd15959 100644 --- a/solutions/search/rag/playground-troubleshooting.md +++ b/solutions/search/rag/playground-troubleshooting.md @@ -1,4 +1,5 @@ --- +navigation_title: Troubleshooting mapped_pages: - https://www.elastic.co/guide/en/kibana/current/playground-troubleshooting.html applies_to: @@ -8,7 +9,7 @@ products: - id: kibana --- -# Troubleshooting [playground-troubleshooting] +# Troubleshooting RAG Playground [playground-troubleshooting] ::::{warning} This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. diff --git a/solutions/search/rag/playground.md b/solutions/search/rag/playground.md index 2407120f17..4c7f1fa804 100644 --- a/solutions/search/rag/playground.md +++ b/solutions/search/rag/playground.md @@ -1,4 +1,5 @@ --- +navigation_title: Playground mapped_pages: - https://www.elastic.co/guide/en/serverless/current/elasticsearch-playground.html - https://www.elastic.co/guide/en/kibana/current/playground.html @@ -10,7 +11,7 @@ products: - id: kibana --- -# Playground [playground] +# Playground for RAG [playground] Use Playground to combine your Elasticsearch data with the power of large language models (LLMs) for retrieval augmented generation (RAG). The chat interface translates your natural language questions into {{es}} queries, retrieves the most relevant results from your {{es}} documents, and passes those documents to the LLM to generate tailored responses. diff --git a/solutions/search/search-applications/search-application-security.md b/solutions/search/search-applications/search-application-security.md index 5aa2a998a8..b58a189012 100644 --- a/solutions/search/search-applications/search-application-security.md +++ b/solutions/search/search-applications/search-application-security.md @@ -11,7 +11,7 @@ products: -# Security [search-application-security] +# Security for search applications [search-application-security] When building a frontend application for search use cases, there are two main approaches to returning search results: diff --git a/solutions/security/investigate/open-manage-cases.md b/solutions/security/investigate/open-manage-cases.md index de6112a5c4..44104f3e42 100644 --- a/solutions/security/investigate/open-manage-cases.md +++ b/solutions/security/investigate/open-manage-cases.md @@ -1,4 +1,5 @@ --- +navigation_title: Open and manage cases mapped_pages: - https://www.elastic.co/guide/en/security/current/cases-open-manage.html - https://www.elastic.co/guide/en/serverless/current/security-cases-open-manage.html @@ -11,7 +12,7 @@ products: - id: cloud-serverless --- -# Open and manage cases [security-cases-open-manage] +# Open and manage cases in Elastic Security [security-cases-open-manage] You can create and manage cases using the UI or the [cases API](https://www.elastic.co/docs/api/doc/kibana/group/endpoint-cases).