Skip to content

Commit

Permalink
feat: log-fwd for arm architecture has been released, removing limita…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
josemore committed Oct 26, 2021
1 parent 5cc975b commit 4d843f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The infrastructure agent supports these processor architectures:

* **Linux**: 64-bit for x86 processor architectures (also requires 64-bit package manager and dependencies)
* **Windows**: both 32 and 64-bit for x86 processor architectures
* **ARM**: arm64 architecture including [AWS Graviton 2 processor](https://aws.amazon.com/ec2/graviton/) is supported on compatible Linux operating sytems. On-host integrations are also supported (with the exception of the Oracle integration). Built-in log forwarding is not yet available.
* **ARM**: arm64 architecture including [AWS Graviton 2 processor](https://aws.amazon.com/ec2/graviton/) is supported on compatible Linux operating sytems. On-host integrations are also supported (with the exception of the Oracle integration).
* **macOS** (Beta): 64-bit x86 processor (M1 processor is not supported yet).

## Operating systems
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ To forward your logs through our infrastructure monitoring agent:
To use the log forwarder of the infrastructure agent, make sure you meet the following requirements:

- Infrastructure agent version 1.11.4 or higher
- OpenSSL library 1.1.0 or higher is required by `infra-agent` starting from v1.16.4.
- OpenSSL library 1.1.0 or higher is required by Infrastructure agent starting from 1.16.4.
- Built-in support for ARM64 architecture on Linux systems (in example, AWS Graviton architecture) added in Infrastructure agent [1.26.0](https://github.com/newrelic/infrastructure-agent/releases/tag/1.20.6).

<Callout variant="important">
The log forwarding feature is not supported on containerized infrastructure agents.
Expand Down Expand Up @@ -203,10 +204,6 @@ icon={<img src={windows} alt="amazonlinux.png"/>}
/>
</TechTileGrid>

<Callout variant="tip">
We are working to integrate log forwarding in the infrastructure agent for ARM architectures. In the meantime, you can follow the steps in the [Explorers Hub post](https://discuss.newrelic.com/t/forward-your-logs-with-the-infrastructure-agent-in-arm/157165).
</Callout>

If you don't have a New Relic account yet, or if you prefer to follow the procedure manually, see our [tutorial to install the package manager](/docs/infrastructure/install-infrastructure-agent/linux-installation/install-infrastructure-agent-linux-using-package-manager).

## Configure the infrastructure agent [#configure]
Expand Down

0 comments on commit 4d843f9

Please sign in to comment.