Skip to content

Commit

Permalink
Fix broken links for Barracuda and Websocket integrations (#11896)
Browse files Browse the repository at this point in the history
* Fix broken links

* Update changelog and manifest for Barracuda

* Update changelog and manifest for Websocket
  • Loading branch information
alaudazzi authored Nov 27, 2024
1 parent 2cbb7f9 commit 5666b6e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/barracuda/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Use the Barracuda WAF data stream to ingest log data. Then visualize that data i

## Upgrade

The Technical preview `spamfirewall` data stream has been deprecated and removed, as of v1.0 of this integration. As we work on a replacement for the Spam Firewall integration, you can continue to use the [Spam Firewall filebeat module](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-module-barracuda.html).
The Technical preview `spamfirewall` data stream has been deprecated and removed, as of v1.0 of this integration. As we work on a replacement for the Spam Firewall integration, you can continue to use the [Spam Firewall filebeat module](https://www.elastic.co/guide/en/beats/filebeat/8.15/filebeat-module-barracuda.html).

## WAF

Expand Down
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: "1.16.1"
changes:
- description: Fix broken links for Barracuda integrations.
type: bugfix
link: https://github.com/elastic/integrations/pull/11896
- version: "1.16.0"
changes:
- description: Improve access logs parsing.
Expand Down
2 changes: 1 addition & 1 deletion packages/barracuda/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Use the Barracuda WAF data stream to ingest log data. Then visualize that data i

## Upgrade

The Technical preview `spamfirewall` data stream has been deprecated and removed, as of v1.0 of this integration. As we work on a replacement for the Spam Firewall integration, you can continue to use the [Spam Firewall filebeat module](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-module-barracuda.html).
The Technical preview `spamfirewall` data stream has been deprecated and removed, as of v1.0 of this integration. As we work on a replacement for the Spam Firewall integration, you can continue to use the [Spam Firewall filebeat module](https://www.elastic.co/guide/en/beats/filebeat/8.15/filebeat-module-barracuda.html).

## WAF

Expand Down
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: "3.0.3"
name: barracuda
title: "Barracuda Web Application Firewall"
version: "1.16.0"
version: "1.16.1"
description: "Collect logs from Barracuda Web Application Firewall with Elastic Agent."
type: integration
source:
Expand Down
2 changes: 1 addition & 1 deletion packages/websocket/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This input type connects to a WebSocket URL, listens for messages sent by the se

## Configuration

The full documentation for configuring the WebSocket input can be found [here](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-websocket.html).
The full documentation for configuring the WebSocket input can be found [here](https://www.elastic.co/guide/en/beats/filebeat/8.15/filebeat-input-websocket.html).

To configure the WebSocket input, specify the connection URL and other optional parameters such as headers for authentication or protocol versions. Advanced options for connection handling, such as timeouts and subprotocols, can be configured in the "Advanced options" section.

Expand Down
5 changes: 5 additions & 0 deletions packages/websocket/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.1.1"
changes:
- description: Fix broken links for Websocket integration.
type: bugfix
link: https://github.com/elastic/integrations/pull/11896
- version: "0.1.0"
changes:
- description: Initial Implementation.
Expand Down
2 changes: 1 addition & 1 deletion packages/websocket/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This input type connects to a WebSocket URL, listens for messages sent by the se

## Configuration

The full documentation for configuring the WebSocket input can be found [here](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-websocket.html).
The full documentation for configuring the WebSocket input can be found [here](https://www.elastic.co/guide/en/beats/filebeat/8.15/filebeat-input-websocket.html).

To configure the WebSocket input, specify the connection URL and other optional parameters such as headers for authentication or protocol versions. Advanced options for connection handling, such as timeouts and subprotocols, can be configured in the "Advanced options" section.

Expand Down
2 changes: 1 addition & 1 deletion packages/websocket/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.0.2
name: websocket
title: Custom Websocket logs
version: 0.1.0
version: 0.1.1
description: Collect custom events from a socket server with Elastic agent.
type: input
categories:
Expand Down

0 comments on commit 5666b6e

Please sign in to comment.