Skip to content

Commit d1a0cda

Browse files
authored
Merge pull request #278536 from neilverse/main
Add list of logs available to stream from Nexus Resources
2 parents 21b51a1 + 0ef9fa3 commit d1a0cda

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-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-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-logs-available.md
107109
- text: Near-edge Compute
108110
url: reference-near-edge-compute.md
109111
- text: Near-edge BMM roles
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: List of logs available in Azure Operator Nexus
3+
description: List of logs available in Azure Operator Nexus for streaming to customer's subscription by creating diagnostic settings.
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+
## Nexus Cluster
17+
18+
| Log categories | Description |
19+
|-----------------------|:-----------------------------------------|
20+
| Kubernetes Logs | Logs emitted by the Kubernetes containers|
21+
| VM Orchestration Logs | Logs emitted by the hypervisor service |
22+
23+
## Bare metal servers
24+
25+
| Log categories | Categories | Description |
26+
|-------------|:--------------|:--------------|
27+
| System | Debug, Info, Notice, Warning, Error, Critical | System logs from the Bare metal server |
28+
| Security | Debug, Info, Notice, Warning, Error, Critical, Defender, BreakGlass Audit | Security logs from the Bare metal server |
29+
30+
## Storage appliance
31+
32+
| Log categories | Description |
33+
|-------------|:--------------|
34+
| Storage Appliance logs | System Logs from Storage Appliance |
35+
| Storage Appliance audits | Audit Logs from Storage Appliance |
36+
| Storage Appliance alerts | Alert logs from Storage Appliance |
37+
38+
## Cluster Manager
39+
40+
| Log categories | Description |
41+
|-------------|:--------------|
42+
| Cluster Manager Deploy or Upgrade Logs | Logs emitted during the deployment or upgrade of the Cluster from Cluster Manager |
43+
44+
## Target for streaming the logs
45+
46+
The logs available for collection from Azure Operator Nexus can be streamed to the following targets:
47+
- Log Analytics Workspace
48+
- Storage Account
49+
- Event Hubs

0 commit comments

Comments
 (0)