Skip to content

Commit 61dba63

Browse files
authored
Fix broken link for the Abnormal Security integration (#11928)
* Fix broken link * Update changelog and manifest * Integrate reviewer's comments * Integrate reviewer's feedback
1 parent 1fcc9e0 commit 61dba63

File tree

4 files changed

+18
-13
lines changed

4 files changed

+18
-13
lines changed

packages/abnormal_security/_dev/build/docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@ The Abnormal Security integration collects four types of logs:
1818

1919
## Requirements
2020

21-
Elastic Agent must be installed. For more details and installation instructions, please refer to the [Elastic Agent Installation Guide](https://www.elastic.co/guide/en/fleet/current/elastic-agent-installation.html).
21+
You need to have Elastic Agent installed. For detailed guidance, refer to the Elastic Agent [installation instructions](https://www.elastic.co/guide/en/fleet/current/elastic-agent-installation.html).
2222

23-
### Installing and managing an Elastic Agent:
23+
### Installing and managing an Elastic Agent
2424

2525
There are several options for installing and managing Elastic Agent:
2626

27-
### Install a Fleet-managed Elastic Agent (recommended):
27+
#### Install a Fleet-managed Elastic Agent (recommended)
2828

2929
With this approach, you install Elastic Agent and use Fleet in Kibana to define, configure, and manage your agents in a central location. We recommend using Fleet management because it makes the management and upgrade of your agents considerably easier.
3030

31-
### Install Elastic Agent in standalone mode (advanced users):
31+
#### Install Elastic Agent in standalone mode (advanced users)
3232

3333
With this approach, you install Elastic Agent and manually configure the agent locally on the system where it’s installed. You are responsible for managing and upgrading the agents. This approach is reserved for advanced users only.
3434

35-
### Install Elastic Agent in a containerized environment:
35+
#### Install Elastic Agent in a containerized environment
3636

3737
You can run Elastic Agent inside a container, either with Fleet Server or standalone. Docker images for all versions of Elastic Agent are available from the Elastic Docker registry, and we provide deployment manifests for running on Kubernetes.
3838

39-
Please note, there are minimum requirements for running Elastic Agent. For more information, refer to the [Elastic Agent Minimum Requirements](https://www.elastic.co/guide/en/fleet/current/elastic-agent-installation.html#elastic-agent-installation-minimum-requirements).
39+
Before installing the Elastic Agent, check the [minimum requirements](https://www.elastic.co/guide/en/fleet/current/elastic-agent-installation.html).
4040

4141
## Setup
4242

packages/abnormal_security/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.0.1"
3+
changes:
4+
- description: Fix broken link for the Abnormal Security integration.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/11928
27
- version: "1.0.0"
38
changes:
49
- description: Release package as GA.

packages/abnormal_security/docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@ The Abnormal Security integration collects four types of logs:
1818

1919
## Requirements
2020

21-
Elastic Agent must be installed. For more details and installation instructions, please refer to the [Elastic Agent Installation Guide](https://www.elastic.co/guide/en/fleet/current/elastic-agent-installation.html).
21+
You need to have Elastic Agent installed. For detailed guidance, refer to the Elastic Agent [installation instructions](https://www.elastic.co/guide/en/fleet/current/elastic-agent-installation.html).
2222

23-
### Installing and managing an Elastic Agent:
23+
### Installing and managing an Elastic Agent
2424

2525
There are several options for installing and managing Elastic Agent:
2626

27-
### Install a Fleet-managed Elastic Agent (recommended):
27+
#### Install a Fleet-managed Elastic Agent (recommended)
2828

2929
With this approach, you install Elastic Agent and use Fleet in Kibana to define, configure, and manage your agents in a central location. We recommend using Fleet management because it makes the management and upgrade of your agents considerably easier.
3030

31-
### Install Elastic Agent in standalone mode (advanced users):
31+
#### Install Elastic Agent in standalone mode (advanced users)
3232

3333
With this approach, you install Elastic Agent and manually configure the agent locally on the system where it’s installed. You are responsible for managing and upgrading the agents. This approach is reserved for advanced users only.
3434

35-
### Install Elastic Agent in a containerized environment:
35+
#### Install Elastic Agent in a containerized environment
3636

3737
You can run Elastic Agent inside a container, either with Fleet Server or standalone. Docker images for all versions of Elastic Agent are available from the Elastic Docker registry, and we provide deployment manifests for running on Kubernetes.
3838

39-
Please note, there are minimum requirements for running Elastic Agent. For more information, refer to the [Elastic Agent Minimum Requirements](https://www.elastic.co/guide/en/fleet/current/elastic-agent-installation.html#elastic-agent-installation-minimum-requirements).
39+
Before installing the Elastic Agent, check the [minimum requirements](https://www.elastic.co/guide/en/fleet/current/elastic-agent-installation.html).
4040

4141
## Setup
4242

packages/abnormal_security/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.2.1
22
name: abnormal_security
33
title: Abnormal Security
4-
version: 1.0.0
4+
version: 1.0.1
55
description: Collect logs from Abnormal Security with Elastic Agent.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)