kibana job from logsearch/21
Github source:
63eb7976 or
master branch
Properties¶
kibana¶
default_app_id¶The default application to load.
- Default
discover
elasticsearch¶IP address and port of api host to send elasticsearch requests to (eg, 127.0.0.1:80)
- Default
127.0.0.1:80
kibana_index¶Kibana uses an index in Elasticsearch to store saved searches, visualizations and dashboards
- Default
.kibana
port¶Kibana is served by a back end server. This controls which port to use.
- Default
5601
request_timeout¶Time in milliseconds to wait for responses from the back end or elasticsearch. This must be > 0
- Default
300000
shard_timeout¶Time in milliseconds for Elasticsearch to wait for responses from shards. Set to 0 to disable
- Default
30000
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/kibana/ directory
(learn more).
bin/kibana_ctl(frombin/kibana_ctl)bin/monit_debugger(frombin/monit_debugger)config/kibana.conf(fromconfig/kibana.conf.erb)data/properties.sh(fromdata/properties.sh.erb)helpers/ctl_setup.sh(fromhelpers/ctl_setup.sh)helpers/ctl_utils.sh(fromhelpers/ctl_utils.sh)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/ directory.