Skip to content

Commit 6dbcaab

Browse files
authored
Merge pull request #1596 from StackVista/STAC-22516-hide-analytics-page
STAC-22516 Deleted execute-scripts and access-analytics permission from all roles
2 parents 54bfde5 + 55454c5 commit 6dbcaab

File tree

4 files changed

+27
-6
lines changed

4 files changed

+27
-6
lines changed

SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
* [Slack notifications](setup/configure-stackstate/slack-notifications.md)
133133
* [E-mail notifications](setup/configure-stackstate/email-notifications.md)
134134
* [Stackpacks](stackpacks/about-stackpacks.md)
135+
* [Advanced](advanced/index.md)
136+
* [Analytics](advanced/analytics.md)
135137
* [Release Notes](setup/release-notes/README.md)
136138
* [v2.0.0 - 11/Sep/2024](setup/release-notes/v2.0.0.md)
137139
* [v2.0.1 - 18/Sep/2024](setup/release-notes/v2.0.1.md)

advanced/analytics.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
description: SUSE Observability Self-hosted
3+
---
4+
5+
# Analytics page
6+
7+
Analytics page provides a powerful and flexible interface to query and analyze your observability data using [STQL queries](../develop/reference/k8sTs-stql_reference.md).
8+
This interactive environment empowers you to go beyond pre-built dashboards and gain deeper insights into the health, performance, and dependencies of your dynamic environment.
9+
10+
{% hint style="warning" %}
11+
**The Analytics page is deprecated, but you can still enable it by configuring specific permissions. However, we strongly recommend leveraging StackPacks for enhanced observability and analysis, as they provide a more robust and actively supported alternative.**
12+
13+
Two permissions are required to enable Analytics Page:
14+
- `access-analytics`
15+
- `execute-scripts`
16+
17+
More details: [Permissions management](../setup/security/rbac/rbac_permissions.md)
18+
19+
{% endhint %}

advanced/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description: SUSE Observability Self-hosted
3+
---
4+
5+
# Advanced configuration
6+

setup/security/rbac/rbac_roles.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ PERMISSION | RESOURCE
3232
access-view | everything
3333
delete-view | everything
3434
save-view | everything
35-
access-analytics | system
3635
access-cli | system
3736
access-explore | system
3837
access-log-data | system
@@ -43,7 +42,6 @@ execute-component-actions | system
4342
execute-component-templates | system
4443
execute-node-sync | system
4544
execute-restricted-scripts | system
46-
execute-scripts | system
4745
export-settings | system
4846
import-settings | system
4947
manage-annotations | system
@@ -86,7 +84,6 @@ PERMISSION | RESOURCE
8684
access-view | everything
8785
delete-view | everything
8886
save-view | everything
89-
access-analytics | system
9087
access-cli | system
9188
access-explore | system
9289
access-log-data | system
@@ -96,7 +93,6 @@ create-views | system
9693
execute-component-actions | system
9794
execute-component-templates | system
9895
execute-node-sync | system
99-
execute-scripts | system
10096
export-settings | system
10197
import-settings | system
10298
manage-annotations | system
@@ -132,7 +128,6 @@ PERMISSION | RESOURCE
132128
access-view | everything
133129
delete-view | everything
134130
save-view | everything
135-
access-analytics | system
136131
access-cli | system
137132
access-explore | system
138133
access-log-data | system
@@ -142,7 +137,6 @@ create-views | system
142137
execute-component-actions | system
143138
execute-component-templates | system
144139
execute-node-sync | system
145-
execute-scripts | system
146140
export-settings | system
147141
import-settings | system
148142
manage-annotations | system

0 commit comments

Comments
 (0)