Skip to content

Commit

Permalink
docs - migrate images to media service (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbymilo authored Feb 18, 2025
1 parent adc3c8f commit 21badb5
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/sources/get-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ We will walk through a simple step-by-step guided tour of Explore Logs.

While you are browsing your log data in Explore Logs, watch for any unexpected spikes in your logs. Or perhaps one of your services is down and has stopped logging. Maybe you're seeing an increase in errors after a recent release.

{{< figure alt="Explore Logs Service overview page" width="900px" align="center" src="../images/landing_page_index.png" caption="Overview page" >}}
{{< figure alt="Explore Logs Service overview page" width="900px" align="center" src="/media/docs/explore-logs/landing_page_index.png" caption="Overview page" >}}

To take a tour of Explore Logs, follow these steps:

Expand All @@ -36,7 +36,7 @@ To take a tour of Explore Logs, follow these steps:
- With the standard time range picker on the top right.
- By clicking and dragging the time range on any time series visualization.
1. Services are shown based on the volume of logs, or you can use the **Search Services** field to search for the service by name.
1. To explore logs for a service, click the **Select** button on the service graph. *New for version 1.0.2*: You can now begin a workflow with any label, not just service, by clicking **Add Label**.
1. To explore logs for a service, click the **Select** button on the service graph. _New for version 1.0.2_: You can now begin a workflow with any label, not just service, by clicking **Add Label**.
1. On the service details page, click the **Labels** tab to see visualizations of the log volume for each label. ([No labels?](https://grafana.com/docs/grafana-cloud/visualizations/simplified-exploration/logs/troubleshooting/#there-are-no-labels))
1. On the **Labels** tab, select a label to see the log volume for each value of that label.
Explore Logs shows you the volume of logs with specific labels and fields. Learn more about [Labels and Fields](https://grafana.com/docs/grafana-cloud/visualizations/simplified-exploration/logs/labels-and-fields/).
Expand Down
Binary file removed docs/sources/images/explore-logs-features.jpeg
Binary file not shown.
Binary file removed docs/sources/images/explore-logs-hero-banner.png
Binary file not shown.
Binary file removed docs/sources/images/explore-logs-hero-image.jpeg
Binary file not shown.
Binary file removed docs/sources/images/fields.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/sources/images/labels.png
Binary file not shown.
Binary file removed docs/sources/images/landing_page_index.png
Binary file not shown.
Binary file removed docs/sources/images/patterns.png
Binary file not shown.
Binary file removed docs/sources/images/service_index.png
Binary file not shown.
Binary file removed docs/sources/images/sort-by-dropdown.png
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/sources/labels-and-fields/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ weight: 500

Explore Logs visualises log volumes for the labels attached to your log lines, and fields automatically extracted from the text of the line itself.

{{< figure alt="Explore Logs Labels tab" width="900px" align="center" src="../images/labels.png" caption="Labels tab" >}}
{{< figure alt="Explore Logs Labels tab" width="900px" align="center" src="/media/docs/explore-logs/labels.png" caption="Labels tab" >}}

Explore Logs adds a special `detected_level` label to all log lines where Loki assigns a level of the log line, including `debug`, `info`, `warn`, `error`, `fatal`, `critical`, `trace`, or `unknown` if no level could be determined.

Expand Down Expand Up @@ -49,7 +49,7 @@ You also have a range of [sorting and ordering options](https://grafana.com/docs

You can repeat the same steps in the **Fields** tab to see fields that were extracted from your log lines.

{{< figure alt="Explore Logs Fields tab" width="900px" align="center" src="../images/fields.png" caption="Fields tab" >}}
{{< figure alt="Explore Logs Fields tab" width="900px" align="center" src="/media/docs/explore-logs/fields.png" caption="Fields tab" >}}

## What next?

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/ordering/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can use the **Asc/Desc** menu to change the direction of the sort.

## Sorting algorithms

{{< figure alt="Sort by many" width="900px" align="center" src="../images/sort-by-dropdown.png" caption="Sort by menu" >}}
{{< figure alt="Sort by many" width="900px" align="center" src="/media/docs/explore-logs/sort-by-dropdown.png" caption="Sort by menu" >}}

By default the graphs are sorted by **Most relevant** where we prioritise graphs with more volatile data. For example, the graphs with the most spikes or dips will be shown first.

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/patterns/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Log patterns let you work with groups of similar log lines. You can hide log pat

Loki automatically extracts patterns when your logs are ingested. Patterns are ephemeral and are only mined from the previous three hours of your logs.

{{< figure alt="Explore Logs Patterns tab" width="900px" align="center" src="../images/patterns.png" caption="Patterns tab" >}}
{{< figure alt="Explore Logs Patterns tab" width="900px" align="center" src="/media/docs/explore-logs/patterns.png" caption="Patterns tab" >}}

The Explore Logs app shows you the patterns alongside their log volumes. From this view, you can investigate spikes and include or exclude specific log lines from your view.

Expand Down

0 comments on commit 21badb5

Please sign in to comment.