Skip to content

Commit

Permalink
Refs #96176 - logspout - Release 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Jun 14, 2018
1 parent 952ca32 commit 071ab36
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 41 deletions.
30 changes: 15 additions & 15 deletions infra-templates/logcentral-logspout/1/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
logspout:
restart: always
environment:
LOGSPOUT: 'ignore'
ROUTE_URIS: "${route_uri}"
log_driver: ''
labels:
io.rancher.scheduler.global: 'true'
io.rancher.scheduler.affinity:host_label_ne: logspout=ignore
io.rancher.container.hostname_override: container_name
tty: true
log_opt: {}
image: rancher/logspout-logstash:v0.2.0
volumes:
version: "2"
services:
logspout:
image: gliderlabs/logspout:v3.2.5
environment:
BACKLOG: "false"
LOGSPOUT: "ignore"
SYSLOG_FORMAT: "${format}"
labels:
io.rancher.scheduler.global: 'true'
io.rancher.scheduler.affinity:host_label_ne: logspout=ignore
io.rancher.container.hostname_override: container_name
volumes:
- /var/run/docker.sock:/var/run/docker.sock
stdin_open: true
command:
- "${route_uri}"
43 changes: 21 additions & 22 deletions infra-templates/logcentral-logspout/1/rancher-compose.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
.catalog:
name: Logcentral Logspout
version: 0.2.0-1
description: |
Logspout is a log router for Docker containers.
version: "2"
catalog:
name: "EEA - Logspout"
version: "3.2.5"
uuid: "logcentral-logspout-1"
description: "Logspout is a log router for Docker containers"
questions:
- variable: "route_uri"
label: "Logspout route for logs"
type: "string"
required: true
default: "syslog://logs.apps.eea.europa.eu:1514"
description: |
This will be the target where all logs are sent.
- variable: "format"
label: "Format"
type: "enum"
options:
- "rfc5424"
- "rfc3164"
required: true
default: "rfc5424"
description: |
The Syslog format to use. If not certain, use rfc5424
- variable: "route_uri"
label: "Logspout route for logs"
type: "string"
required: true
default: "syslog://logs.apps.eea.europa.eu:1514"
description: "This will be the target where all logs are sent"
- variable: "format"
label: "Format"
type: "enum"
options:
- "rfc5424"
- "rfc3164"
required: true
default: "rfc5424"
description: "The Syslog format to use. If not certain, use rfc5424"
7 changes: 3 additions & 4 deletions infra-templates/logcentral-logspout/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Logcentral Logspout
description: |
Glider Labs Logspout for docker logs to logcentral
version: 0.2.0-1
name: "EEA - Logspout"
description: "Glider Labs Logspout for docker logs to logcentral"
version: "3.2.5"
category: "Logging"
maintainer: "EEA: IDM2 A-Team"
license: "GPLv3"
Expand Down

0 comments on commit 071ab36

Please sign in to comment.