Skip to content

Commit 436df0c

Browse files
authored
carbonblack_edr,cribl,cyberark_pta,cyberarkpas: update manifest version format to v3.0.3 (#9399)
1 parent 796a21d commit 436df0c

File tree

18 files changed

+51
-8
lines changed

18 files changed

+51
-8
lines changed

packages/carbonblack_edr/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.17.0"
3+
changes:
4+
- description: Update manifest format version to v3.0.3.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/9399
27
- version: "1.16.2"
38
changes:
49
- description: Changed owners

packages/carbonblack_edr/data_stream/log/_dev/test/system/test-http-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ numeric_keyword_fields:
1515
- carbonblack.edr.segment_id
1616
- carbonblack.edr.sensor_id
1717
- rule.id
18+
assert:
19+
hit_count: 21

packages/carbonblack_edr/data_stream/log/_dev/test/system/test-logfile-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ numeric_keyword_fields:
1313
- carbonblack.edr.segment_id
1414
- carbonblack.edr.sensor_id
1515
- rule.id
16+
assert:
17+
hit_count: 21

packages/carbonblack_edr/data_stream/log/_dev/test/system/test-tcp-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ numeric_keyword_fields:
1515
- carbonblack.edr.segment_id
1616
- carbonblack.edr.sensor_id
1717
- rule.id
18+
assert:
19+
hit_count: 21

packages/carbonblack_edr/data_stream/log/_dev/test/system/test-udp-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ numeric_keyword_fields:
1515
- carbonblack.edr.segment_id
1616
- carbonblack.edr.sensor_id
1717
- rule.id
18+
assert:
19+
hit_count: 21

packages/carbonblack_edr/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: carbonblack_edr
22
title: VMware Carbon Black EDR
3-
version: "1.16.2"
3+
version: "1.17.0"
44
description: Collect logs from VMware Carbon Black EDR with Elastic Agent.
55
type: integration
6-
format_version: "3.0.0"
6+
format_version: "3.0.3"
77
categories: [security, edr_xdr]
88
conditions:
99
kibana:

packages/cribl/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: "0.3.0"
3+
changes:
4+
- description: Update manifest format version to v3.0.3.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/9399
27
- version: "0.2.0"
38
changes:
49
- description: Adds the second phase of the Cribl package

packages/cribl/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
format_version: 3.0.0
1+
format_version: 3.0.3
22
name: cribl
33
title: "Cribl"
4-
version: 0.2.0
4+
version: 0.3.0
55
description: Stream logs from Cribl into Elastic.
66
type: integration
77
categories:

packages/cyberark_pta/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.9.0"
3+
changes:
4+
- description: Update manifest format version to v3.0.3.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/9399
27
- version: "1.8.1"
38
changes:
49
- description: Changed owners

packages/cyberark_pta/data_stream/events/_dev/test/system/test-tcp-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ data_stream:
66
syslog_host: 0.0.0.0
77
syslog_port: 9514
88
preserve_original_event: true
9+
assert:
10+
hit_count: 2

0 commit comments

Comments
 (0)