Skip to content

Commit d710cc5

Browse files
authored
Merge pull request #267551 from rcdun/aoi-ingestion-whats-new
AOI ingestion agent - add What's New pages
2 parents fb672a1 + f4fcdb9 commit d710cc5

File tree

5 files changed

+64
-0
lines changed

5 files changed

+64
-0
lines changed

articles/operator-insights/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
href: overview.md
88
- name: Azure Operator Insights FAQ
99
href: operator-insights-faq.yml
10+
- name: What's new with Azure Operator Insights ingestion agent?
11+
href: ingestion-agent-release-notes.md
1012
- name: Quickstart
1113
expanded: false
1214
items:
@@ -82,3 +84,5 @@
8284
href: /javascript/api/%40azure/arm-networkanalytics
8385
- name: Python
8486
href: /python/api/overview/azure/networkanalytics
87+
- name: Archive for Azure Operator Insights ingestion agent release notes
88+
href: ingestion-agent-release-notes-archive.md
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Archive for What's new with Azure Operator Insights ingestion agent
3+
description: Release notes for Azure Connected Machine agent versions older than six months.
4+
ms.topic: overview
5+
ms.date: 02/28/2024
6+
---
7+
8+
# Archive for What's new with Azure Operator Insights ingestion agent
9+
10+
The primary [What's new in Azure Operator Insights ingestion agent?](ingestion-agent-release-notes.md) article contains updates for the last six months, while this article contains all the older information.
11+
12+
The Azure Operator Insights ingestion agent receives improvements on an ongoing basis. This article provides you with information about:
13+
14+
- Previous releases
15+
- Known issues
16+
- Bug fixes
17+
18+
## Related content
19+
20+
- [Azure Operator Insights ingestion agent overview](ingestion-agent-overview.md)
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: What's new with Azure Operator Insights ingestion agent
3+
description: This article has release notes for Azure Operator Insights ingestion agent. For many of the summarized issues, there are links to more details.
4+
ms.topic: overview
5+
ms.date: 02/28/2024
6+
---
7+
8+
# What's new with Azure Operator Insights ingestion agent
9+
10+
The Azure Operator Insights ingestion agent receives improvements on an ongoing basis. To stay up to date with the most recent developments, this article provides you with information about:
11+
12+
- The latest releases
13+
- Known issues
14+
- Bug fixes
15+
16+
This page is updated for each new release of the ingestion agent, so revisit it regularly. If you're looking for items older than six months, you can find them in [archive for What's new with Azure Operator Insights ingestion agent](ingestion-agent-release-notes-archive.md).
17+
18+
## Version 1.0.0 - February 2024
19+
20+
Download for [RHEL8](https://download.microsoft.com/download/c/6/c/c6c49e4b-dbb8-4d00-be7f-f6916183b6ac/az-aoi-ingestion-1.0.0-1.el8.x86_64.rpm).
21+
22+
### Known issues
23+
24+
None
25+
26+
### New features
27+
28+
This is the first release of the Azure Operator Insights ingestion agent. It supports ingestion of Affirmed MCC EDRs and of arbitrary files from an SFTP server.
29+
30+
### Fixed
31+
32+
None
33+
34+
## Related content
35+
36+
- [Azure Operator Insights ingestion agent overview](ingestion-agent-overview.md)

articles/operator-insights/set-up-ingestion-agent.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ The VM used for the ingestion agent should be set up following best practice for
4242

4343
Download the RPM for the ingestion agent using the details you received as part of the [Azure Operator Insights onboarding process](overview.md#how-do-i-get-access-to-azure-operator-insights) or from [https://go.microsoft.com/fwlink/?linkid=2260508](https://go.microsoft.com/fwlink/?linkid=2260508).
4444

45+
Links to the current and previous releases of the agents are available below the heading of each [release note](ingestion-agent-release-notes.md). If you're looking for an agent version that's more than 6 months old, check out the [release notes archive](ingestion-agent-release-notes-archive.md).
46+
4547
## Set up authentication to Azure
4648

4749
You must have a service principal with a certificate credential that can access the Azure Key Vault created by the Data Product to retrieve storage credentials. Each agent must also have a copy of a valid certificate and private key for the service principal stored on this virtual machine.

articles/operator-insights/upgrade-ingestion-agent.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ In this article, you'll upgrade your ingestion agent and roll back an upgrade.
2020

2121
Obtain the latest version of the ingestion agent RPM from [https://go.microsoft.com/fwlink/?linkid=2260508](https://go.microsoft.com/fwlink/?linkid=2260508).
2222

23+
Links to the current and previous releases of the agents are available below the heading of each [release note](ingestion-agent-release-notes.md). If you're looking for an agent version that's more than 6 months old, check out the [release notes archive](ingestion-agent-release-notes-archive.md).
24+
2325
## Upgrade the agent software
2426

2527
To upgrade to a new release of the agent, repeat the following steps on each VM that has the old agent.

0 commit comments

Comments
 (0)