Skip to content

Commit 9fbcea2

Browse files
authored
Update ECS to 8.4.0 Part 7 (#3868)
modsecurity mysql_enterprise netflow netscout netskope network_traffic o365 okta oracle osquery
1 parent 84c18d5 commit 9fbcea2

File tree

85 files changed

+2935
-2885
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+2935
-2885
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies:
22
ecs:
3-
reference: git@v8.3.0
3+
reference: git@v8.4.0-rc1

packages/modsecurity/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.2.0"
3+
changes:
4+
- description: Update package to ECS 8.4.0
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/3868
27
- version: "1.1.3"
38
changes:
49
- description: Fix typo in the build/docs/README.md

packages/modsecurity/data_stream/auditlog/_dev/test/pipeline/test-apache-audit.log-expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"@timestamp": "2022-05-23T06:28:50.000Z",
55
"ecs": {
6-
"version": "8.3.0"
6+
"version": "8.4.0"
77
},
88
"event": {
99
"category": [
@@ -68,7 +68,7 @@
6868
{
6969
"@timestamp": "2022-03-25T10:15:35.000Z",
7070
"ecs": {
71-
"version": "8.3.0"
71+
"version": "8.4.0"
7272
},
7373
"event": {
7474
"category": [

packages/modsecurity/data_stream/auditlog/_dev/test/pipeline/test-audit.log-expected.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"@timestamp": "2021-05-14T14:52:47.000Z",
55
"ecs": {
6-
"version": "8.3.0"
6+
"version": "8.4.0"
77
},
88
"event": {
99
"category": [
@@ -103,7 +103,7 @@
103103
{
104104
"@timestamp": "2021-05-14T15:11:52.000Z",
105105
"ecs": {
106-
"version": "8.3.0"
106+
"version": "8.4.0"
107107
},
108108
"event": {
109109
"category": [
@@ -190,7 +190,7 @@
190190
{
191191
"@timestamp": "2021-05-14T15:12:01.000Z",
192192
"ecs": {
193-
"version": "8.3.0"
193+
"version": "8.4.0"
194194
},
195195
"event": {
196196
"category": [
@@ -277,7 +277,7 @@
277277
{
278278
"@timestamp": "2021-05-14T15:12:18.000Z",
279279
"ecs": {
280-
"version": "8.3.0"
280+
"version": "8.4.0"
281281
},
282282
"event": {
283283
"category": [
@@ -364,7 +364,7 @@
364364
{
365365
"@timestamp": "2022-05-10T04:52:04.000Z",
366366
"ecs": {
367-
"version": "8.3.0"
367+
"version": "8.4.0"
368368
},
369369
"event": {
370370
"category": [
@@ -441,7 +441,7 @@
441441
{
442442
"@timestamp": "2022-05-09T09:41:59.000Z",
443443
"ecs": {
444-
"version": "8.3.0"
444+
"version": "8.4.0"
445445
},
446446
"event": {
447447
"category": [

packages/modsecurity/data_stream/auditlog/elasticsearch/ingest_pipeline/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Pipeline for modsecurity audit log.
33
processors:
44
- set:
55
field: ecs.version
6-
value: '8.3.0'
6+
value: '8.4.0'
77
- rename:
88
field: message
99
target_field: event.original

packages/modsecurity/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: modsecurity
33
title: "ModSecurity Audit"
4-
version: 1.1.3
4+
version: 1.2.0
55
license: basic
66
description: Collect logs from ModSecurity with Elastic Agent
77
type: integration
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies:
22
ecs:
3-
reference: git@v8.3.0
3+
reference: git@v8.4.0-rc1

packages/mysql_enterprise/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.2.0"
3+
changes:
4+
- description: Update package to ECS 8.4.0
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/3868
27
- version: "1.1.1"
38
changes:
49
- description: Update package name and description to align with standard wording

0 commit comments

Comments
 (0)