1. # Kibana is served by a back end server. This controls which port to use.
  2. # server.port: 5601
  3.  
  4. # The host to bind the server to.
  5. # server.host: "0.0.0.0"
  6.  
  7. # If you are running kibana behind a proxy, and want to mount it at a path,
  8. # specify that path here. The basePath can't end in a slash.
  9. # server.basePath: ""
  10.  
  11. # The maximum payload size in bytes on incoming server requests.
  12. # server.maxPayloadBytes: 1048576
  13.  
  14. # The Elasticsearch instance to use for all your queries.
  15. # elasticsearch.url: "http://localhost:9200"
  16.  
  17. # preserve_elasticsearch_host true will send the hostname specified in `elasticsearch`. If you set it to false,
  18. # then the host you use to connect to *this* Kibana instance will be sent.
  19. # elasticsearch.preserveHost: true
  20.  
  21. # Kibana uses an index in Elasticsearch to store saved searches, visualizations
  22. # and dashboards. It will create a new index if it doesn't already exist.
  23. # kibana.index: ".kibana"
  24.  
  25. # The default application to load.
  26. # kibana.defaultAppId: "discover"
  27.  
  28. # If your Elasticsearch is protected with basic auth, these are the user credentials
  29. # used by the Kibana server to perform maintenance on the kibana_index at startup. Your Kibana
  30. # users will still need to authenticate with Elasticsearch (which is proxied through
  31. # the Kibana server)
  32. # elasticsearch.username: "user"
  33. # elasticsearch.password: "pass"
  34.  
  35. # SSL for outgoing requests from the Kibana Server to the browser (PEM formatted)
  36. # server.ssl.cert: /path/to/your/server.crt
  37. # server.ssl.key: /path/to/your/server.key
  38.  
  39. # Optional setting to validate that your Elasticsearch backend uses the same key files (PEM formatted)
  40. # elasticsearch.ssl.cert: /path/to/your/client.crt
  41. # elasticsearch.ssl.key: /path/to/your/client.key
  42.  
  43. # If you need to provide a CA certificate for your Elasticsearch instance, put
  44. # the path of the pem file here.
  45. # elasticsearch.ssl.ca: /path/to/your/CA.pem
  46.  
  47. # Set to false to have a complete disregard for the validity of the SSL
  48. # certificate.
  49. # elasticsearch.ssl.verify: true
  50.  
  51. # Time in milliseconds to wait for elasticsearch to respond to pings, defaults to
  52. # request_timeout setting
  53. # elasticsearch.pingTimeout: 1500
  54.  
  55. # Time in milliseconds to wait for responses from the back end or elasticsearch.
  56. # This must be > 0
  57. # elasticsearch.requestTimeout: 30000
  58.  
  59. # Header names and values that are sent to Elasticsearch. Any custom headers cannot be overwritten
  60. # by client-side headers.
  61. # elasticsearch.customHeaders: {}
  62.  
  63. # Time in milliseconds for Elasticsearch to wait for responses from shards.
  64. # Set to 0 to disable.
  65. # elasticsearch.shardTimeout: 0
  66.  
  67. # Time in milliseconds to wait for Elasticsearch at Kibana startup before retrying
  68. # elasticsearch.startupTimeout: 5000
  69.  
  70. # Set the path to where you would like the process id file to be created.
  71. # pid.file: /var/run/kibana.pid
  72.  
  73. # If you would like to send the log output to a file you can set the path below.
  74. # logging.dest: stdout
  75.  
  76. # Set this to true to suppress all logging output.
  77. # logging.silent: false
  78.  
  79. # Set this to true to suppress all logging output except for error messages.
  80. # logging.quiet: false
  81.  
  82. # Set this to true to log all events, including system usage information and all requests.
  83. # logging.verbose: false

继续,更新

kibana.yml(中文配置详解)的更多相关文章

  1. elasticsearch-.yml(中文配置详解)

    此elasticsearch-.yml配置文件,是在$ES_HOME/config/下 elasticsearch-.yml(中文配置详解) # ======================== El ...

  2. filebeat.yml(中文配置详解)

    ################### Filebeat Configuration Example ######################### ####################### ...

  3. maven setting.xml 中文配置详解(全配置)

    春节假期在家养病,乘有时间整理了下之前的知识——知识贵在归纳总结. 参照了官方文档,针对其中的一些未描述详尽的内容翻查了不少资料,补充到了配置文件中,同时再加上一些说明.例子,方便查阅. 内容虽然比较 ...

  4. Kibana安装(图文详解)(多节点的ELK集群安装在一个节点就好)

    对于Kibana ,我们知道,是Elasticsearch/Logstash/Kibana的必不可少成员. 前提: Elasticsearch-2.4.3的下载(图文详解) Elasticsearch ...

  5. 日志分析工具ELK配置详解

    日志分析工具ELK配置详解 一.ELK介绍 1.1 elasticsearch 1.1.1 elasticsearch介绍 ElasticSearch是一个基于Lucene的搜索服务器.它提供了一个分 ...

  6. 【转】logback logback.xml常用配置详解(三) <filter>

    原创文章,转载请指明出处:http://aub.iteye.com/blog/1110008, 尊重他人即尊重自己 详细整理了logback常用配置, 不是官网手册的翻译版,而是使用总结,旨在更快更透 ...

  7. 【转】logback logback.xml常用配置详解(二)<appender>

    原创文章,转载请指明出处:http://aub.iteye.com/blog/1101260, 尊重他人即尊重自己 详细整理了logback常用配置, 不是官网手册的翻译版,而是使用总结,旨在更快更透 ...

  8. 【转】logback logback.xml常用配置详解(一)<configuration> and <logger>

    原创文章,转载请指明出处:http://aub.iteye.com/blog/1101260, 尊重他人即尊重自己 详细整理了logback常用配置, 不是官网手册的翻译版,而是使用总结,旨在更快更透 ...

  9. 【转】logback 常用配置详解(序)logback 简介

    原创文章,转载请指明出处:http://aub.iteye.com/blog/1101222, 尊重他人即尊重自己 详细整理了logback常用配置, 不是官网手册的翻译版,而是使用总结,旨在更快更透 ...

随机推荐

  1. 边缘检测︱基于 HED网络TensorFlow 和 OpenCV 实现图片边缘检测

    本文摘录自<手机端运行卷积神经网络的一次实践 – 基于 TensorFlow 和 OpenCV 实现文档检测功能> 只截取感兴趣 的片段. . 一.边缘检测 1.传统边缘检测 Google ...

  2. [置顶] Android RadioButton与TextView浪漫约会?

    情景一 今天主要实现一个国家与地区切换,就是当我们选中RadioButton时然后将值设置到TextView中,听着这需求应该不难对吧?那么我们就开始约会吧? 看下原型图 准备条件: 首先需要一个ra ...

  3. bzoj 1925 地精部落

    Written with StackEdit. Description 传说很久以前,大地上居住着一种神秘的生物:地精. 地精喜欢住在连绵不绝的山脉中.具体地说,一座长度为 \(N\) 的山脉 \(H ...

  4. 接口测试基础——第4篇logging模块

    Logging:日志记录是为了跟踪记录软件运行时,发生的事件,包括出错,提示信息等等. log日志级别:日志级别大小关系为:CRITICAL > ERROR > WARNING > ...

  5. javascript:;与javascript:void(0)

    如果想做一个链接点击后不做任何事情,或者响应点击而完成其他事情,可以设置其属性 href = "#",但是,这样会有一个问题,就是当页面有滚动条时,点击后会返回到页面顶端,用户体验 ...

  6. WPF 自定义绕圈进度条(转)

    在设计界面时,有时会遇到进度条,本次讲解如何设计自定义的绕圈进度条,直接上代码: 1.控件界面 <UserControl x:Class="ProgressBarControl&quo ...

  7. C#处理不规范的时间字符串

    这样的一个情景,数据中   出生日期 是存的时间方便计算,但是前台来的数据五花八门 20170101 2017.01 2017-01-01 2017年01月1日 由于特殊原因现在确实没办法规范用户输入 ...

  8. 一步一步建立 webpack 4 项目

    一步一步建立 webpack 4 项目 cnpm init -y cnpm i webpack --save-dev cnpm i webpack-cli --save-dev 修改 package. ...

  9. linux 命令详解 sort

    转自:https://www.cnblogs.com/51linux/archive/2012/05/23/2515299.html sort是在Linux里非常常用的一个命令,管排序的,集中精力,五 ...

  10. 基于SQL调用Com组件来发送邮件

    这个需求是公司有个文控中心,如果有用增删改了文件信息希望可以发邮件通知到有权限的人.当然方式很多. 这里是用数据库作业来完成 JOB+Com,这里用的com组件是Jmail 当然你需要把com组件放到 ...