Skip to content

Commit

Permalink
Initial commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Harverson committed May 19, 2016
1 parent db6fcdd commit 302e595
Show file tree
Hide file tree
Showing 11 changed files with 5,028 additions and 0 deletions.
29 changes: 29 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/*
****************************************************************************
* *
* Copyright 2016 Prelert Ltd *
* *
* Licensed under the Apache License, Version 2.0 (the "License"); *
* you may not use this file except in compliance with the License. *
* You may obtain a copy of the License at *
* *
* http://www.apache.org/licenses/LICENSE-2.0 *
* *
* Unless required by applicable law or agreed to in writing, software *
* distributed under the License is distributed on an "AS IS" BASIS, *
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
* See the License for the specific language governing permissions and *
* limitations under the License. *
* *
****************************************************************************
*/

module.exports = function (kibana) {
return new kibana.Plugin({
name: 'prelert_swimlane_vis',
require: ['kibana', 'elasticsearch'],
uiExports: {
visTypes: ['plugins/prelert_swimlane_vis/prelert_swimlane_vis']
}
});
};
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "prelert_swimlane_vis",
"version": "0.0.1",
"description": "Prelert swimlane visualization plugin",
"license": "Apache-2.0"
}
Loading

0 comments on commit 302e595

Please sign in to comment.