~lazypower/charms/trusty/filebeat/v1

« back to all changes in this revision

Viewing changes to metadata.yaml

  • Committer: Charles Butler
  • Date: 2016-03-21 18:43:35 UTC
  • Revision ID: charles.butler@canonical.com-20160321184335-59sbrn6f06jttgxz
initial import of the filebeat charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"name": "filebeat"
 
2
"summary": "Filebeat is a lightweight, open source shipper for log file data."
 
3
"maintainer": "Charles Butler <charles.butler@canonical.com>"
 
4
"description": |
 
5
  As the next-generation Logstash Forwarder, Filebeat tails logs and quickly
 
6
  sends this information to Logstash for further parsing and enrichment or to
 
7
  Elasticsearch for centralized storage and analysis.
 
8
"tags":
 
9
- "logging"
 
10
- "monitoring"
 
11
"requires":
 
12
  "beats-host":
 
13
    "interface": "juju-info"
 
14
    "scope": "container"
 
15
  "logstash":
 
16
    "interface": "elastic-beats"
 
17
  "elasticsearch":
 
18
    "interface": "elasticsearch"
 
19
"subordinate": !!bool "true"