zoukankan      html  css  js  c++  java
  • kibana7.4.2配置文件

    # Kibana is served by a back end server. This setting specifies the port to use.
    #server.port: 5601
    
    # Specifies the address to which the Kibana server will bind. IP addresses and host names are both valid values.
    # The default is 'localhost', which usually means remote machines will not be able to connect.
    # To allow connections from remote users, set this parameter to a non-loopback address.
    server.host: "10.130.35.23"
    #配置es集群url
    elasticsearch.hosts: ["http://10.130.35.23:9200"]
    server.port: "5601"
  • 相关阅读:
    反射
    定义类
    集合list,set,Map
    API util
    进程与多线程
    泛型
    API string
    JDBC存储过程
    预处理
    JDBC
  • 原文地址:https://www.cnblogs.com/gcgc/p/12408112.html
Copyright © 2011-2022 走看看