Skip to content

Commit

Permalink
Make timelion dependent on elasticsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Sep 18, 2015
1 parent ef468f1 commit 693ce45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var path = require('path');

module.exports = function (kibana) {
return new kibana.Plugin({
require: ['kibana'],
require: ['kibana', 'elasticsearch'],
uiExports: {
app: {
title: 'Timelion',
Expand Down

0 comments on commit 693ce45

Please sign in to comment.