Add Apache templates

This commit is contained in:
weslambert
2023-08-29 10:59:40 -04:00
committed by GitHub
parent 48e5cf7e67
commit d40bbf6b09

View File

@@ -286,6 +286,42 @@ elasticsearch:
data_stream:
hidden: false
allow_custom_routing: false
so-logs-apache_x_access:
index_sorting: False
index_template:
index_patterns:
- "logs-apache.access-*"
template:
settings:
index:
number_of_replicas: 0
composed_of:
- "logs-apache.access@package"
- "logs-apache.access@custom"
- "so-fleet_globals-1"
- "so-fleet_agent_id_verification-1"
priority: 501
data_stream:
hidden: false
allow_custom_routing: false
so-logs-apache_x_error:
index_sorting: False
index_template:
index_patterns:
- "logs-apache.error-*"
template:
settings:
index:
number_of_replicas: 0
composed_of:
- "logs-apache.error@package"
- "logs-apache.error@custom"
- "so-fleet_globals-1"
- "so-fleet_agent_id_verification-1"
priority: 501
data_stream:
hidden: false
allow_custom_routing: false
so-logs-auditd_x_log:
index_sorting: False
index_template: