@acorex/platform-generator 20.6.0-next.9 → 20.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/generators/app-module/files/src/app/app.config.ts.template +4 -4
- package/src/generators/app-module/files/src/assets/i18n/en-US/system-insight.json +239 -0
- package/src/generators/app-module/files/src/assets/i18n/fa-IR/system-insight.json +221 -0
- package/src/generators/app-module/files/src/assets/themes/layouts/base.scss +6 -1
- package/src/generators/app-module/files/src/assets/themes/palettes/scss/arctic-aurora.scss +1 -1
- package/src/generators/app-module/files/src/assets/themes/palettes/scss/black-carbon.scss +1 -1
- package/src/generators/app-module/files/src/assets/themes/palettes/scss/coastal-twilight.scss +1 -1
- package/src/generators/app-module/files/src/assets/themes/palettes/scss/cosmic-horizon.scss +1 -1
- package/src/generators/app-module/files/src/assets/themes/palettes/scss/default.scss +1 -1
- package/src/generators/app-module/files/src/assets/themes/palettes/scss/emerald-forest.scss +1 -1
- package/src/generators/app-module/files/src/assets/themes/palettes/scss/golden-dusk.scss +1 -1
- package/src/generators/app-module/files/src/assets/themes/palettes/scss/nebula-dream.scss +1 -1
- package/src/generators/app-module/files/src/assets/themes/palettes/scss/ocean-breeze.scss +1 -1
- package/src/generators/app-module/files/src/assets/themes/palettes/scss/ocean-depths.scss +1 -1
- package/src/generators/app-module/files/src/assets/themes/palettes/scss/plum-elegance.scss +1 -1
- package/src/generators/app-module/files/src/assets/themes/palettes/scss/safetyminder.scss +1 -1
- package/src/generators/app-module/files/src/assets/themes/palettes/scss/solare-flare.scss +1 -1
- package/src/generators/app-module/files/src/assets/themes/palettes/scss/sunset-horizon.scss +1 -1
- package/src/generators/app-module/files/src/assets/themes/palettes/scss/twilight-orchid.scss +1 -1
- package/src/generators/app-module/files/src/assets/i18n/en-US/log-management.json +0 -150
- package/src/generators/app-module/files/src/assets/i18n/fa-IR/log-management.json +0 -150
package/package.json
CHANGED
|
@@ -21,10 +21,10 @@ import { AXMHumanCapitalManagementModule } from '@acorex/modules/human-capital-m
|
|
|
21
21
|
import { AXMFormTemplateManagementModule } from '@acorex/modules/form-template-management';
|
|
22
22
|
import { AXMSecurityManagementModule } from '@acorex/modules/security-management';
|
|
23
23
|
import { AXMOrganizationManagementModule } from '@acorex/modules/organization-management';
|
|
24
|
-
import {
|
|
24
|
+
import { AXMSystemInsightModule } from '@acorex/modules/system-insight';
|
|
25
25
|
import { AXMDocumentManagementModule } from '@acorex/modules/document-management';
|
|
26
26
|
import { AXMProjectManagementModule } from '@acorex/modules/project-management';
|
|
27
|
-
import {
|
|
27
|
+
import { AXMLearningManagementModule } from '@acorex/modules/learning-management';
|
|
28
28
|
import { AXMWorkflowManagementModule } from '@acorex/modules/workflow-management';
|
|
29
29
|
import { AXMContentManagementModule } from '@acorex/modules/content-management';
|
|
30
30
|
import { AXMConversationModule } from '@acorex/modules/conversation';
|
|
@@ -126,10 +126,10 @@ export const appConfig: ApplicationConfig = {
|
|
|
126
126
|
AXMSecurityManagementModule,
|
|
127
127
|
AXMOrganizationManagementModule,
|
|
128
128
|
AXMHumanCapitalManagementModule,
|
|
129
|
-
|
|
129
|
+
AXMSystemInsightModule,
|
|
130
130
|
AXMDocumentManagementModule,
|
|
131
131
|
AXMProjectManagementModule,
|
|
132
|
-
|
|
132
|
+
AXMLearningManagementModule,
|
|
133
133
|
AXMWorkflowManagementModule,
|
|
134
134
|
AXMContentManagementModule,
|
|
135
135
|
AXMConversationModule,
|
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
{
|
|
2
|
+
"module": {
|
|
3
|
+
"title": "System Insight",
|
|
4
|
+
"description": "Monitor platform activity, audit trails, and operational signals",
|
|
5
|
+
"menus": {
|
|
6
|
+
"root": {
|
|
7
|
+
"title": "System Insight",
|
|
8
|
+
"description": "Explore audit logs and system events"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"logs": {
|
|
13
|
+
"terms": {
|
|
14
|
+
"log": "Log",
|
|
15
|
+
"logs": "Logs",
|
|
16
|
+
"audit-log": "Audit Log",
|
|
17
|
+
"audit-logs": "Audit Logs",
|
|
18
|
+
"retention": "Retention",
|
|
19
|
+
"storage": "Storage",
|
|
20
|
+
"alert": "Alert",
|
|
21
|
+
"performance": "Performance"
|
|
22
|
+
},
|
|
23
|
+
"entities": {
|
|
24
|
+
"audit-log": {
|
|
25
|
+
"title": "Audit Log",
|
|
26
|
+
"plural": "Audit Logs",
|
|
27
|
+
"description": "System-wide audit trail entries captured by System Insight",
|
|
28
|
+
"formats": {
|
|
29
|
+
"search-result": {
|
|
30
|
+
"description": "System Insight audit entry"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"groups": {
|
|
34
|
+
"general": "General",
|
|
35
|
+
"user": "User",
|
|
36
|
+
"client": "Client",
|
|
37
|
+
"impersonator": "Impersonator",
|
|
38
|
+
"actions": "Actions",
|
|
39
|
+
"entity-changes": "Entity Changes",
|
|
40
|
+
"extra": "Additional Data"
|
|
41
|
+
},
|
|
42
|
+
"fields": {
|
|
43
|
+
"id": { "title": "Identifier", "description": "Unique identifier for the log entry" },
|
|
44
|
+
"application-name": {
|
|
45
|
+
"title": "Application Name",
|
|
46
|
+
"description": "Source application that produced the log"
|
|
47
|
+
},
|
|
48
|
+
"execution-time": { "title": "Execution Time", "description": "Timestamp when the action was executed" },
|
|
49
|
+
"execution-duration": {
|
|
50
|
+
"title": "Execution Duration",
|
|
51
|
+
"description": "Total time spent executing the action (ms)"
|
|
52
|
+
},
|
|
53
|
+
"comments": { "title": "Comments", "description": "Additional notes captured with the log entry" },
|
|
54
|
+
"tenant-id": { "title": "Tenant ID", "description": "Identifier of the tenant executing the action" },
|
|
55
|
+
"tenant-name": { "title": "Tenant Name", "description": "Display name of the tenant" },
|
|
56
|
+
"user-id": { "title": "User ID", "description": "Identifier of the user performing the action" },
|
|
57
|
+
"user-name": { "title": "User Name", "description": "Display name of the user" },
|
|
58
|
+
"client-ip-address": {
|
|
59
|
+
"title": "Client IP Address",
|
|
60
|
+
"description": "IP address of the client that triggered the action"
|
|
61
|
+
},
|
|
62
|
+
"client-name": { "title": "Client Name", "description": "Client application name" },
|
|
63
|
+
"client-id": { "title": "Client ID", "description": "Client identifier" },
|
|
64
|
+
"browser-info": { "title": "Browser Info", "description": "User agent string provided by the client" },
|
|
65
|
+
"http-method": { "title": "HTTP Method", "description": "HTTP method used for the request" },
|
|
66
|
+
"url": { "title": "Request URL", "description": "Endpoint that was requested" },
|
|
67
|
+
"http-status-code": { "title": "HTTP Status Code", "description": "HTTP status code returned by the server" },
|
|
68
|
+
"http-status": { "title": "HTTP Status", "description": "Human-readable status text" },
|
|
69
|
+
"correlation-id": {
|
|
70
|
+
"title": "Correlation ID",
|
|
71
|
+
"description": "Correlation identifier for tracing related requests"
|
|
72
|
+
},
|
|
73
|
+
"exceptions": { "title": "Exceptions", "description": "Exception details captured for the request" },
|
|
74
|
+
"impersonator-user-id": {
|
|
75
|
+
"title": "Impersonator User ID",
|
|
76
|
+
"description": "Identifier of the impersonating user"
|
|
77
|
+
},
|
|
78
|
+
"impersonator-user-name": {
|
|
79
|
+
"title": "Impersonator User Name",
|
|
80
|
+
"description": "Display name of the impersonating user"
|
|
81
|
+
},
|
|
82
|
+
"impersonator-tenant-id": {
|
|
83
|
+
"title": "Impersonator Tenant ID",
|
|
84
|
+
"description": "Tenant identifier of the impersonator"
|
|
85
|
+
},
|
|
86
|
+
"impersonator-tenant-name": {
|
|
87
|
+
"title": "Impersonator Tenant Name",
|
|
88
|
+
"description": "Tenant name of the impersonator"
|
|
89
|
+
},
|
|
90
|
+
"extra-properties": {
|
|
91
|
+
"title": "Extra Properties",
|
|
92
|
+
"description": "Additional metadata recorded with the log entry"
|
|
93
|
+
},
|
|
94
|
+
"actions": { "title": "Actions", "description": "Service calls that were executed within the request" },
|
|
95
|
+
"entity-changes": {
|
|
96
|
+
"title": "Entity Changes",
|
|
97
|
+
"description": "Entity modifications performed as part of the request"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"views": {
|
|
101
|
+
"single": { "title": "Log Details" },
|
|
102
|
+
"auth-logs": { "title": "Authentication Logs" }
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"settings": {
|
|
107
|
+
"group": {
|
|
108
|
+
"title": "System Insight",
|
|
109
|
+
"description": "Configure how audit logs are stored, monitored, and optimized"
|
|
110
|
+
},
|
|
111
|
+
"retention": {
|
|
112
|
+
"title": "Retention Policy",
|
|
113
|
+
"description": "Control how long audit logs remain available in the platform",
|
|
114
|
+
"items": {
|
|
115
|
+
"enabled": {
|
|
116
|
+
"title": "Enable Retention",
|
|
117
|
+
"description": "Automatically purge logs after the specified period"
|
|
118
|
+
},
|
|
119
|
+
"period": {
|
|
120
|
+
"title": "Retention Period (Days)",
|
|
121
|
+
"description": "Number of days to keep logs before deletion"
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"storage": {
|
|
126
|
+
"title": "Storage Configuration",
|
|
127
|
+
"description": "Determine where and how audit logs are persisted",
|
|
128
|
+
"items": {
|
|
129
|
+
"location": {
|
|
130
|
+
"title": "Storage Location",
|
|
131
|
+
"description": "Directory path used to store log files",
|
|
132
|
+
"placeholder": "/var/log/acorex"
|
|
133
|
+
},
|
|
134
|
+
"format": {
|
|
135
|
+
"title": "Storage Format",
|
|
136
|
+
"description": "File format used for persisted logs",
|
|
137
|
+
"options": {
|
|
138
|
+
"json": "JSON",
|
|
139
|
+
"text": "Plain Text",
|
|
140
|
+
"csv": "CSV"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"max-size": {
|
|
144
|
+
"title": "Maximum File Size",
|
|
145
|
+
"description": "Maximum size of each log file before rotation"
|
|
146
|
+
},
|
|
147
|
+
"compression": {
|
|
148
|
+
"title": "Enable Compression",
|
|
149
|
+
"description": "Compress log files to reduce storage usage"
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"level": {
|
|
154
|
+
"title": "Log Level",
|
|
155
|
+
"description": "Define the minimum severity captured by default",
|
|
156
|
+
"items": {
|
|
157
|
+
"default": {
|
|
158
|
+
"title": "Default Log Level",
|
|
159
|
+
"description": "Baseline log level applied to all modules",
|
|
160
|
+
"options": {
|
|
161
|
+
"error": "Error",
|
|
162
|
+
"warn": "Warning",
|
|
163
|
+
"info": "Information",
|
|
164
|
+
"debug": "Debug",
|
|
165
|
+
"trace": "Trace"
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"alert": {
|
|
171
|
+
"title": "Alerting",
|
|
172
|
+
"description": "Configure notifications triggered by audit events",
|
|
173
|
+
"items": {
|
|
174
|
+
"enabled": {
|
|
175
|
+
"title": "Enable Alerts",
|
|
176
|
+
"description": "Send notifications when critical events occur"
|
|
177
|
+
},
|
|
178
|
+
"level": {
|
|
179
|
+
"title": "Alert Threshold",
|
|
180
|
+
"description": "Minimum severity that triggers an alert",
|
|
181
|
+
"options": {
|
|
182
|
+
"error": "Error",
|
|
183
|
+
"warn": "Warning",
|
|
184
|
+
"info": "Information"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"email": {
|
|
188
|
+
"title": "Alert Email",
|
|
189
|
+
"description": "Email address that receives alert notifications"
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"performance": {
|
|
194
|
+
"title": "Performance",
|
|
195
|
+
"description": "Optimize how audit logs are processed and flushed",
|
|
196
|
+
"items": {
|
|
197
|
+
"async": {
|
|
198
|
+
"title": "Asynchronous Logging",
|
|
199
|
+
"description": "Write logs asynchronously to reduce request latency"
|
|
200
|
+
},
|
|
201
|
+
"batch-size": {
|
|
202
|
+
"title": "Batch Size",
|
|
203
|
+
"description": "Number of log entries processed per batch"
|
|
204
|
+
},
|
|
205
|
+
"flush-interval": {
|
|
206
|
+
"title": "Flush Interval",
|
|
207
|
+
"description": "How often batched logs are persisted"
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"permissions": {
|
|
213
|
+
"group": {
|
|
214
|
+
"title": "System Insight",
|
|
215
|
+
"description": "Manage access to system insight monitoring features"
|
|
216
|
+
},
|
|
217
|
+
"audit-log": {
|
|
218
|
+
"manage": {
|
|
219
|
+
"title": "Manage Audit Logs",
|
|
220
|
+
"description": "Allow configuring audit log settings and maintenance"
|
|
221
|
+
},
|
|
222
|
+
"actions": {
|
|
223
|
+
"view": {
|
|
224
|
+
"title": "View Logs",
|
|
225
|
+
"description": "Allow users to browse audit log entries"
|
|
226
|
+
},
|
|
227
|
+
"export": {
|
|
228
|
+
"title": "Export Logs",
|
|
229
|
+
"description": "Allow exporting audit log data for offline analysis"
|
|
230
|
+
},
|
|
231
|
+
"purge": {
|
|
232
|
+
"title": "Purge Logs",
|
|
233
|
+
"description": "Allow deleting or purging audit log records"
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
}
|
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
{
|
|
2
|
+
"module": {
|
|
3
|
+
"title": "بینش سیستم",
|
|
4
|
+
"description": "بر فعالیت پلتفرم، مسیرهای حسابرسی و سیگنالهای عملیاتی نظارت کنید",
|
|
5
|
+
"menus": {
|
|
6
|
+
"root": {
|
|
7
|
+
"title": "بینش سیستم",
|
|
8
|
+
"description": "لاگهای حسابرسی و رویدادهای سیستم را بررسی کنید"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"logs": {
|
|
13
|
+
"terms": {
|
|
14
|
+
"log": "لاگ",
|
|
15
|
+
"logs": "لاگها",
|
|
16
|
+
"audit-log": "لاگ حسابرسی",
|
|
17
|
+
"audit-logs": "لاگهای حسابرسی",
|
|
18
|
+
"retention": "نگهداری",
|
|
19
|
+
"storage": "ذخیرهسازی",
|
|
20
|
+
"alert": "هشدار",
|
|
21
|
+
"performance": "کارایی"
|
|
22
|
+
},
|
|
23
|
+
"entities": {
|
|
24
|
+
"audit-log": {
|
|
25
|
+
"title": "لاگ حسابرسی",
|
|
26
|
+
"plural": "لاگهای حسابرسی",
|
|
27
|
+
"description": "ورودیهای مسیر حسابرسی سیستم که توسط بینش سیستم ثبت شدهاند",
|
|
28
|
+
"formats": {
|
|
29
|
+
"search-result": {
|
|
30
|
+
"description": "رکورد حسابرسی بینش سیستم"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"groups": {
|
|
34
|
+
"general": "عمومی",
|
|
35
|
+
"user": "کاربر",
|
|
36
|
+
"client": "کلاینت",
|
|
37
|
+
"impersonator": "جایگزین",
|
|
38
|
+
"actions": "اقدامات",
|
|
39
|
+
"entity-changes": "تغییرات موجودیت",
|
|
40
|
+
"extra": "دادههای تکمیلی"
|
|
41
|
+
},
|
|
42
|
+
"fields": {
|
|
43
|
+
"id": { "title": "شناسه", "description": "شناسه یکتای رکورد لاگ" },
|
|
44
|
+
"application-name": { "title": "نام برنامه", "description": "برنامهای که لاگ را تولید کرده است" },
|
|
45
|
+
"execution-time": { "title": "زمان اجرا", "description": "زمان ثبت اجرای اقدام" },
|
|
46
|
+
"execution-duration": { "title": "مدت زمان اجرا", "description": "مدت زمان صرفشده برای اجرا (میلیثانیه)" },
|
|
47
|
+
"comments": { "title": "توضیحات", "description": "یادداشتهای تکمیلی ثبتشده با لاگ" },
|
|
48
|
+
"tenant-id": { "title": "شناسه مستاجر", "description": "شناسه مستاجر انجامدهنده عملیات" },
|
|
49
|
+
"tenant-name": { "title": "نام مستاجر", "description": "نام نمایشی مستاجر" },
|
|
50
|
+
"user-id": { "title": "شناسه کاربر", "description": "شناسه کاربر انجامدهنده عملیات" },
|
|
51
|
+
"user-name": { "title": "نام کاربر", "description": "نام نمایشی کاربر" },
|
|
52
|
+
"client-ip-address": {
|
|
53
|
+
"title": "آدرس IP کلاینت",
|
|
54
|
+
"description": "آدرس IP کلاینتی که درخواست را ارسال کرده است"
|
|
55
|
+
},
|
|
56
|
+
"client-name": { "title": "نام کلاینت", "description": "نام برنامه کلاینت" },
|
|
57
|
+
"client-id": { "title": "شناسه کلاینت", "description": "شناسه اختصاصی کلاینت" },
|
|
58
|
+
"browser-info": { "title": "اطلاعات مرورگر", "description": "رشته عامل کاربر ارائه شده توسط کلاینت" },
|
|
59
|
+
"http-method": { "title": "متد HTTP", "description": "متد HTTP استفاده شده برای درخواست" },
|
|
60
|
+
"url": { "title": "آدرس درخواست", "description": "مسیر درخواستی ارسالشده به سرور" },
|
|
61
|
+
"http-status-code": { "title": "کد وضعیت HTTP", "description": "کد وضعیت HTTP بازگشتی از سرور" },
|
|
62
|
+
"http-status": { "title": "وضعیت HTTP", "description": "توضیح متنی وضعیت بازگشتی" },
|
|
63
|
+
"correlation-id": { "title": "شناسه همبستگی", "description": "شناسه رهگیری برای اتصال درخواستهای مرتبط" },
|
|
64
|
+
"exceptions": { "title": "استثناها", "description": "جزئیات استثناهای ثبتشده برای درخواست" },
|
|
65
|
+
"impersonator-user-id": {
|
|
66
|
+
"title": "شناسه کاربر جایگزین",
|
|
67
|
+
"description": "شناسه کاربری که عملیات را به صورت جایگزین انجام داده است"
|
|
68
|
+
},
|
|
69
|
+
"impersonator-user-name": { "title": "نام کاربر جایگزین", "description": "نام نمایشی کاربر جایگزین" },
|
|
70
|
+
"impersonator-tenant-id": {
|
|
71
|
+
"title": "شناسه مستاجر جایگزین",
|
|
72
|
+
"description": "شناسه مستاجری که کاربر جایگزین به آن تعلق دارد"
|
|
73
|
+
},
|
|
74
|
+
"impersonator-tenant-name": { "title": "نام مستاجر جایگزین", "description": "نام مستاجر کاربر جایگزین" },
|
|
75
|
+
"extra-properties": { "title": "ویژگیهای اضافی", "description": "متاداده تکمیلی ثبتشده همراه با لاگ" },
|
|
76
|
+
"actions": { "title": "اقدامات", "description": "خدمات فراخوانیشده در طول درخواست" },
|
|
77
|
+
"entity-changes": {
|
|
78
|
+
"title": "تغییرات موجودیت",
|
|
79
|
+
"description": "تغییرهای انجامشده روی موجودیتها در جریان درخواست"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"views": {
|
|
83
|
+
"single": { "title": "جزئیات لاگ" },
|
|
84
|
+
"auth-logs": { "title": "لاگهای احراز هویت" }
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"settings": {
|
|
89
|
+
"group": {
|
|
90
|
+
"title": "بینش سیستم",
|
|
91
|
+
"description": "نحوه ذخیرهسازی، پایش و بهینهسازی لاگهای حسابرسی را پیکربندی کنید"
|
|
92
|
+
},
|
|
93
|
+
"retention": {
|
|
94
|
+
"title": "سیاست نگهداری",
|
|
95
|
+
"description": "مدت زمان در دسترس بودن لاگهای حسابرسی را کنترل کنید",
|
|
96
|
+
"items": {
|
|
97
|
+
"enabled": {
|
|
98
|
+
"title": "فعالسازی نگهداری",
|
|
99
|
+
"description": "پس از پایان دوره تعیینشده، لاگها را بهصورت خودکار حذف کن"
|
|
100
|
+
},
|
|
101
|
+
"period": {
|
|
102
|
+
"title": "دوره نگهداری (روز)",
|
|
103
|
+
"description": "تعداد روزهای نگهداری لاگ پیش از حذف"
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"storage": {
|
|
108
|
+
"title": "پیکربندی ذخیرهسازی",
|
|
109
|
+
"description": "مسیر و نحوه ذخیرهسازی لاگهای حسابرسی را تعیین کنید",
|
|
110
|
+
"items": {
|
|
111
|
+
"location": {
|
|
112
|
+
"title": "مسیر ذخیرهسازی",
|
|
113
|
+
"description": "مسیر پوشهای که فایلهای لاگ در آن نگهداری میشوند",
|
|
114
|
+
"placeholder": "/var/log/acorex"
|
|
115
|
+
},
|
|
116
|
+
"format": {
|
|
117
|
+
"title": "فرمت ذخیرهسازی",
|
|
118
|
+
"description": "فرمت فایلی که برای ثبت لاگها استفاده میشود",
|
|
119
|
+
"options": {
|
|
120
|
+
"json": "JSON",
|
|
121
|
+
"text": "متن ساده",
|
|
122
|
+
"csv": "CSV"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"max-size": {
|
|
126
|
+
"title": "حداکثر اندازه فایل",
|
|
127
|
+
"description": "بیشترین اندازه هر فایل پیش از چرخش"
|
|
128
|
+
},
|
|
129
|
+
"compression": {
|
|
130
|
+
"title": "فعالسازی فشردهسازی",
|
|
131
|
+
"description": "فایلهای لاگ را برای صرفهجویی در فضا فشرده کن"
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"level": {
|
|
136
|
+
"title": "سطح لاگ",
|
|
137
|
+
"description": "حداقل شدت ثبتشده به صورت پیشفرض را مشخص کنید",
|
|
138
|
+
"items": {
|
|
139
|
+
"default": {
|
|
140
|
+
"title": "سطح لاگ پیشفرض",
|
|
141
|
+
"description": "سطح پایهای که روی همه ماژولها اعمال میشود",
|
|
142
|
+
"options": {
|
|
143
|
+
"error": "خطا",
|
|
144
|
+
"warn": "هشدار",
|
|
145
|
+
"info": "اطلاعرسانی",
|
|
146
|
+
"debug": "اشکالزدایی",
|
|
147
|
+
"trace": "ردگیری"
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"alert": {
|
|
153
|
+
"title": "هشداردهی",
|
|
154
|
+
"description": "اعلانهایی که با رویدادهای حسابرسی فعال میشوند را تنظیم کنید",
|
|
155
|
+
"items": {
|
|
156
|
+
"enabled": {
|
|
157
|
+
"title": "فعالسازی هشدار",
|
|
158
|
+
"description": "در صورت وقوع رویدادهای بحرانی اعلان ارسال کن"
|
|
159
|
+
},
|
|
160
|
+
"level": {
|
|
161
|
+
"title": "آستانه هشدار",
|
|
162
|
+
"description": "حداقل سطح شدتی که هشدار ایجاد میکند",
|
|
163
|
+
"options": {
|
|
164
|
+
"error": "خطا",
|
|
165
|
+
"warn": "هشدار",
|
|
166
|
+
"info": "اطلاعرسانی"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"email": {
|
|
170
|
+
"title": "ایمیل هشدار",
|
|
171
|
+
"description": "نشانی ایمیلی که اعلانها به آن ارسال میشود"
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"performance": {
|
|
176
|
+
"title": "کارایی",
|
|
177
|
+
"description": "نحوه پردازش و ثبت لاگهای حسابرسی را بهینه کنید",
|
|
178
|
+
"items": {
|
|
179
|
+
"async": {
|
|
180
|
+
"title": "لاگبرداری غیرهمگام",
|
|
181
|
+
"description": "لاگها را بهصورت غیرهمگام برای کاهش تأخیر ثبت کن"
|
|
182
|
+
},
|
|
183
|
+
"batch-size": {
|
|
184
|
+
"title": "اندازه دسته",
|
|
185
|
+
"description": "تعداد لاگهایی که در هر دسته پردازش میشوند"
|
|
186
|
+
},
|
|
187
|
+
"flush-interval": {
|
|
188
|
+
"title": "بازه تخلیه",
|
|
189
|
+
"description": "فواصل زمانی تخلیه دستههای لاگ به ذخیرهسازی"
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"permissions": {
|
|
195
|
+
"group": {
|
|
196
|
+
"title": "بینش سیستم",
|
|
197
|
+
"description": "مدیریت دسترسی به قابلیتهای نظارت بینش سیستم"
|
|
198
|
+
},
|
|
199
|
+
"audit-log": {
|
|
200
|
+
"manage": {
|
|
201
|
+
"title": "مدیریت لاگهای حسابرسی",
|
|
202
|
+
"description": "اجازه پیکربندی تنظیمات و نگهداری لاگ حسابرسی"
|
|
203
|
+
},
|
|
204
|
+
"actions": {
|
|
205
|
+
"view": {
|
|
206
|
+
"title": "مشاهده لاگها",
|
|
207
|
+
"description": "اجازه مشاهده رکوردهای لاگ حسابرسی"
|
|
208
|
+
},
|
|
209
|
+
"export": {
|
|
210
|
+
"title": "خروجی گرفتن از لاگها",
|
|
211
|
+
"description": "اجازه خروجی گرفتن از دادههای لاگ حسابرسی برای تحلیل"
|
|
212
|
+
},
|
|
213
|
+
"purge": {
|
|
214
|
+
"title": "پاکسازی لاگها",
|
|
215
|
+
"description": "اجازه حذف یا پاکسازی رکوردهای لاگ حسابرسی"
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|
|
@@ -17,16 +17,21 @@
|
|
|
17
17
|
// Brand Colors
|
|
18
18
|
--axp-brand-color: var(--ax-sys-color-primary-surface);
|
|
19
19
|
--axp-on-brand-color: var(--ax-sys-color-on-primary-surface);
|
|
20
|
+
|
|
20
21
|
//
|
|
21
22
|
.cdk-overlay-dark-backdrop {
|
|
22
23
|
background: rgba(var(--ax-sys-color-dark), 0.5);
|
|
23
24
|
}
|
|
25
|
+
|
|
24
26
|
@include mixin.scroll-bar();
|
|
25
27
|
}
|
|
28
|
+
|
|
26
29
|
.ax-dark {
|
|
27
30
|
--ax-sys-color-body-text: 255, 255, 255;
|
|
31
|
+
|
|
28
32
|
.cdk-overlay-dark-backdrop {
|
|
29
33
|
background: rgba(var(--ax-sys-color-light), 0.2);
|
|
30
34
|
}
|
|
35
|
+
|
|
31
36
|
@include mixin.scroll-bar();
|
|
32
|
-
}
|
|
37
|
+
}
|
|
@@ -1,150 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module-name": "Log Management",
|
|
3
|
-
"root-menu": "Log Management",
|
|
4
|
-
"logs": "Logs",
|
|
5
|
-
"level": "Level",
|
|
6
|
-
"message": "Message",
|
|
7
|
-
"utcTimestamp": "Time",
|
|
8
|
-
"exception": "Error",
|
|
9
|
-
"actionName": "Action Name",
|
|
10
|
-
"operation": "Operation",
|
|
11
|
-
"category": "Category",
|
|
12
|
-
"tenantId": "Tenant ID",
|
|
13
|
-
"tenantName": "Tenant Name",
|
|
14
|
-
"userId": "User ID",
|
|
15
|
-
"logDetails": "Log Details",
|
|
16
|
-
"general": "General",
|
|
17
|
-
"auth": "Authentication",
|
|
18
|
-
"action": "Action",
|
|
19
|
-
"identity": "Identity",
|
|
20
|
-
"technical": "Technical",
|
|
21
|
-
"properties": {
|
|
22
|
-
"actionId": "Action ID",
|
|
23
|
-
"requestId": "Request ID",
|
|
24
|
-
"requestPath": "Request Path",
|
|
25
|
-
"correlationId": "Correlation ID",
|
|
26
|
-
"isValid": "Validation",
|
|
27
|
-
"sourceContext": "Source Context",
|
|
28
|
-
"actionName": "Action Name",
|
|
29
|
-
"operation": "Operation",
|
|
30
|
-
"category": "Category",
|
|
31
|
-
"tenantId": "Tenant ID",
|
|
32
|
-
"tenantName": "Tenant Name"
|
|
33
|
-
},
|
|
34
|
-
"settings": {
|
|
35
|
-
"form-template": {
|
|
36
|
-
"title": "Form Template",
|
|
37
|
-
"description": "Settings related to form templates.",
|
|
38
|
-
"designer": {
|
|
39
|
-
"title": "Designer",
|
|
40
|
-
"description": "Settings related to form templates designer.",
|
|
41
|
-
"history-panel": {
|
|
42
|
-
"title": "History Panel",
|
|
43
|
-
"description": "Enable or disable the history panel for forms."
|
|
44
|
-
},
|
|
45
|
-
"auto-save": {
|
|
46
|
-
"title": "Auto Save",
|
|
47
|
-
"description": "Auto save form information at regular intervals."
|
|
48
|
-
},
|
|
49
|
-
"auto-save-interval": {
|
|
50
|
-
"title": "Auto Save Interval",
|
|
51
|
-
"description": "Set the time interval (in minutes) for auto-saving form information."
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"log-management": {
|
|
56
|
-
"retention": {
|
|
57
|
-
"title": "Log Retention",
|
|
58
|
-
"description": "Configure how long logs are kept in the system",
|
|
59
|
-
"policy": {
|
|
60
|
-
"title": "Retention Policy",
|
|
61
|
-
"description": "Settings for log retention and cleanup"
|
|
62
|
-
},
|
|
63
|
-
"enabled": {
|
|
64
|
-
"title": "Enable Log Retention",
|
|
65
|
-
"description": "Automatically delete logs older than the specified period"
|
|
66
|
-
},
|
|
67
|
-
"period": {
|
|
68
|
-
"title": "Retention Period (Days)",
|
|
69
|
-
"description": "Number of days to keep logs before deletion"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
"storage": {
|
|
73
|
-
"title": "Storage Configuration",
|
|
74
|
-
"description": "Configure how and where logs are stored",
|
|
75
|
-
"config": {
|
|
76
|
-
"title": "Storage Settings",
|
|
77
|
-
"description": "Basic storage configuration options"
|
|
78
|
-
},
|
|
79
|
-
"location": {
|
|
80
|
-
"title": "Log Storage Location",
|
|
81
|
-
"description": "Directory path where log files will be stored"
|
|
82
|
-
},
|
|
83
|
-
"format": {
|
|
84
|
-
"title": "Log Format",
|
|
85
|
-
"description": "Format in which logs will be stored"
|
|
86
|
-
},
|
|
87
|
-
"max-size": {
|
|
88
|
-
"title": "Maximum File Size",
|
|
89
|
-
"description": "Maximum size of individual log files before rotation"
|
|
90
|
-
},
|
|
91
|
-
"compression": {
|
|
92
|
-
"title": "Enable Compression",
|
|
93
|
-
"description": "Compress log files to save storage space"
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
"level": {
|
|
97
|
-
"title": "Log Levels",
|
|
98
|
-
"description": "Configure logging levels and verbosity",
|
|
99
|
-
"config": {
|
|
100
|
-
"title": "Log Level Configuration",
|
|
101
|
-
"description": "Configure default and module-specific log levels"
|
|
102
|
-
},
|
|
103
|
-
"default": {
|
|
104
|
-
"title": "Default Log Level",
|
|
105
|
-
"description": "Default logging level for all modules"
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
"alert": {
|
|
109
|
-
"title": "Alert Configuration",
|
|
110
|
-
"description": "Configure notifications for important log events",
|
|
111
|
-
"config": {
|
|
112
|
-
"title": "Alert Settings",
|
|
113
|
-
"description": "Settings for log-based alerts and notifications"
|
|
114
|
-
},
|
|
115
|
-
"enabled": {
|
|
116
|
-
"title": "Enable Alerts",
|
|
117
|
-
"description": "Send notifications for important log events"
|
|
118
|
-
},
|
|
119
|
-
"level": {
|
|
120
|
-
"title": "Alert Threshold",
|
|
121
|
-
"description": "Minimum log level that triggers alerts"
|
|
122
|
-
},
|
|
123
|
-
"email": {
|
|
124
|
-
"title": "Alert Email",
|
|
125
|
-
"description": "Email address to receive log alerts"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
"performance": {
|
|
129
|
-
"title": "Performance Settings",
|
|
130
|
-
"description": "Configure logging performance and optimization",
|
|
131
|
-
"config": {
|
|
132
|
-
"title": "Performance Configuration",
|
|
133
|
-
"description": "Settings that affect logging performance"
|
|
134
|
-
},
|
|
135
|
-
"async": {
|
|
136
|
-
"title": "Asynchronous Logging",
|
|
137
|
-
"description": "Enable non-blocking logging operations"
|
|
138
|
-
},
|
|
139
|
-
"batch-size": {
|
|
140
|
-
"title": "Batch Size",
|
|
141
|
-
"description": "Number of log entries to process in a batch"
|
|
142
|
-
},
|
|
143
|
-
"flush-interval": {
|
|
144
|
-
"title": "Flush Interval",
|
|
145
|
-
"description": "How often to write batched logs to storage"
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
}
|
|
@@ -1,150 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module-name": "مدیریت لاگ",
|
|
3
|
-
"root-menu": "مدیریت لاگ",
|
|
4
|
-
"logs": "لاگها",
|
|
5
|
-
"level": "سطح",
|
|
6
|
-
"message": "پیام",
|
|
7
|
-
"utcTimestamp": "زمان",
|
|
8
|
-
"exception": "خطا",
|
|
9
|
-
"actionName": "نام عمل",
|
|
10
|
-
"operation": "عملیات",
|
|
11
|
-
"category": "دسته",
|
|
12
|
-
"tenantId": "Tenant ID",
|
|
13
|
-
"tenantName": "Tenant Name",
|
|
14
|
-
"userId": "User ID",
|
|
15
|
-
"logDetails": "جزئیات لاگ",
|
|
16
|
-
"general": "عمومی",
|
|
17
|
-
"auth": "احراز هویت",
|
|
18
|
-
"action": "عمل",
|
|
19
|
-
"identity": "هویت",
|
|
20
|
-
"technical": "فنی",
|
|
21
|
-
"properties": {
|
|
22
|
-
"actionId": "شناسه عمل",
|
|
23
|
-
"requestId": "شناسه درخواست",
|
|
24
|
-
"requestPath": "مسیر درخواست",
|
|
25
|
-
"correlationId": "شناسه همبستگی",
|
|
26
|
-
"isValid": "اعتبارسنجی",
|
|
27
|
-
"sourceContext": "متن منبع",
|
|
28
|
-
"actionName": "نام عمل",
|
|
29
|
-
"operation": "عملیات",
|
|
30
|
-
"category": "دسته",
|
|
31
|
-
"tenantId": "Tenant ID",
|
|
32
|
-
"tenantName": "Tenant Name"
|
|
33
|
-
},
|
|
34
|
-
"settings": {
|
|
35
|
-
"form-template": {
|
|
36
|
-
"title": "Form Template",
|
|
37
|
-
"description": "Settings related to form templates.",
|
|
38
|
-
"designer": {
|
|
39
|
-
"title": "Designer",
|
|
40
|
-
"description": "Settings related to form templates designer.",
|
|
41
|
-
"history-panel": {
|
|
42
|
-
"title": "History Panel",
|
|
43
|
-
"description": "Enable or disable the history panel for forms."
|
|
44
|
-
},
|
|
45
|
-
"auto-save": {
|
|
46
|
-
"title": "Auto Save",
|
|
47
|
-
"description": "Auto save form information at regular intervals."
|
|
48
|
-
},
|
|
49
|
-
"auto-save-interval": {
|
|
50
|
-
"title": "Auto Save Interval",
|
|
51
|
-
"description": "Set the time interval (in minutes) for auto-saving form information."
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"log-management": {
|
|
56
|
-
"retention": {
|
|
57
|
-
"title": "Log Retention",
|
|
58
|
-
"description": "Configure how long logs are kept in the system",
|
|
59
|
-
"policy": {
|
|
60
|
-
"title": "Retention Policy",
|
|
61
|
-
"description": "Settings for log retention and cleanup"
|
|
62
|
-
},
|
|
63
|
-
"enabled": {
|
|
64
|
-
"title": "Enable Log Retention",
|
|
65
|
-
"description": "Automatically delete logs older than the specified period"
|
|
66
|
-
},
|
|
67
|
-
"period": {
|
|
68
|
-
"title": "Retention Period (Days)",
|
|
69
|
-
"description": "Number of days to keep logs before deletion"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
"storage": {
|
|
73
|
-
"title": "Storage Configuration",
|
|
74
|
-
"description": "Configure how and where logs are stored",
|
|
75
|
-
"config": {
|
|
76
|
-
"title": "Storage Settings",
|
|
77
|
-
"description": "Basic storage configuration options"
|
|
78
|
-
},
|
|
79
|
-
"location": {
|
|
80
|
-
"title": "Log Storage Location",
|
|
81
|
-
"description": "Directory path where log files will be stored"
|
|
82
|
-
},
|
|
83
|
-
"format": {
|
|
84
|
-
"title": "Log Format",
|
|
85
|
-
"description": "Format in which logs will be stored"
|
|
86
|
-
},
|
|
87
|
-
"max-size": {
|
|
88
|
-
"title": "Maximum File Size",
|
|
89
|
-
"description": "Maximum size of individual log files before rotation"
|
|
90
|
-
},
|
|
91
|
-
"compression": {
|
|
92
|
-
"title": "Enable Compression",
|
|
93
|
-
"description": "Compress log files to save storage space"
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
"level": {
|
|
97
|
-
"title": "Log Levels",
|
|
98
|
-
"description": "Configure logging levels and verbosity",
|
|
99
|
-
"config": {
|
|
100
|
-
"title": "Log Level Configuration",
|
|
101
|
-
"description": "Configure default and module-specific log levels"
|
|
102
|
-
},
|
|
103
|
-
"default": {
|
|
104
|
-
"title": "Default Log Level",
|
|
105
|
-
"description": "Default logging level for all modules"
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
"alert": {
|
|
109
|
-
"title": "Alert Configuration",
|
|
110
|
-
"description": "Configure notifications for important log events",
|
|
111
|
-
"config": {
|
|
112
|
-
"title": "Alert Settings",
|
|
113
|
-
"description": "Settings for log-based alerts and notifications"
|
|
114
|
-
},
|
|
115
|
-
"enabled": {
|
|
116
|
-
"title": "Enable Alerts",
|
|
117
|
-
"description": "Send notifications for important log events"
|
|
118
|
-
},
|
|
119
|
-
"level": {
|
|
120
|
-
"title": "Alert Threshold",
|
|
121
|
-
"description": "Minimum log level that triggers alerts"
|
|
122
|
-
},
|
|
123
|
-
"email": {
|
|
124
|
-
"title": "Alert Email",
|
|
125
|
-
"description": "Email address to receive log alerts"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
"performance": {
|
|
129
|
-
"title": "Performance Settings",
|
|
130
|
-
"description": "Configure logging performance and optimization",
|
|
131
|
-
"config": {
|
|
132
|
-
"title": "Performance Configuration",
|
|
133
|
-
"description": "Settings that affect logging performance"
|
|
134
|
-
},
|
|
135
|
-
"async": {
|
|
136
|
-
"title": "Asynchronous Logging",
|
|
137
|
-
"description": "Enable non-blocking logging operations"
|
|
138
|
-
},
|
|
139
|
-
"batch-size": {
|
|
140
|
-
"title": "Batch Size",
|
|
141
|
-
"description": "Number of log entries to process in a batch"
|
|
142
|
-
},
|
|
143
|
-
"flush-interval": {
|
|
144
|
-
"title": "Flush Interval",
|
|
145
|
-
"description": "How often to write batched logs to storage"
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
}
|