Skip to content

Commit

Permalink
Skip global-fleet to use bundled instead
Browse files Browse the repository at this point in the history
  • Loading branch information
gareth-ellis committed Jul 18, 2024
1 parent dd26414 commit 6251688
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion elastic/logs/track.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{% set p_snapshot_rename_suffix = (snapshot_rename_suffix | default("") ) %}
{% set p_dsl_poll_interval = (dsl_poll_interval | default(false) ) %}
{% set p_dsl_default_rollover = (dsl_default_rollover | default(false) ) %}

{% set p_skip_fleet_globals = (skip_fleet_globals | default(false) ) %}
{% set p_worker_threads_enabled = (worker_threads_enabled | default(true)) %}

{% set es_version = "7.13.2" %}
Expand Down Expand Up @@ -200,11 +200,13 @@
"template-path": "component_template"

},
{% if p_skip_fleet_globals == false %}
{
"name": ".fleet_globals-1",
"template": "./templates/component/.fleet_globals-1.json",
"template-path": "component_template"
},
{% endif %}
{
"name": "logs-apache.access@package",
"template": "./templates/component/logs-apache.access@package.json",
Expand Down

0 comments on commit 6251688

Please sign in to comment.