Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
d39141d
Update ECS version for modsecurity
leehinman Jul 27, 2022
fed25c4
Update ECS version for mysql_enterprise
leehinman Jul 27, 2022
86de2ec
Update ECS version for netflow
leehinman Jul 27, 2022
0b5be5d
Update ECS version for netscout
leehinman Jul 27, 2022
4a628f1
Update ECS version for netskope
leehinman Jul 27, 2022
df67e19
Update ECS version for network_traffic
leehinman Jul 27, 2022
9f2495c
Update ECS version for o365
leehinman Jul 27, 2022
ca5a90c
Update ECS version for okta
leehinman Jul 27, 2022
939c41e
Update ECS version for oracle
leehinman Jul 27, 2022
1d307eb
Update ECS version for osquery
leehinman Jul 27, 2022
470951d
Updated Changelog, Manifest and pipeline tests for modsecurity
leehinman Jul 27, 2022
df25c6f
Updated Changelog, Manifest and pipeline tests for mysql_enterprise
leehinman Jul 27, 2022
2e7393d
Updated Changelog, Manifest and pipeline tests for netflow
leehinman Jul 27, 2022
90365e4
Updated Changelog, Manifest and pipeline tests for netscout
leehinman Jul 27, 2022
9b22dbb
Updated Changelog, Manifest and pipeline tests for netskope
leehinman Jul 27, 2022
ae2cc83
Updated Changelog, Manifest and pipeline tests for network_traffic
leehinman Jul 27, 2022
724a56f
Updated Changelog, Manifest and pipeline tests for o365
leehinman Jul 27, 2022
700e323
Updated Changelog, Manifest and pipeline tests for okta
leehinman Jul 27, 2022
894d4a6
Updated Changelog, Manifest and pipeline tests for oracle
leehinman Jul 27, 2022
c3c92bc
Updated Changelog, Manifest and pipeline tests for osquery
leehinman Jul 27, 2022
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/modsecurity/_dev/build/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies:
ecs:
reference: git@v8.3.0
reference: git@v8.4.0-rc1
5 changes: 5 additions & 0 deletions packages/modsecurity/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.2.0"
changes:
- description: Update package to ECS 8.4.0
type: enhancement
link: https://github.com/elastic/integrations/pull/3868
- version: "1.1.3"
changes:
- description: Fix typo in the build/docs/README.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"@timestamp": "2022-05-23T06:28:50.000Z",
"ecs": {
"version": "8.3.0"
"version": "8.4.0"
},
"event": {
"category": [
Expand Down Expand Up @@ -68,7 +68,7 @@
{
"@timestamp": "2022-03-25T10:15:35.000Z",
"ecs": {
"version": "8.3.0"
"version": "8.4.0"
},
"event": {
"category": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"@timestamp": "2021-05-14T14:52:47.000Z",
"ecs": {
"version": "8.3.0"
"version": "8.4.0"
},
"event": {
"category": [
Expand Down Expand Up @@ -103,7 +103,7 @@
{
"@timestamp": "2021-05-14T15:11:52.000Z",
"ecs": {
"version": "8.3.0"
"version": "8.4.0"
},
"event": {
"category": [
Expand Down Expand Up @@ -190,7 +190,7 @@
{
"@timestamp": "2021-05-14T15:12:01.000Z",
"ecs": {
"version": "8.3.0"
"version": "8.4.0"
},
"event": {
"category": [
Expand Down Expand Up @@ -277,7 +277,7 @@
{
"@timestamp": "2021-05-14T15:12:18.000Z",
"ecs": {
"version": "8.3.0"
"version": "8.4.0"
},
"event": {
"category": [
Expand Down Expand Up @@ -364,7 +364,7 @@
{
"@timestamp": "2022-05-10T04:52:04.000Z",
"ecs": {
"version": "8.3.0"
"version": "8.4.0"
},
"event": {
"category": [
Expand Down Expand Up @@ -441,7 +441,7 @@
{
"@timestamp": "2022-05-09T09:41:59.000Z",
"ecs": {
"version": "8.3.0"
"version": "8.4.0"
},
"event": {
"category": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Pipeline for modsecurity audit log.
processors:
- set:
field: ecs.version
value: '8.3.0'
value: '8.4.0'
- rename:
field: message
target_field: event.original
Expand Down
2 changes: 1 addition & 1 deletion packages/modsecurity/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: modsecurity
title: "ModSecurity Audit"
version: 1.1.3
version: 1.2.0
license: basic
description: Collect logs from ModSecurity with Elastic Agent
type: integration
Expand Down
2 changes: 1 addition & 1 deletion packages/mysql_enterprise/_dev/build/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies:
ecs:
reference: git@v8.3.0
reference: git@v8.4.0-rc1
5 changes: 5 additions & 0 deletions packages/mysql_enterprise/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.2.0"
changes:
- description: Update package to ECS 8.4.0
type: enhancement
link: https://github.com/elastic/integrations/pull/3868
- version: "1.1.1"
changes:
- description: Update package name and description to align with standard wording
Expand Down
Loading