~verterok/charms/trusty/logstash-agent/static-indexer

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Paul Czarkowski
  • Date: 2012-11-18 22:33:19 UTC
  • Revision ID: paul@paulcz.net-20121118223319-z06h2d7ma2vc1de1
initial charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
logstash-indexer-juju-charm
 
2
==============================
 
3
 
 
4
Juju Charm for logstash agent.
 
5
 
 
6
will download the logastash monolithic.jar every time unless you have a copy in files/charm/
 
7
 
 
8
common.sh provides a bunch of config stuff bits ... useful to customize locations etc.
 
9
 
 
10
 
 
11
Inputs :
 
12
  File  -  /var/log/syslog and some others
 
13
Outputs :
 
14
  Redis -  configured to use redis as a message bus to logstash server
 
15
 
 
16
 
 
17
 
 
18
needs to join relationship with logstash-indexer to do anything useful.
 
19
 
 
20
see logstash-indexer charm's README.md file for usage examples.