Skip to content
Snippets Groups Projects
Commit 7f412eb8 authored by jabertwo's avatar jabertwo
Browse files

added syslog-input-plugin to logstash

parent 4562b681
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
dest: "{{ basedir }}/{{ item }}" dest: "{{ basedir }}/{{ item }}"
with_items: with_items:
- docker-compose.yml - docker-compose.yml
- Dockerfile
- name: "start {{ servicename }} docker" - name: "start {{ servicename }} docker"
docker_compose: docker_compose:
......
version: "3" version: "3"
services: services:
app: app:
image: sebp/elk:8.5.3 build: .
restart: always restart: always
ports: ports:
- 5044:5044 - 5044:5044
- 514:514
environment: environment:
TZ: "Europe/Berlin" TZ: "Europe/Berlin"
labels: labels:
...@@ -12,3 +13,10 @@ services: ...@@ -12,3 +13,10 @@ services:
- traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`) - traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`)
- traefik.http.routers.{{ servicename }}.entrypoints=websecure - traefik.http.routers.{{ servicename }}.entrypoints=websecure
- traefik.http.services.{{ servicename }}.loadbalancer.server.port=5601 - traefik.http.services.{{ servicename }}.loadbalancer.server.port=5601
networks:
- web
- default
networks:
web:
external: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment