Update For 1.0.6

This commit is contained in:
Mike Reeves
2019-01-08 13:29:24 -05:00
parent a508ce80ce
commit 341297bbaa
5 changed files with 7 additions and 9 deletions

View File

@@ -92,7 +92,7 @@ eslogdir:
so-elasticsearch: so-elasticsearch:
docker_container.running: docker_container.running:
- image: soshybridhunter/so-elasticsearch:HH1.0.3 - image: soshybridhunter/so-elasticsearch:HH1.0.6
- hostname: elasticsearch - hostname: elasticsearch
- name: so-elasticsearch - name: so-elasticsearch
- user: elasticsearch - user: elasticsearch

View File

@@ -52,7 +52,7 @@ filebeatconfsync:
so-filebeat: so-filebeat:
docker_container.running: docker_container.running:
- image: soshybridhunter/so-filebeat:HH1.0.3 - image: soshybridhunter/so-filebeat:HH1.0.6
- hostname: so-filebeat - hostname: so-filebeat
- user: root - user: root
- extra_hosts: {{ MASTER }}:{{ MASTERIP }} - extra_hosts: {{ MASTER }}:{{ MASTERIP }}
@@ -70,7 +70,7 @@ so-filebeat:
{%- else %} {%- else %}
- /opt/so/conf/filebeat/etc/pki/filebeat.crt:/usr/share/filebeat/filebeat.crt:ro - /opt/so/conf/filebeat/etc/pki/filebeat.crt:/usr/share/filebeat/filebeat.crt:ro
- /opt/so/conf/filebeat/etc/pki/filebeat.key:/usr/share/filebeat/filebeat.key:ro - /opt/so/conf/filebeat/etc/pki/filebeat.key:/usr/share/filebeat/filebeat.key:ro
{%- endif %} {%- endif %}
- /etc/ssl/certs/intca.crt:/usr/share/filebeat/intraca.crt:ro - /etc/ssl/certs/intca.crt:/usr/share/filebeat/intraca.crt:ro
- watch: - watch:
- file: /opt/so/conf/filebeat/etc - file: /opt/so/conf/filebeat/etc

View File

@@ -1,5 +1,5 @@
{ {
"version": "6.4.2", "version": "6.5.2",
"objects": [ "objects": [
{ {
"id": "b3b449d0-3429-11e7-9d52-4f090484f59e", "id": "b3b449d0-3429-11e7-9d52-4f090484f59e",
@@ -142,4 +142,4 @@
} }
} }
] ]
} }

View File

@@ -51,15 +51,13 @@ synckibanacustom:
- source: salt://kibana/custom - source: salt://kibana/custom
- user: 932 - user: 932
- group: 939 - group: 939
- template: jinja
# File.Recurse for custom saved dashboards # File.Recurse for custom saved dashboards
# Start the kibana docker # Start the kibana docker
so-kibana: so-kibana:
docker_container.running: docker_container.running:
- image: soshybridhunter/so-kibana:HH1.0.5 - image: soshybridhunter/so-kibana:HH1.0.6
- hostname: kibana - hostname: kibana
- user: kibana - user: kibana
- environment: - environment:

View File

@@ -149,7 +149,7 @@ lslogdir:
so-logstash: so-logstash:
docker_container.running: docker_container.running:
- image: soshybridhunter/so-logstash:HH1.0.5 - image: soshybridhunter/so-logstash:HH1.0.6
- hostname: so-logstash - hostname: so-logstash
- name: so-logstash - name: so-logstash
- user: logstash - user: logstash