Added the official logentries docker agent to templates.

This commit is contained in:
Nick Haynes
2017-08-18 14:09:18 -07:00
parent 262b5c9fbb
commit eeed373b6c
5 changed files with 112 additions and 0 deletions
@@ -0,0 +1,9 @@
docker-logentries:
image: logentries/docker-logentries:0.2.1
command: ${logentries_command}
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
labels:
io.rancher.scheduler.global: "true"
io.rancher.container.hostname_override: container_name
@@ -0,0 +1,16 @@
version: '2'
catalog:
name: logentries
version: 0.2.1
description: "logentries: The Fastest Way to Analyze Your Log Data"
questions:
- variable: logentries_command
label: Command
type: "string"
required: true
default: "-t <TOKEN> -j -a host=`uname -n`"
description: |
The command used to configure the logentries container.
services:
docker-logentries:
start_on_create: true