# المراقبة والتسجيل

NGSurvey يدعم إرسال كل [سجل النشاط ](/ar/form-management/sjl-alnshat.md)البيانات في الوقت الفعلي إلى أنظمة تسجيل طرف ثالث متعددة&#x20;

* [Azure Log Analytics](/ar/installation-setup/installation/almraqbh-waltsjyl/azure-log-althlylat.md)
* [Azure Application Insights](/ar/installation-setup/installation/almraqbh-waltsjyl/azure-application-insight.md)
* [AWS CloudWatch](/ar/installation-setup/installation/almraqbh-waltsjyl/aws-cloudwatch.md)
* [Windows Event Log](/ar/installation-setup/installation/almraqbh-waltsjyl/sjl-ahdath-windows.md).

### تنسيق السجل

يتم تسجيل سجلات النشاط بالتنسيق المنظم التالي:

* **ActivityId**: نوع النشاط (مثل "Logon"، "Error"، "SystemStartup")&#x20;
* **Category**: فئة النشاط (مثل "System"، "Application"، "Survey")
* **Level**: مستوى الشدة (مثل "Information"، "Warning"، "Error")&#x20;
* **SurveyId**: معرف الاستبيان المرتبط (إن وُجد)
* **Username**: اسم المستخدم الذي قام بالنشاط
* **IPAddress**: عنوان IP الخاص بالمستخدم
* **Tenant**: Tenant الخاص بـ NGSurvey الذي سجَّل النشاط
* **Data**: بيانات إضافية متعلقة بالنشاط


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ngsurvey.com/ar/installation-setup/installation/almraqbh-waltsjyl.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
