projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add a kibana frontend for logstash
[chef.git]
/
roles
/
kibana.rb
1
name "kibana"
2
description "Role applied to all kibana servers"
3
4
default_attributes(
5
:accounts => {
6
:users => {
7
:kibana => { :status => :role }
8
}
9
}
10
)
11
12
run_list(
13
"recipe[kibana]"
14
)