Skip to content

Commit

Permalink
fix kibana setting error
Browse files Browse the repository at this point in the history
  • Loading branch information
seapy committed Dec 13, 2014
1 parent 5be03dd commit 8cdeb2b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion kibana/kibana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,13 @@ shard_timeout: ::SHARD_TIMEOUT::

# Set to false to have a complete disregard for the validity of the SSL
# certificate.
verifySSL: ::VERIFY_SSL::
verifySSL: ::VERIFY_SSL::

# Plugins that are included in the build, and no longer found in the plugins/ folder
bundledPluginIds:
- plugins/dashboard/index
- plugins/discover/index
- plugins/settings/index
- plugins/table_vis/index
- plugins/vis_types/index
- plugins/visualize/index

0 comments on commit 8cdeb2b

Please sign in to comment.