Merge pull request #9928 from Security-Onion-Solutions/fix/curator_elastic_agent_filebeat_actions_close

Fix Curator Action Files
This commit is contained in:
weslambert
2023-03-14 10:58:53 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set cur_close_days = CURATORMERGED['logs-elastic_agent.filebeat-default'].close %} {%- set cur_close_days = CURATORMERGED['logs-elastic_agent-filebeat-default'].close %}
actions: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = CURATORMERGED['logs--elastic_agent-metricbeat-default'].delete %} {%- set DELETE_DAYS = CURATORMERGED['logs-elastic_agent-metricbeat-default'].delete %}
actions: actions:
1: 1:
action: delete_indices action: delete_indices