diff --git a/docs/sources/get-started/_index.md b/docs/sources/get-started/_index.md index a2a63063f..72e7ca689 100644 --- a/docs/sources/get-started/_index.md +++ b/docs/sources/get-started/_index.md @@ -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: @@ -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/). diff --git a/docs/sources/images/explore-logs-features.jpeg b/docs/sources/images/explore-logs-features.jpeg deleted file mode 100644 index afc0b34af..000000000 Binary files a/docs/sources/images/explore-logs-features.jpeg and /dev/null differ diff --git a/docs/sources/images/explore-logs-hero-banner.png b/docs/sources/images/explore-logs-hero-banner.png deleted file mode 100644 index d53e61175..000000000 Binary files a/docs/sources/images/explore-logs-hero-banner.png and /dev/null differ diff --git a/docs/sources/images/explore-logs-hero-image.jpeg b/docs/sources/images/explore-logs-hero-image.jpeg deleted file mode 100644 index 47c7c60ae..000000000 Binary files a/docs/sources/images/explore-logs-hero-image.jpeg and /dev/null differ diff --git a/docs/sources/images/fields.png b/docs/sources/images/fields.png deleted file mode 100644 index 5283b4a2a..000000000 Binary files a/docs/sources/images/fields.png and /dev/null differ diff --git a/docs/sources/images/initial-label-selector-cluster.png b/docs/sources/images/initial-label-selector-cluster.png deleted file mode 100644 index 546f40ac4..000000000 Binary files a/docs/sources/images/initial-label-selector-cluster.png and /dev/null differ diff --git a/docs/sources/images/labels.png b/docs/sources/images/labels.png deleted file mode 100644 index 9bc41014c..000000000 Binary files a/docs/sources/images/labels.png and /dev/null differ diff --git a/docs/sources/images/landing_page_index.png b/docs/sources/images/landing_page_index.png deleted file mode 100644 index 95cbce994..000000000 Binary files a/docs/sources/images/landing_page_index.png and /dev/null differ diff --git a/docs/sources/images/patterns.png b/docs/sources/images/patterns.png deleted file mode 100644 index e6475045c..000000000 Binary files a/docs/sources/images/patterns.png and /dev/null differ diff --git a/docs/sources/images/service_index.png b/docs/sources/images/service_index.png deleted file mode 100644 index c64f2810c..000000000 Binary files a/docs/sources/images/service_index.png and /dev/null differ diff --git a/docs/sources/images/sort-by-dropdown.png b/docs/sources/images/sort-by-dropdown.png deleted file mode 100644 index 3765f112f..000000000 Binary files a/docs/sources/images/sort-by-dropdown.png and /dev/null differ diff --git a/docs/sources/labels-and-fields/_index.md b/docs/sources/labels-and-fields/_index.md index 175b3052a..8b053b07d 100644 --- a/docs/sources/labels-and-fields/_index.md +++ b/docs/sources/labels-and-fields/_index.md @@ -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. @@ -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? diff --git a/docs/sources/ordering/_index.md b/docs/sources/ordering/_index.md index b14c0941c..405e90341 100644 --- a/docs/sources/ordering/_index.md +++ b/docs/sources/ordering/_index.md @@ -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. diff --git a/docs/sources/patterns/_index.md b/docs/sources/patterns/_index.md index 3cd1c37ac..7ad71a695 100644 --- a/docs/sources/patterns/_index.md +++ b/docs/sources/patterns/_index.md @@ -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.