Skip to content

Commit

Permalink
Merge pull request #9 from jlambert121/dashboard_docs
Browse files Browse the repository at this point in the history
Dashboard docs
  • Loading branch information
jlambert121 committed Aug 30, 2013
2 parents 22cc377 + 0ad0448 commit 96eef01
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions manifests/dashboard.pp
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# == Define: kibana::dashboard
#
# Install a custom kibana dashboard
#
#
# === Parameters
# [*siyrce*]
# String. Location to install the dashboard from
#
#
# === Authors
#
# * Justin Lambert <mailto:[email protected]>
#
#
# === Copyright
#
# Copyright 2013 EvenUp.
#
define kibana::dashboard (
$source,
) {
Expand Down

0 comments on commit 96eef01

Please sign in to comment.