Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions elastic/security/track.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{% set p_bulk_indexing_clients = (bulk_indexing_clients | default(8))%}
{% set p_number_of_shards = (number_of_shards | default(1)) %}
{% set p_number_of_replicas = (number_of_replicas | default(1)) %}
{% set p_skip_fleet_globals = (skip_fleet_globals | default(false) ) %}
{% set p_integration_ratios = (integration_ratios | default({
"auditbeat": {
"corpora": {
Expand Down Expand Up @@ -100,6 +101,7 @@
"name": "track-custom-mappings",
"template": "./templates/component/track-custom-mappings.json"
},
{% if p_skip_fleet_globals == false %}
{
"name": ".fleet_agent_id_verification-1",
"template": "./templates/component/.fleet_agent_id_verification-1.json",
Expand All @@ -114,6 +116,7 @@
"template": "./templates/component/.fleet_globals-1.json",
"template-path": "component_template"
},
{% endif %}
{
"name": "logs-endpoint.events.file@mappings",
"template": "./templates/component/logs-endpoint.events.file@mappings.json"
Expand Down