Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions packages/barracuda/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Barracuda integration

This integration is for Barracuda device's logs. It includes the following
datasets for receiving logs over syslog or read from a file:
- `waf` dataset: supports Barracuda Web Application Firewall logs.
- `spamfirewall` dataset: supports Barracuda Spam Firewall logs.

### Waf

The `waf` dataset collects Barracuda Web Application Firewall logs.

{{fields "waf"}}

### Spamfirewall

The `spamfirewall` dataset collects Barracuda Spam Firewall logs.

{{fields "spamfirewall"}}
5 changes: 5 additions & 0 deletions packages/barracuda/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.12.1"
changes:
- description: Update docs to match field definitions.
type: bugfix
link: https://github.com/elastic/integrations/pull/4802
- version: "0.12.0"
changes:
- description: Update package to ECS 8.5.0.
Expand Down
199 changes: 129 additions & 70 deletions packages/barracuda/docs/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/barracuda/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: barracuda
title: Barracuda Logs
version: "0.12.0"
version: "0.12.1"
description: Collect spam and web application firewall logs from Barracuda devices with Elastic Agent.
categories: ["network", "security"]
release: experimental
Expand Down
11 changes: 11 additions & 0 deletions packages/bluecoat/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Bluecoat integration

This integration is for Bluecoat device's logs. It includes the following
datasets for receiving logs over syslog or read from a file:
- `director` dataset: supports Blue Coat Director logs.

### Director

The `director` dataset collects Blue Coat Director logs.

{{fields "director"}}
5 changes: 5 additions & 0 deletions packages/bluecoat/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.11.1"
changes:
- description: Update docs to match field definitions.
type: bugfix
link: https://github.com/elastic/integrations/pull/4802
- version: "0.11.0"
changes:
- description: Update package to ECS 8.5.0.
Expand Down
100 changes: 64 additions & 36 deletions packages/bluecoat/docs/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/bluecoat/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: bluecoat
title: Blue Coat Director Logs
version: "0.11.0"
version: "0.11.1"
description: Collect director logs from Blue Coat devices with Elastic Agent.
categories: ["network", "security"]
release: experimental
Expand Down
11 changes: 11 additions & 0 deletions packages/cylance/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Cylance integration

This integration is for [Cylance](https://www.blackberry.com/us/en/products/unified-endpoint-security/blackberry-protect) logs. It includes the following datasets for receiving logs over syslog or read from a file:

- `protect` dataset: supports CylanceProtect logs.

### Protect

The `protect` dataset collects CylanceProtect logs.

{{fields "protect"}}
5 changes: 5 additions & 0 deletions packages/cylance/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.11.1"
changes:
- description: Update docs to match field definitions.
type: bugfix
link: https://github.com/elastic/integrations/pull/4802
- version: "0.11.0"
changes:
- description: Update package to ECS 8.5.0.
Expand Down
100 changes: 64 additions & 36 deletions packages/cylance/docs/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cylance/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: cylance
title: CylanceProtect Logs
version: "0.11.0"
version: "0.11.1"
description: Collect logs from CylanceProtect devices with Elastic Agent.
categories: ["security"]
release: experimental
Expand Down
18 changes: 18 additions & 0 deletions packages/f5/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# F5 integration

This integration is for F5 device's logs. It includes the following
datasets for receiving logs over syslog or read from a file:
- `bigipapm` dataset: supports Big-IP Access Policy Manager logs.
- `bigipafm` dataset: supports Big-IP Advanced Firewall Manager logs.

### Bigipapm

The `bigipapm` dataset collects Big-IP Access Policy Manager logs.

{{fields "bigipapm"}}

### Bigipafm

The `bigipafm` dataset collects Big-IP Advanced Firewall Manager logs.

{{fields "bigipafm"}}
5 changes: 5 additions & 0 deletions packages/f5/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.12.1"
changes:
- description: Update docs to match field definitions.
type: bugfix
link: https://github.com/elastic/integrations/pull/4802
- version: "0.12.0"
changes:
- description: Update package to ECS 8.5.0.
Expand Down
211 changes: 139 additions & 72 deletions packages/f5/docs/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/f5/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: f5
title: F5 Logs
version: "0.12.0"
version: "0.12.1"
description: Collect and parse logs from F5 devices with Elastic Agent.
categories: ["network", "security"]
release: experimental
Expand Down
11 changes: 11 additions & 0 deletions packages/imperva/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Imperva integration

This integration is for Imperva device's logs. It includes the following
datasets for receiving logs over syslog or read from a file:
- `securesphere` dataset: supports Imperva SecureSphere logs.

### Securesphere

The `securesphere` dataset collects Imperva SecureSphere logs.

{{fields "securesphere"}}
5 changes: 5 additions & 0 deletions packages/imperva/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.11.2"
changes:
- description: Update docs to match field definitions.
type: bugfix
link: https://github.com/elastic/integrations/pull/4802
- version: "0.11.1"
changes:
- description: Remove duplicate fields.
Expand Down
Loading