All Projects → timroes → kibana4-vagrant

timroes / kibana4-vagrant

Licence: other
This is a vagrant virtual machine with an Kibana 4 (and ElasticSearch) instance. It belongs to a Kibana 4 tutorial on the following URL:

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to kibana4-vagrant

react-relay-rebind
Component-scope state management for Relay modern & React.
Stars: ✭ 15 (-61.54%)
Mutual labels:  archived, outdated
cliff-effects
Cliff effects guidance prototype (archived)
Stars: ✭ 30 (-23.08%)
Mutual labels:  archived, outdated
Julian
⛔️DEPRECATED Brilliantly clever PHP calendar class
Stars: ✭ 89 (+128.21%)
Mutual labels:  archived
Sphero Ios Sdk
🚫 DEPRECATED: Sphero™ is the amazing robotic ball ( sphero.com ) created by Orbotix, this is the repository for the iOS SDK for Sphero™. Visit dev site for more information:
Stars: ✭ 232 (+494.87%)
Mutual labels:  archived
React Pinterest
Stars: ✭ 151 (+287.18%)
Mutual labels:  archived
Closure Linter
Automatically exported from code.google.com/p/closure-linter
Stars: ✭ 104 (+166.67%)
Mutual labels:  archived
Terrapin
Serving system for batch generated data sets
Stars: ✭ 168 (+330.77%)
Mutual labels:  archived
Adminbar
DEPRECATED – Front-end shortcuts for clients logged into Craft CMS.
Stars: ✭ 77 (+97.44%)
Mutual labels:  archived
code-gov-style
Deprecated - Style for code.gov including buttons, banners, and cards
Stars: ✭ 12 (-69.23%)
Mutual labels:  archived
Pinlater
PinLater is a Thrift service to manage scheduling and execution of asynchronous jobs.
Stars: ✭ 125 (+220.51%)
Mutual labels:  archived
Commoncrawl Crawler
The Common Crawl Crawler Engine and Related MapReduce code (2008-2012)
Stars: ✭ 201 (+415.38%)
Mutual labels:  archived
Benchmark Php
🚀 A benchmark script for PHP and MySQL (Archived)
Stars: ✭ 122 (+212.82%)
Mutual labels:  archived
Codeigniter Base Controller
⛔️DEPRECATED CodeIgniter base controller with view autoloading and layout support
Stars: ✭ 115 (+194.87%)
Mutual labels:  archived
Sketch Toolbox
DEPRECATED: A plugin manager for Sketch.app
Stars: ✭ 2,159 (+5435.9%)
Mutual labels:  archived
Secretary
DEPRECATED Secrets management for dynamic environments
Stars: ✭ 93 (+138.46%)
Mutual labels:  archived
Angular2 Adminlte
DEPRECATED An Angular 4 version of the AdminLTE theme
Stars: ✭ 239 (+512.82%)
Mutual labels:  archived
Codeigniter Schema
⛔️DEPRECATED Expressive table definitions
Stars: ✭ 87 (+123.08%)
Mutual labels:  archived
Go Web3
Ethereum Go Client [obsolete]
Stars: ✭ 120 (+207.69%)
Mutual labels:  archived
Sphero Android Sdk
🚫 DEPRECATED REPO: Sphero™ is the amazing robotic ball ( gosphero.com ), this is the repository for the Android SDK for Sphero™. Visit dev site for more information:
Stars: ✭ 160 (+310.26%)
Mutual labels:  archived
react-virtual-keyboard
Use jQuery Virtual Keyboard in react.js
Stars: ✭ 44 (+12.82%)
Mutual labels:  archived

Kibana4 Vagrant Machine

This is a virtual vagrant machine, that runs the new Kibana 4 with sample data.

You can use it to play around with Kibana 4. It is not meant for any production usage.

Installation

To get it working, you will need to install VirtualBox and Vagrant. Once you have these installed, clone (or download) this repository.

Usage

Go to the folder where you downloaded this project, and enter vagrant up. On the first run this might take some time and will download a large vm image. After some time, you have a running instance of an ElasticSearch (with some sample data) and a Kibana 4 instance.

You can now access Kibana 4 (or ElasticSearch directly, if you need to):

Service Address
Kibana 4 localhost:5601
ElasticSearch localhost:9200

If you finished working, just enter vagrant destroy to throw away everything you did (Attention: This will clear all Kibana Dashboards, etc.) and you can start over again the next time with vagrant up.

If you just want to shutdown the virtual machine without destroying your data use vagrant suspend and vagrant resume to start it again. In this case all your data changes and Kibana Dashboards will be persisted.

Sample data

The virtual machine contains two indexes of sample data:

twitter: the twitter index contains sample tweets taken from the public twitter stream. Attention this tweets have been recorded at February 5th between 12:00 and 12:05 (UTC+1). To see them in Kibana, you will have to go back to that date. The tweets have been recorded using the stream2es util, which you can also use to generate your own index.

bank: this index contains some non time-based data. It represents accounts from a bank and come from the elasticsearch documentation.

Configuration

There is a configuration file called config.yaml that you can edit with a text editor, to change some settings.

Set the 32bit option to true if you run on a system, that only supports 32bit virtualization or would like to test the 32 bit version for any other reason. You should normally not need this.

You can specify the amount of memory used by the virtual machine. It is set to 2048 (MB) by default, since I think this is a good value that would work for the most users. If you however have very low memory you can try to decrease this value or increase it, if you have enough memory left in your system.

Attention: Only make changes to this file, while the vagrant machine is destroyed (i.e. never started or destroyed via vagrant destroy), otherwise the outcome will be uncertain!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].