Skip to content

Commit

Permalink
Update readme with kibana upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Jagnanan committed Apr 4, 2015
1 parent 1d4070f commit ca5aedb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,14 @@ Nginx is configured by editing the file `nginx.conf.erb` from the git repo's roo
#### Kibana
Kibana is configured by editing the file `kibana.yml.erb` from the git repo's root.

### Updates

Currently, just Kibana is upgradeable. The setup looks at an environment variable to handle the upgrade. The steps are as follows:

- rhc set-env KIBANA_VERSION=4.0.2 -a <app> --namespace <domain>
- trigger a `deploy` by pushing a change with git

Note: only Kibana 4 is supported by this cartridge

### License
This cartridge is [MIT](http://opensource.org/licenses/MIT) licensed.

0 comments on commit ca5aedb

Please sign in to comment.