This commit is contained in:
Jason Ertel
2023-01-19 10:06:58 -05:00
5 changed files with 61 additions and 7 deletions

View File

@@ -37,7 +37,6 @@
'soc', 'soc',
'kratos', 'kratos',
'elastic-fleet', 'elastic-fleet',
'elastic-fleet-package-registry',
'firewall', 'firewall',
'idstools', 'idstools',
'suricata.manager', 'suricata.manager',
@@ -123,7 +122,6 @@
'soc', 'soc',
'kratos', 'kratos',
'elastic-fleet', 'elastic-fleet',
'elastic-fleet-package-registry',
'firewall', 'firewall',
'idstools', 'idstools',
'suricata.manager', 'suricata.manager',
@@ -144,7 +142,6 @@
'soc', 'soc',
'kratos', 'kratos',
'elastic-fleet', 'elastic-fleet',
'elastic-fleet-package-registry',
'firewall', 'firewall',
'manager', 'manager',
'idstools', 'idstools',
@@ -175,7 +172,6 @@
'soc', 'soc',
'kratos', 'kratos',
'elastic-fleet', 'elastic-fleet',
'elastic-fleet-package-registry',
'firewall', 'firewall',
'idstools', 'idstools',
'suricata.manager', 'suricata.manager',

View File

@@ -44,7 +44,6 @@ container_list() {
"so-elastalert" "so-elastalert"
"so-elastic-agent" "so-elastic-agent"
"so-elastic-agent-builder" "so-elastic-agent-builder"
"so-elastic-fleet-package-registry"
"so-elasticsearch" "so-elasticsearch"
"so-filebeat" "so-filebeat"
"so-grafana" "so-grafana"

View File

@@ -57,6 +57,67 @@ elasticsearch:
elasticsearch: elasticsearch:
deprecation: ERROR deprecation: ERROR
index_settings: index_settings:
so-logs:
index_sorting: False
index_template:
index_patterns:
- "logs-*"
data_stream:
hidden: false
allow_custom_routing: false
template:
settings:
index:
number_of_replicas: 0
lifecycle:
name: logs
codec: best_compression
routing:
allocation:
include:
_tier_preferences: data_hot
query:
default_field:
- message
mappings:
dynamic_templates:
- match_ip:
match: ip
match_mapping_type: string
mapping:
allow_custom_routing: false
template:
settings:
index:
number_of_replicas: 0
lifecycle:
name: logs
codec: best_compression
routing:
allocation:
include:
_tier_preferences: data_hot
query:
default_field:
- message
mappings:
dynamic_templates:
- match_ip:
match: ip
match_mapping_type: string
mapping:
type: ip
- match_message:
match: message
match_mapping_type: string
mapping:
type: match_only_text
- strings_as_keyword:
match_mapping_type: string
mapping:
ignore_above: 1024
type: keyword
priority: 125
so-logs-elastic_agent.apm_server: so-logs-elastic_agent.apm_server:
index_sorting: False index_sorting: False
index_template: index_template:

View File

@@ -33,7 +33,6 @@ kibana:
kibanaServer: kibanaServer:
hostname: localhost hostname: localhost
fleet: fleet:
registryUrl: ""
packages: packages:
- name: fleet_server - name: fleet_server
version: latest version: latest

View File

@@ -191,7 +191,6 @@ base:
{%- if REDIS %} {%- if REDIS %}
- redis - redis
{%- endif %} {%- endif %}
- elastic-fleet-package-registry
{%- if KIBANA %} {%- if KIBANA %}
- kibana.so_savedobjects_defaults - kibana.so_savedobjects_defaults
{%- endif %} {%- endif %}