mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
ES salt module - Image name fix
This commit is contained in:
@@ -32,16 +32,16 @@ elasticsearch:
|
|||||||
|
|
||||||
eslog4jfile:
|
eslog4jfile:
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: /opt/so/conf/elasticsearch/log4j2.properties
|
- name: /opt/so/conf/elastic/log4j2.properties
|
||||||
- source: salt://elasticsearch/files/log4j2.properties
|
- source: salt://elastic/files/log4j2.properties
|
||||||
- user: 930
|
- user: 930
|
||||||
- group: 939
|
- group: 939
|
||||||
- template: jinja
|
- template: jinja
|
||||||
|
|
||||||
esyml:
|
esyml:
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: /opt/so/conf/elasticsearch/elasticsearch.yml
|
- name: /opt/so/conf/elastic/elasticsearch.yml
|
||||||
- source: salt://elasticsearch/files/elasticsearch.yml
|
- source: salt://elastic/files/elasticsearch.yml
|
||||||
- user: 930
|
- user: 930
|
||||||
- group: 939
|
- group: 939
|
||||||
- template: jinja
|
- template: jinja
|
||||||
@@ -62,7 +62,7 @@ eslogdir:
|
|||||||
|
|
||||||
so-elasticsearch:
|
so-elasticsearch:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- image: securityonion/so-elasticsearch:latest
|
- image: securityonionsolutions/so-elasticsearch:latest
|
||||||
- hostname: elasticsearch
|
- hostname: elasticsearch
|
||||||
- user: elasticsearch
|
- user: elasticsearch
|
||||||
- environment:
|
- environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user