Skip to content

Commit d6006dc

Browse files
author
Soumya Maitra
committed
Add list of Available Nexus Logs
1 parent b392a70 commit d6006dc

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed

articles/operator-nexus/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@
297297
href: reference-customer-edge-provider-edge-connectivity.md
298298
- name: List of metrics collected
299299
href: List-of-metrics-collected.md
300+
- name: List of logs available for streaming
301+
href: list-of-logs-available.md
300302
- name: Near-edge Compute
301303
href: reference-near-edge-compute.md
302304
- name: BareMetal Machine roles

articles/operator-nexus/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ landingContent:
104104
links:
105105
- text: List of metrics collected
106106
url: List-of-metrics-collected.md
107+
- text: List of logs available
108+
url: list-of-logs-available.md
107109
- text: Near-edge Compute
108110
url: reference-near-edge-compute.md
109111
- text: Near-edge BMM roles
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: List of Logs Available in Azure Operator Nexus.
3+
description: List of logs available in Azure Operator Nexus.
4+
author: neilverse
5+
ms.author: soumyamaitra
6+
ms.service: azure-operator-nexus
7+
ms.topic: reference
8+
ms.date: 06/13/2024
9+
ms.custom: template-reference
10+
---
11+
12+
# List of logs available for streaming in Azure Operator Nexus
13+
14+
Logs emitted by Nexus Resources provide insight in the detailed operations of Nexus Resources and are useful for monitoring their health and availability. The logs are categorized into different categories based on the type of resource emitting the logs. These logs can be streamed to specific targets by creating [Diagnostic Settings](../azure-monitor/essentials/diagnostic-settings.md) in Azure Monitor.
15+
16+
- [List of logs available for streaming in Azure Operator Nexus](#list-of-logs-available-for-streaming-in-azure-operator-nexus)
17+
- [Nexus Cluster](#nexus-cluster)
18+
- [Baremetal servers](#baremetal-servers)
19+
- [Storage Appliances](#storage-appliances)
20+
- [Cluster Manager](#cluster-manager)
21+
- [Target for Streaming the logs](#target-for-streaming-the-logs)
22+
23+
## Nexus Cluster
24+
25+
| Log Categories | Description |
26+
|-----------------------|:----------------------------------------:|
27+
| Kubernetes Logs | Logs emitted by the Kubernetes containers|
28+
| VM Orchestration Logs | Logs emitted by the hypervisor service |
29+
30+
## Baremetal servers
31+
32+
| Log Categories | Categories | Description |
33+
|-------------|:-------------:|:-------------:|
34+
| System | Debug, Info, Notice, Warning, Error, Critical | System logs from the Baremetal server |
35+
| Security | Debug, Info, Notice, Warning, Error, Critical, Defender, BreakGlass Audit | Security logs from the Baremetal server |
36+
37+
## Storage Appliances
38+
39+
| Log Categories | Description |
40+
|-------------|:-------------:|
41+
| Storage Appliance logs | System Logs from Storage Appliance |
42+
| Storage Appliance audits | Audit Logs from Storage Appliance |
43+
| Storage Appliance alerts | Alert logs from Storage Appliance |
44+
45+
## Cluster Manager
46+
47+
| Log Categories | Description |
48+
|-------------|:-------------:|
49+
| Cluster Manager Deploy or Upgrade Logs | Logs emitted during the deployment or upgrade of the Cluster from Cluster Manager |
50+
51+
## Target for Streaming the logs
52+
53+
The logs available for collection from Azure Operator Nexus can be streamed to the following targets:
54+
55+
- Log Analytics Workspace
56+
- Storage Account
57+
- Event Hub
58+

0 commit comments

Comments
 (0)