~cprov/charms/trusty/logstash/ls-restart-config-changes

1
2
3
4
5
6
7
8
9
10
11
12
13
options:
  logstash-source:
    type: string
    default: "https://download.elasticsearch.org/logstash/logstash/logstash-1.4.2.tar.gz"
    description: The logstash binary file to install to this charm.
  logstash-sum:
    type: string
    default: "d59ef579c7614c5df9bd69cfdce20ed371f728ff"
    description: The checksum value for the logstash file.
  extra-packages:
    type: string
    default: ''
    description: Space separated list of extra apt packages to install.