Skip to content

Commit

Permalink
feat [#8647]: mark linux integrations requiring root
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoutsovasilis committed Mar 26, 2024
1 parent 2e66957 commit 435f240
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 4 deletions.
5 changes: 5 additions & 0 deletions packages/auditd_manager/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.16.3"
changes:
- description: capture root requirement
type: enhancement
link: https://github.com/elastic/integrations/issues/8647
- version: "1.16.2"
changes:
- description: Changed owners
Expand Down
5 changes: 4 additions & 1 deletion packages/auditd_manager/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.0"
name: auditd_manager
title: "Auditd Manager"
version: "1.16.2"
version: "1.16.3"
description: "The Auditd Manager Integration receives audit events from the Linux Audit Framework that is a part of the Linux kernel."
type: integration
categories:
Expand Down Expand Up @@ -36,6 +36,9 @@ policy_templates:
- type: audit/auditd
title: Collect auditd events
description: Collecting auditd events
agent:
privileges:
root: true
owner:
github: elastic/sec-linux-platform
type: elastic
5 changes: 5 additions & 0 deletions packages/fim/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.14.2"
changes:
- description: capture root requirement
type: enhancement
link: https://github.com/elastic/integrations/issues/8647
- version: "1.14.1"
changes:
- description: Changed owners
Expand Down
5 changes: 4 additions & 1 deletion packages/fim/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.0"
name: fim
title: "File Integrity Monitoring"
version: "1.14.1"
version: "1.14.2"
description: "The File Integrity Monitoring integration reports filesystem changes in real time."
type: integration
categories:
Expand Down Expand Up @@ -135,6 +135,9 @@ vars:
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata.
This executes in the agent before the logs are parsed.
See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.
agent:
privileges:
root: true
owner:
github: elastic/sec-linux-platform
type: elastic
5 changes: 5 additions & 0 deletions packages/network_traffic/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.30.1"
changes:
- description: capture root requirement
type: enhancement
link: https://github.com/elastic/integrations/issues/8647
- version: "1.30.0"
changes:
- description: Publish deprecation notice for legacy behavior of `map_to_ecs`.
Expand Down
5 changes: 4 additions & 1 deletion packages/network_traffic/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.0"
name: network_traffic
title: Network Packet Capture
version: "1.30.0"
version: "1.30.1"
description: Capture and analyze network traffic from a host with Elastic Agent.
type: integration
categories:
Expand Down Expand Up @@ -40,6 +40,9 @@ policy_templates:
required: false
show_user: false
default: false
agent:
privileges:
root: true
owner:
github: elastic/sec-linux-platform
type: elastic
5 changes: 5 additions & 0 deletions packages/system_audit/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.10.2"
changes:
- description: capture root requirement
type: enhancement
link: https://github.com/elastic/integrations/issues/8647
- version: "1.10.1"
changes:
- description: Changed owners
Expand Down
5 changes: 4 additions & 1 deletion packages/system_audit/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: system_audit
title: System Audit
description: Collect various logs & metrics from System Audit modules with Elastic Agent.
type: integration
version: "1.10.1"
version: "1.10.2"
conditions:
kibana:
version: '^8.7.1'
Expand All @@ -27,6 +27,9 @@ policy_templates:
- type: audit/system
title: System Audit
description: Collect various logs & metrics from System Audit modules with Elastic Agent.
agent:
privileges:
root: true
owner:
github: elastic/sec-linux-platform
type: elastic

0 comments on commit 435f240

Please sign in to comment.