File tree Expand file tree Collapse file tree 8 files changed +36
-4
lines changed
Expand file tree Collapse file tree 8 files changed +36
-4
lines changed Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 1.16.3"
3+ changes :
4+ - description : capture root requirement
5+ type : enhancement
6+ link : https://github.com/elastic/integrations/issues/8647
27- version : " 1.16.2"
38 changes :
49 - description : Changed owners
Original file line number Diff line number Diff line change 11format_version : " 3.0.0"
22name : auditd_manager
33title : " Auditd Manager"
4- version : " 1.16.2 "
4+ version : " 1.16.3 "
55description : " The Auditd Manager Integration receives audit events from the Linux Audit Framework that is a part of the Linux kernel."
66type : integration
77categories :
@@ -36,6 +36,9 @@ policy_templates:
3636 - type : audit/auditd
3737 title : Collect auditd events
3838 description : Collecting auditd events
39+ agent :
40+ privileges :
41+ root : true
3942owner :
4043 github : elastic/sec-linux-platform
4144 type : elastic
Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 1.14.2"
3+ changes :
4+ - description : capture root requirement
5+ type : enhancement
6+ link : https://github.com/elastic/integrations/issues/8647
27- version : " 1.14.1"
38 changes :
49 - description : Changed owners
Original file line number Diff line number Diff line change 11format_version : " 3.0.0"
22name : fim
33title : " File Integrity Monitoring"
4- version : " 1.14.1 "
4+ version : " 1.14.2 "
55description : " The File Integrity Monitoring integration reports filesystem changes in real time."
66type : integration
77categories :
@@ -135,6 +135,9 @@ vars:
135135 Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata.
136136 This executes in the agent before the logs are parsed.
137137 See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.
138+ agent :
139+ privileges :
140+ root : true
138141owner :
139142 github : elastic/sec-linux-platform
140143 type : elastic
Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 1.30.1"
3+ changes :
4+ - description : capture root requirement
5+ type : enhancement
6+ link : https://github.com/elastic/integrations/issues/8647
27- version : " 1.30.0"
38 changes :
49 - description : Publish deprecation notice for legacy behavior of `map_to_ecs`.
Original file line number Diff line number Diff line change 11format_version : " 3.0.0"
22name : network_traffic
33title : Network Packet Capture
4- version : " 1.30.0 "
4+ version : " 1.30.1 "
55description : Capture and analyze network traffic from a host with Elastic Agent.
66type : integration
77categories :
@@ -40,6 +40,9 @@ policy_templates:
4040 required : false
4141 show_user : false
4242 default : false
43+ agent :
44+ privileges :
45+ root : true
4346owner :
4447 github : elastic/sec-linux-platform
4548 type : elastic
Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 1.10.2"
3+ changes :
4+ - description : capture root requirement
5+ type : enhancement
6+ link : https://github.com/elastic/integrations/issues/8647
27- version : " 1.10.1"
38 changes :
49 - description : Changed owners
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: system_audit
33title : System Audit
44description : Collect various logs & metrics from System Audit modules with Elastic Agent.
55type : integration
6- version : " 1.10.1 "
6+ version : " 1.10.2 "
77conditions :
88 kibana :
99 version : ' ^8.7.1'
@@ -27,6 +27,9 @@ policy_templates:
2727 - type : audit/system
2828 title : System Audit
2929 description : Collect various logs & metrics from System Audit modules with Elastic Agent.
30+ agent :
31+ privileges :
32+ root : true
3033owner :
3134 github : elastic/sec-linux-platform
3235 type : elastic
You can’t perform that action at this time.
0 commit comments