Skip to content

Commit

Permalink
update traffic-sg for kibana-5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeyn committed Dec 3, 2016
1 parent bfd0d39 commit 82e4308
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions README.md
Expand Up @@ -2,11 +2,12 @@
kibana-plugin-traffic
=====================

![screenshot](./screenshot.png)

Introduction
-------------

Ce plugin permet la création d'un graphique de type feu tricolor sur Kibana Version 4.2.2, 4.3.0, 4.4.0, 4.5.0:
Ce plugin permet la création d'un graphique de type feu tricolor sur Kibana 4.x et 5.x:

* Définition du label
* Définition des niveaux
Expand All @@ -31,11 +32,17 @@ Le plugin a été créé à partir des librairies Kibana et basé sur le framewo
Installation
------------

Pour les versions de kibana-4.x:
```
$ cd <path>/kibana/installedPlugins
$ git clone <depot> traffic-sg
$ git clone -b 4.x <depot> traffic-sg
```

Pour les versions de kibana-5.x:
```
$ cd <path>/kibana/plugins
$ git clone <depot> traffic-sg
```

Désinstallation
---------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,4 +1,4 @@
{
"name": "traffic_sg",
"version": "0.0.1"
"version": "5.0.0"
}
4 changes: 2 additions & 2 deletions public/traffic_sg.js
Expand Up @@ -10,8 +10,8 @@ define(function (require) {
require('ui/registry/vis_types').register(MetricVisProvider);

function MetricVisProvider(Private) {
var TemplateVisType = Private(require('ui/template_vis_type/TemplateVisType'));
var Schemas = Private(require('ui/Vis/Schemas'));
var TemplateVisType = Private(require('ui/template_vis_type/template_vis_type'));
var Schemas = Private(require('ui/vis/schemas'));

// return the visType object, which kibana will use to display and configure new
// Vis object of this type.
Expand Down
Binary file added screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 82e4308

Please sign in to comment.