kibana job from logsearch/211.0.2
This job runs Kibana UI
Github source:
a08d4dc
or
master branch
Properties¶
kibana
¶
config_options
¶Additional options to append to kibana’s config.yml (YAML format).
console_enabled
¶Enable Kibana development console; should be set to
false
in a multi-tenant deployment.
- Default
false
default_app_id
¶The default application to load.
- Default
discover
elasticsearch
¶
host
¶IP address of elasticsearch master to send elasticsearch requests to
- Default
127.0.0.1
port
¶Port of elasticsearch master to send elasticsearch requests to
- Default
"9200"
env
¶a list of arbitrary key-value pairs to be passed on as process environment variables. eg: FOO: 123
- Default
[]
health
¶
disable_post_start
¶Allow node to run post-start script? (true / false)
- Default
false
interval
¶Kibana health check interval (seconds)
- Default
5
timeout
¶Kibana health check number of attempts (seconds)
- Default
300
host
¶This setting specifies the IP address of the back end server.
- Default
0.0.0.0
kibana_index
¶Kibana uses an index in Elasticsearch to store saved searches, visualizations and dashboards
- Default
.kibana
memory_limit
¶Configure the GC in nodejs to treat this number as the available memory for this process. The value is in the form of % of VM memory.
- Default
75
plugins
¶a list of key-value pairs of plugins. e.b. Kibana-auth: /var/vcap/packagaes/kibana/kibana-auth
- Default
[]
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
source_files
¶List of files to source in kibana control script
- Default
[]
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.sh
(frombin/kibana
)bin/post-start
(frombin/post-start.erb
)bin/pre-start
(frombin/pre-start.erb
)config/bpm.yml
(fromconfig/bpm.yml.erb
)config/kibana.conf
(fromconfig/kibana.conf.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.