mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 18:52:52 +01:00
Correct fortigate template name
This commit is contained in:
@@ -970,18 +970,18 @@ elasticsearch:
|
|||||||
data_stream:
|
data_stream:
|
||||||
hidden: false
|
hidden: false
|
||||||
allow_custom_routing: false
|
allow_custom_routing: false
|
||||||
so-logs-fortinet_x_fortigate:
|
so-logs-fortinet_fortigate_x_log:
|
||||||
index_sorting: False
|
index_sorting: False
|
||||||
index_template:
|
index_template:
|
||||||
index_patterns:
|
index_patterns:
|
||||||
- "logs-fortinet.fortigate-*"
|
- "logs-fortinet_fortigate.log-*"
|
||||||
template:
|
template:
|
||||||
settings:
|
settings:
|
||||||
index:
|
index:
|
||||||
number_of_replicas: 0
|
number_of_replicas: 0
|
||||||
composed_of:
|
composed_of:
|
||||||
- "logs-fortinet.fortigate@package"
|
- "logs-fortinet_fortigate.log@package"
|
||||||
- "logs-fortinet.fortigate@custom"
|
- "logs-fortinet_fortigate.log@custom"
|
||||||
- "so-fleet_globals-1"
|
- "so-fleet_globals-1"
|
||||||
- "so-fleet_agent_id_verification-1"
|
- "so-fleet_agent_id_verification-1"
|
||||||
priority: 501
|
priority: 501
|
||||||
|
|||||||
Reference in New Issue
Block a user