Merge pull request #12176 from Security-Onion-Solutions/fix/otx_pulses_template

FIX: OTX pulses template
This commit is contained in:
weslambert
2024-01-12 16:55:58 -05:00
committed by GitHub
2 changed files with 45 additions and 0 deletions

View File

@@ -8414,6 +8414,50 @@ elasticsearch:
set_priority:
priority: 50
min_age: 30d
so-logs-ti_otx_x_pulses_subscribed:
index_sorting: false
index_template:
composed_of:
- logs-ti_otx.pulses_subscribed@package
- logs-ti_otx.pulses_subscribed@custom
- so-fleet_globals-1
- so-fleet_agent_id_verification-1
data_stream:
allow_custom_routing: false
hidden: false
index_patterns:
- logs-ti_otx.pulses_subscribed-*
priority: 501
template:
settings:
index:
lifecycle:
name: so-logs-ti_otx.pulses_subscribed-logs
number_of_replicas: 0
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-ti_otx_x_threat:
index_sorting: false
index_template:

View File

@@ -430,6 +430,7 @@ elasticsearch:
so-logs-ti_cybersixgill_x_threat: *indexSettings
so-logs-ti_misp_x_threat: *indexSettings
so-logs-ti_misp_x_threat_attributes: *indexSettings
so-logs-ti_otx_x_pulses_subscribed: *indexSettings
so-logs-ti_otx_x_threat: *indexSettings
so-logs-ti_recordedfuture_x_latest_ioc-template: *indexSettings
so-logs-ti_recordedfuture_x_threat: *indexSettings