Skip to content

Instantly share code, notes, and snippets.

@simianhacker
Created February 10, 2016 22:18
Show Gist options
  • Save simianhacker/6711e20b8c98fa5fbebf to your computer and use it in GitHub Desktop.
Save simianhacker/6711e20b8c98fa5fbebf to your computer and use it in GitHub Desktop.
Metric Sledgehammer
module.exports = function (kibana) {
return new kibana.Plugin({
id: 'metric_sledgehammer',
uiExports: {
sledgehammers: [
]
}
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment