Merge pull request #10285 from Security-Onion-Solutions/ui/logstash

source from sbin_jinja and exlude pat
This commit is contained in:
Josh Patterson
2023-05-04 15:14:47 -04:00
committed by GitHub

View File

@@ -73,7 +73,6 @@ elasticsearch_sbin:
- exclude_pat: - exclude_pat:
- so-catrust - so-catrust
- so-elasticsearch-pipelines # exclude this because we need to watch it for changes, we sync it in another state - so-elasticsearch-pipelines # exclude this because we need to watch it for changes, we sync it in another state
- so-elasticsearch-ilm-policy-load
elasticsearch_sbin_jinja: elasticsearch_sbin_jinja:
file.recurse: file.recurse:
@@ -83,11 +82,13 @@ elasticsearch_sbin_jinja:
- group: 939 - group: 939
- file_mode: 755 - file_mode: 755
- template: jinja - template: jinja
- exclude_pat:
- so-elasticsearch-ilm-policy-load
so-elasticsearch-ilm-policy-load-script: so-elasticsearch-ilm-policy-load-script:
file.managed: file.managed:
- name: /usr/sbin/so-elasticsearch-ilm-policy-load - name: /usr/sbin/so-elasticsearch-ilm-policy-load
- source: salt://elasticsearch/tools/sbin/so-elasticsearch-ilm-policy-load - source: salt://elasticsearch/tools/sbin_jinja/so-elasticsearch-ilm-policy-load
- user: 930 - user: 930
- group: 939 - group: 939
- mode: 754 - mode: 754