https://github.com/chassis/chassis_kibana
This extension adds Kibana to Chassis so you can visualise your ElasticSearch data locally
https://github.com/chassis/chassis_kibana
Last synced: about 24 hours ago
JSON representation
This extension adds Kibana to Chassis so you can visualise your ElasticSearch data locally
- Host: GitHub
- URL: https://github.com/chassis/chassis_kibana
- Owner: Chassis
- Created: 2018-08-19T10:35:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T03:48:16.000Z (about 6 years ago)
- Last Synced: 2025-01-04T19:28:17.312Z (over 1 year ago)
- Language: Puppet
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chassis Kibana
A Chassis extension that installs [Kibana](https://www.elastic.co/products/kibana).
## Activation
Ensure you have a Chassis instance set up locally then clone this extension.
```
# In your Chassis dir:
git clone https://github.com/Chassis/chassis_kibana.git
```
Then you'll need to reprovision
```
cd ..
vagrant provision
```
Alternatively you can add the extension to one of your yaml config files. e.g.
```
# Extensions
#
# Install a list of extensions automatically
extensions:
- chassis/chassis_kibana
```
Then you'll need to reprovision
```
cd ..
vagrant provision
```
# Setup
1. If you're using a default Chassis setup you will need to set the ElasticSearch host setting to: `http://vagrant.local:9200` and save and sync the site.
1. Visit [http://vagrant.local:5601/](http://vagrant.local:5601/). You'll then be asked to configure an index pattern. 
1. Change your index pattern to `vagrantlocal*`  and click 'Create'.
1. You'll see something 