Last active
November 8, 2016 06:47
-
-
Save theely/cfb097ff67e55d3737a8fe6caa273394 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = function(kibana) { | |
| return new kibana.Plugin( | |
| { | |
| //plugin code | |
| }); | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment