Skip to content

Commit e660777

Browse files
authored
citrix_waf: fix titles and descriptions in data stream manifest (#15709)
1 parent 343cf18 commit e660777

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

packages/citrix_waf/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.18.2"
3+
changes:
4+
- description: Fix service names in documentation.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/15709
27
- version: "1.18.1"
38
changes:
49
- description: Changed owners.

packages/citrix_waf/data_stream/log/manifest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Cisco ASA logs
1+
title: Citrix WAF logs
22
type: logs
33
streams:
44
- input: udp
@@ -164,8 +164,8 @@ streams:
164164
description: IANA time zone or time offset (e.g. `+0200`) to use when interpreting syslog timestamps without a time zone.
165165
- input: logfile
166166
enabled: false
167-
title: Cisco Citrix WAF logs
168-
description: Cisco Citrix WAF logs
167+
title: Citrix WAF logs
168+
description: Collect Citrix WAF logs
169169
vars:
170170
- name: paths
171171
type: text

packages/citrix_waf/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: "3.0.3"
22
name: citrix_waf
33
title: "Citrix Web App Firewall"
4-
version: "1.18.1"
4+
version: "1.18.2"
55
description: Ingest events from Citrix Systems Web App Firewall.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)