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
7 changes: 5 additions & 2 deletions solutions/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
mapped_urls:
- https://www.elastic.co/guide/en/serverless/current/what-is-observability-serverless.html
- https://www.elastic.co/guide/en/observability/current/index.html
applies_to:
stack: ga
serverless: ga
---

# Observability
Expand All @@ -14,9 +17,9 @@ mapped_urls:
* [**Get started**](observability/get-started.md): Discover more about our observability features and how to get started.
* [**Quickstart: Monitor hosts with Elastic Agent**](observability/get-started/quickstart-monitor-hosts-with-elastic-agent.md): Scan your host to detect and collect logs and metrics.
* [**Quickstart: Monitor your Kubernetes cluster with Elastic Agent**](observability/get-started/quickstart-monitor-kubernetes-cluster-with-elastic-agent.md): Create the Kubernetes resources that are required to monitor your cluster infrastructure.
* [**Get started with Logs**](observability/logs/get-started-with-system-logs.md): Add your log data to {{obs-serverless}} and start exploring your logs.
* [**Get started with Logs**](observability/logs/get-started-with-system-logs.md): Add your log data to {{observability}} and start exploring your logs.
* [**Get started with traces and APM**](observability/apps/get-started-with-apm.md): Collect Application Performance Monitoring (APM) data and visualize it in real time.
* [**Get started with metrics**](observability/infra-and-hosts/get-started-with-system-metrics.md): Add your metrics data to {{obs-serverless}} and visualize it in real time.
* [**Get started with metrics**](observability/infra-and-hosts/get-started-with-system-metrics.md): Add your metrics data to {{observability}} and visualize it in real time.


## How to [_how_to]
Expand Down
4 changes: 3 additions & 1 deletion solutions/observability/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ mapped_urls:
- https://www.elastic.co/guide/en/serverless/current/observability-get-started.html
- https://www.elastic.co/guide/en/observability/current/observability-get-started.html
- https://www.elastic.co/guide/en/observability/current/index.html

applies_to:
stack: ga
serverless: ga
navigation_title: "Get started"
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ Refer to [Elastic OpenTelemetry Collector limitations](https://github.com/elasti

Follow these steps to collect logs and metrics using the EDOT Collector:

::::{tab-set}
:::::{tab-set}
:group: stack-serverless

:::{tab-item} Elastic Stack
::::{tab-item} Elastic Stack
:sync: stack

1. In {{kib}}, go to the **Observability** UI and click **Add Data**.
Expand All @@ -86,9 +86,9 @@ Follow these steps to collect logs and metrics using the EDOT Collector:
Logs are collected from setup onward, so you won’t see logs that occurred before starting the EDOT Collector.
::::

:::
::::

:::{tab-item} Serverless
::::{tab-item} Serverless
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the tabs are getting messed up here. I've attached a screenshot. I think the last set of colons in line 115 would need to be 5 colons, and line 113 would need to be 4 colons. Was it not formatting correctly before?

image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are correct! Thx

:sync: serverless

1. [Create a new {{obs-serverless}} project](../../../solutions/observability/get-started/create-an-observability-project.md), or open an existing one.
Expand All @@ -110,10 +110,10 @@ Logs are collected from setup onward, so you won’t see logs that occurred befo

Logs are collected from setup onward, so you won’t see logs that occurred before starting the EDOT Collector. The default log path is `/var/log/*`. To update the path, modify `otel.yml`.

:::

::::

:::::


Under **Visualize your data**, you’ll see links to **Logs Explorer** to view your logs and **Hosts** to view your host metrics.

Expand Down