Skip to content
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
3 changes: 2 additions & 1 deletion solutions/observability.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion solutions/observability/apm/installation-layout.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
navigation_title: Installation layout
mapped_pages:
- https://www.elastic.co/guide/en/observability/current/apm-directory-layout.html
applies_to:
Expand All @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion solutions/observability/apm/limitations.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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]

Expand Down
3 changes: 2 additions & 1 deletion solutions/observability/apm/metrics-ui.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion solutions/observability/apm/metrics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
navigation_title: Metrics
mapped_pages:
- https://www.elastic.co/guide/en/observability/current/apm-data-model-metrics.html
applies_to:
Expand All @@ -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
:::
Expand Down
3 changes: 2 additions & 1 deletion solutions/observability/apm/traces-ui.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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).
Expand Down
3 changes: 2 additions & 1 deletion solutions/observability/apm/traces.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion solutions/observability/apm/transactions-ui.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion solutions/observability/apm/transactions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
navigation_title: Transactions
mapped_pages:
- https://www.elastic.co/guide/en/observability/current/apm-data-model-transactions.html
applies_to:
Expand All @@ -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:

Expand Down
3 changes: 2 additions & 1 deletion solutions/observability/apm/upgrade.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
navigation_title: Upgrade
mapped_pages:
- https://www.elastic.co/guide/en/observability/current/apm-upgrade.html
applies_to:
Expand All @@ -8,7 +9,7 @@ products:
- id: apm
---

# Upgrade [apm-upgrade]
# Upgrade Elastic APM [apm-upgrade]

This guide gives general recommendations for upgrading Elastic APM.

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}

Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}}.

Expand Down
3 changes: 2 additions & 1 deletion solutions/search/rag/playground-troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
navigation_title: Troubleshooting
mapped_pages:
- https://www.elastic.co/guide/en/kibana/current/playground-troubleshooting.html
applies_to:
Expand All @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion solutions/search/rag/playground.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion solutions/security/investigate/open-manage-cases.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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).

Expand Down
Loading