Skip to content

Commit 9a186ed

Browse files
authored
[Panw Cortex XDR] Add description and default for ssl options (#7190)
* add description and default for ssl options * update pr num
1 parent ecb7d78 commit 9a186ed

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

packages/panw_cortex_xdr/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.15.0"
3+
changes:
4+
- description: Document SSL options
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/7190
27
- version: "1.14.0"
38
changes:
49
- description: Document duration units.

packages/panw_cortex_xdr/data_stream/alerts/manifest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ streams:
7171
multi: false
7272
required: false
7373
show_user: true
74+
description: i.e. certificate, keys, supported_protocols, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-server-config) for details.
75+
default: |
76+
#certificate: "/etc/server/cert.pem"
77+
#key: "/etc/server/key.pem"
7478
- name: proxy_url
7579
type: text
7680
title: Proxy URL

packages/panw_cortex_xdr/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: panw_cortex_xdr
22
title: Palo Alto Cortex XDR
3-
version: "1.14.0"
3+
version: "1.15.0"
44
release: ga
55
description: Collect logs from Palo Alto Cortex XDR with Elastic Agent.
66
type: integration

0 commit comments

Comments
 (0)