~bloodearnest/charms/trusty/logstash-forwarder/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: logstash-forwarder
summary: Installs and configures logstash-forwarder
maintainer: Chris Stratford <chris.stratford@canonical.com>
description: |
  This charm installs and configures logstash-forwarder, a lightweight
  alternative to logstash-agent.
tags:
  - logging
subordinate: true
series:
    - trusty
    - xenial
provides:
  nrpe-external-master:
    interface: nrpe-external-master
    scope: container
requires:
  juju-info:
    interface: juju-info
    scope: container
  logs:
    interface: logs
    scope: container