Added the official logentries docker agent to templates.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user