Skip to content

Commit 17f87ce

Browse files
author
Donna-Marie Smith
committed
Added additional Try It Out instructions
1 parent 0fc258f commit 17f87ce

26 files changed

Lines changed: 129 additions & 24 deletions

File tree

content/en/docs/2025.3/FAQs/change-logging-levels/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ If increasing the logging level, particularly if increasing for everything or fo
1515

1616
Whilst increased logging levels are in place, we would recommend closely monitoring system performance and disk space usage.
1717

18-
All REST calls to update logging levels use Basic Auth and can be made using REST clients such as [Postman][] or using scripts such as PowerShell. For each of the below solutions, an example PowerShell script will be provided with instructions on how to use.
18+
All REST calls to update logging levels use Basic Auth and can be made using REST clients such as [Postman][] or using scripts such as PowerShell.
1919

2020
[Postman]: {{< url path="Postman.Downloads.MainDoc" >}}

content/en/docs/2025.3/FAQs/change-logging-levels/change-block-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Change Block Logging Levels"
3-
linkTitle: "Change Block Logging Levels"
2+
title: "Change Block Logging Level"
3+
linkTitle: "Change Block Logging Level"
44
description: "Instructions on how to change the Logging Level for Block Logging."
55
weight: 5
66
---

content/en/docs/2025.3/FAQs/change-logging-levels/change-flow-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Change Flow Logging Levels"
3-
linkTitle: "Change Flow Logging Levels"
2+
title: "Change Flow Logging Level"
3+
linkTitle: "Change Flow Logging Level"
44
description: "Instructions on how to change the Logging Level for Flow Logging."
55
weight: 1
66
---

content/en/docs/2025.3/getting-started/cloud/add-observability-to-innovation/Grafana/import-dashboards.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Please ensure that the set up for [Grafana][] and [Loki][] have been completed b
4040
1. Repeat steps 2 - 10 for the `Flow Execution Requests.json` file.
4141
1. Repeat steps 2 - 10 for the `Platform Health.json` file.
4242

43+
{{% alert title="Warning" color="warning" %}}
44+
The *Flow Execution Details* dashboard will only work if `Flow Logging` is enabled on your platform. See {{< ahref path="Cortex.Faqs.ChangeLoggingLevels.FlowLogging.MainDoc" title="Change Flow Logging Level" >}} for instructions on how to do this.
45+
{{% / alert %}}
46+
4347
## Configure Data Sources
4448

4549
It is necessary to update the Custom Filter inside the dashboards to use the correct data source.

content/en/docs/2025.3/getting-started/cloud/add-observability-to-innovation/Grafana/try-it-out.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ This test uses the test flow published as part of testing the {{% ctx %}} instal
2727
{{% alert title="Note" %}} If you used self-signed certificates when installing the Application Servers you may need to disable SSL certificate validation in your HTTP client. {{% /alert %}}
2828

2929
1. Once the request has completed, using a web browser, log in to your configured Grafana.
30+
1. Click the Menu icon {{< image src="/images/GrafanaMenuIcon.png" title="Menu icon" >}} to view the available options.
31+
1. Click the Dashboards menu item.
32+
1. Click the folder name that the dashboards were imported to, if not already expanded.
33+
1. Click the *Flow Execution Details* dashboard to open it.
34+
1. The request made at step 1 should be visible on the dashboard.
35+
36+
{{% alert title="Note" %}}If Flow Logging has not been enabled then this dashboard will not display any data. See {{< ahref path="Cortex.Faqs.ChangeLoggingLevels.FlowLogging.MainDoc" title="Change Flow Logging Level" >}} for instructions on how to do this.<br>
37+
If other requests have been made then there may be more than one request visible on the dashboard.
38+
{{% / alert %}}
39+
3040
1. Click the Menu icon {{< image src="/images/GrafanaMenuIcon.png" title="Menu icon" >}} to view the available options.
3141
1. Click the Dashboards menu item.
3242
1. Click the folder name that the dashboards were imported to, if not already expanded.

content/en/docs/2025.3/getting-started/on-premise/add-observability-to-innovation/Grafana/setup-grafana.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ Please ensure that the Installations for [Grafana][] and [Loki][] have been comp
5555
1. Repeat steps 2 - 8 for the `Flow Execution Requests.json` file.
5656
1. Repeat steps 2 - 8 for the `Platform Health.json` file.
5757

58+
{{% alert title="Warning" color="warning" %}}
59+
The *Flow Execution Details* dashboard will only work if `Flow Logging` is enabled on your platform. See {{< ahref path="Cortex.Faqs.ChangeLoggingLevels.FlowLogging.MainDoc" title="Change Flow Logging Level" >}} for instructions on how to do this.
60+
{{% / alert %}}
61+
5862
## Configure Data Sources
5963

6064
It is necessary to update the Custom Filter inside the dashboards to use the correct data source.

content/en/docs/2025.3/getting-started/on-premise/add-observability-to-innovation/Grafana/try-it-out.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ This test uses the test flow published as part of testing the {{% ctx %}} instal
2727
{{% alert title="Note" %}} If you used self-signed certificates when installing the Application Servers you may need to disable SSL certificate validation in your HTTP client. {{% /alert %}}
2828

2929
1. Once the request has completed, using a web browser, log in to your configured Grafana.
30+
1. Open the *Dashboards* page via the menu on the left sidebar.
31+
1. Click the folder name that the dashboards were imported to.
32+
1. Click the *Flow Execution Details* dashboard to open it.
33+
1. The request made at step 1 should be visible on the dashboard.
34+
35+
{{% alert title="Note" %}}If Flow Logging has not been enabled then this dashboard will not display any data. See {{< ahref path="Cortex.Faqs.ChangeLoggingLevels.FlowLogging.MainDoc" title="Change Flow Logging Level" >}} for instructions on how to do this.<br>
36+
If other requests have been made then there may be more than one request visible on the dashboard.
37+
{{% / alert %}}
38+
3039
1. Open the *Dashboards* page via the menu on the left sidebar.
3140
1. Click the folder name that the dashboards were imported to.
3241
1. Click the *Flow Execution Requests* dashboard to open it.

content/en/docs/2025.9/FAQs/change-logging-levels/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ If increasing the logging level, particularly if increasing for everything or fo
1515

1616
Whilst increased logging levels are in place, we would recommend closely monitoring system performance and disk space usage.
1717

18-
All REST calls to update logging levels use Basic Auth and can be made using REST clients such as [Postman][] or using scripts such as PowerShell. For each of the below solutions, an example PowerShell script will be provided with instructions on how to use.
18+
All REST calls to update logging levels use Basic Auth and can be made using REST clients such as [Postman][] or using scripts such as PowerShell.
1919

2020
[Postman]: {{< url path="Postman.Downloads.MainDoc" >}}

content/en/docs/2025.9/FAQs/change-logging-levels/change-block-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Change Block Logging Levels"
3-
linkTitle: "Change Block Logging Levels"
2+
title: "Change Block Logging Level"
3+
linkTitle: "Change Block Logging Level"
44
description: "Instructions on how to change the Logging Level for Block Logging."
55
weight: 5
66
---

content/en/docs/2025.9/FAQs/change-logging-levels/change-flow-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Change Flow Logging Levels"
3-
linkTitle: "Change Flow Logging Levels"
2+
title: "Change Flow Logging Level"
3+
linkTitle: "Change Flow Logging Level"
44
description: "Instructions on how to change the Logging Level for Flow Logging."
55
weight: 1
66
---

0 commit comments

Comments
 (0)