mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #13657 from Security-Onion-Solutions/feature/integrations_barracuda_imperva
Add barracuda and imperva integrations
This commit is contained in:
@@ -36,6 +36,7 @@ elasticfleet:
|
|||||||
- aws
|
- aws
|
||||||
- azure
|
- azure
|
||||||
- barracuda
|
- barracuda
|
||||||
|
- barracuda_cloudgen_firewall
|
||||||
- carbonblack_edr
|
- carbonblack_edr
|
||||||
- cef
|
- cef
|
||||||
- checkpoint
|
- checkpoint
|
||||||
@@ -66,6 +67,7 @@ elasticfleet:
|
|||||||
- http_endpoint
|
- http_endpoint
|
||||||
- httpjson
|
- httpjson
|
||||||
- iis
|
- iis
|
||||||
|
- imperva_cloud_waf
|
||||||
- journald
|
- journald
|
||||||
- juniper
|
- juniper
|
||||||
- juniper_srx
|
- juniper_srx
|
||||||
|
|||||||
@@ -2366,6 +2366,52 @@ elasticsearch:
|
|||||||
set_priority:
|
set_priority:
|
||||||
priority: 50
|
priority: 50
|
||||||
min_age: 30d
|
min_age: 30d
|
||||||
|
so-logs-barracuda_cloudgen_firewall_x_log:
|
||||||
|
index_sorting: False
|
||||||
|
index_template:
|
||||||
|
ignore_missing_component_templates:
|
||||||
|
- logs-barracuda_cloudgen_firewall.log@custom
|
||||||
|
index_patterns:
|
||||||
|
- "logs-barracuda_cloudgen_firewall.log-*"
|
||||||
|
template:
|
||||||
|
settings:
|
||||||
|
index:
|
||||||
|
lifecycle:
|
||||||
|
name: so-logs-barracuda_cloudgen_firewall.log-logs
|
||||||
|
number_of_replicas: 0
|
||||||
|
composed_of:
|
||||||
|
- "logs-barracuda_cloudgen_firewall.log@package"
|
||||||
|
- "logs-barracuda_cloudgen_firewall.log@custom"
|
||||||
|
- "so-fleet_globals-1"
|
||||||
|
- "so-fleet_agent_id_verification-1"
|
||||||
|
priority: 501
|
||||||
|
data_stream:
|
||||||
|
hidden: false
|
||||||
|
allow_custom_routing: false
|
||||||
|
policy:
|
||||||
|
phases:
|
||||||
|
cold:
|
||||||
|
actions:
|
||||||
|
set_priority:
|
||||||
|
priority: 0
|
||||||
|
min_age: 30d
|
||||||
|
delete:
|
||||||
|
actions:
|
||||||
|
delete: {}
|
||||||
|
min_age: 365d
|
||||||
|
hot:
|
||||||
|
actions:
|
||||||
|
rollover:
|
||||||
|
max_age: 30d
|
||||||
|
max_primary_shard_size: 50gb
|
||||||
|
set_priority:
|
||||||
|
priority: 100
|
||||||
|
min_age: 0ms
|
||||||
|
warm:
|
||||||
|
actions:
|
||||||
|
set_priority:
|
||||||
|
priority: 50
|
||||||
|
min_age: 30d
|
||||||
so-logs-carbonblack_edr_x_log:
|
so-logs-carbonblack_edr_x_log:
|
||||||
index_sorting: false
|
index_sorting: false
|
||||||
index_template:
|
index_template:
|
||||||
@@ -6556,6 +6602,52 @@ elasticsearch:
|
|||||||
set_priority:
|
set_priority:
|
||||||
priority: 50
|
priority: 50
|
||||||
min_age: 30d
|
min_age: 30d
|
||||||
|
so-logs-imperva_cloud_waf_x_event:
|
||||||
|
index_sorting: False
|
||||||
|
index_template:
|
||||||
|
ignore_missing_component_templates:
|
||||||
|
- logs-imperva_cloud_waf.event@custom
|
||||||
|
index_patterns:
|
||||||
|
- "logs-imperva_cloud_waf.event-*"
|
||||||
|
template:
|
||||||
|
settings:
|
||||||
|
index:
|
||||||
|
lifecycle:
|
||||||
|
name: so-logs-imperva_cloud_waf.event-logs
|
||||||
|
number_of_replicas: 0
|
||||||
|
composed_of:
|
||||||
|
- "logs-imperva_cloud_waf.event@package"
|
||||||
|
- "logs-imperva_cloud_waf.event@custom"
|
||||||
|
- "so-fleet_globals-1"
|
||||||
|
- "so-fleet_agent_id_verification-1"
|
||||||
|
priority: 501
|
||||||
|
data_stream:
|
||||||
|
hidden: false
|
||||||
|
allow_custom_routing: false
|
||||||
|
policy:
|
||||||
|
phases:
|
||||||
|
cold:
|
||||||
|
actions:
|
||||||
|
set_priority:
|
||||||
|
priority: 0
|
||||||
|
min_age: 30d
|
||||||
|
delete:
|
||||||
|
actions:
|
||||||
|
delete: {}
|
||||||
|
min_age: 365d
|
||||||
|
hot:
|
||||||
|
actions:
|
||||||
|
rollover:
|
||||||
|
max_age: 30d
|
||||||
|
max_primary_shard_size: 50gb
|
||||||
|
set_priority:
|
||||||
|
priority: 100
|
||||||
|
min_age: 0ms
|
||||||
|
warm:
|
||||||
|
actions:
|
||||||
|
set_priority:
|
||||||
|
priority: 50
|
||||||
|
min_age: 30d
|
||||||
so-logs-juniper_srx_x_log:
|
so-logs-juniper_srx_x_log:
|
||||||
index_sorting: false
|
index_sorting: false
|
||||||
index_template:
|
index_template:
|
||||||
|
|||||||
Reference in New Issue
Block a user