ES2.4.2安装kibana,ES 后台一直打印skipping exporter [default_local] as it isn't ready yet
Kibana | 作者 shandian811 | 发布于2017年11月29日 | 阅读数:2651
1、默认的kibana.yml就配置了一个属性:elasticsearch.url: "[url=http://xx.xx.xx.xx:9200"]http://xx.xx.xx.xx:9200"[/url]
ES后台日志报: skipping exporter [default_local] as it isn't ready yet
但是节点启动正常,kibana监控界面5601端口访问正常
2、在es yml文件中加:
marvel.agent.exporters:
id1:
type: http
host: ["][url=http://xx.xx.xx.xx:9200"]http://xx.xx.xx.xx:9200"][/url] 也没用
加了之后ES后台日志报: skipping exporter [id1] as it isn't ready yet
-----------------------------------------------------------------------
es 配置:
cluster.name: index_es1
node.name: "es_node1-0"
transport.tcp.port: 9300
network.host: xx.xx.xx.xx
path.data: /data1/elasticsearch/data0
path.logs: /data1/elasticsearch/logs0
discovery.zen.ping.timeout: 120s
discovery.zen.fd.ping_timeout: 120s
discovery.zen.fd.ping_retries: 8
discovery.zen.fd.ping_interval: 30s
bootstrap.memory_lock: true
transport.tcp.compress: true
discovery.zen.ping.multicast.enabled: false
discovery.zen.minimum_master_nodes: 2
discovery.zen.ping.unicast.hosts: ["xx.xx.xx.xx:9300"]
indices.store.throttle.max_bytes_per_sec : 800mb
indices.cache.filter.size: 50%
node.master: true
node.data: false
client.transport.ping_timeout: 120s
client.transport.nodes_sampler_interval: 30s
index.translog.flush_threshold_size: 2000mb
index.translog.flush_threshold_period: 120m
index.translog.interval: 60m
index.translog.flush_threshold_ops: 100000
index.cache.field.max_size: 50000
index.cache.field.expire: 10m
index.cache.field.type: soft
indices.breaker.fielddata.limit: 50%
indices.memory.index_buffer_size: 50%
indices.fielddata.cache.size: 50%
processors: 5
index.mapping.nested_fields.limit: 1001
marvel.agent.exporters:
id1:
type: http
host: ["http://xx.xx.xx.xx:9200"]
ES后台日志报: skipping exporter [default_local] as it isn't ready yet
但是节点启动正常,kibana监控界面5601端口访问正常
2、在es yml文件中加:
marvel.agent.exporters:
id1:
type: http
host: ["][url=http://xx.xx.xx.xx:9200"]http://xx.xx.xx.xx:9200"][/url] 也没用
加了之后ES后台日志报: skipping exporter [id1] as it isn't ready yet
-----------------------------------------------------------------------
es 配置:
cluster.name: index_es1
node.name: "es_node1-0"
transport.tcp.port: 9300
network.host: xx.xx.xx.xx
path.data: /data1/elasticsearch/data0
path.logs: /data1/elasticsearch/logs0
discovery.zen.ping.timeout: 120s
discovery.zen.fd.ping_timeout: 120s
discovery.zen.fd.ping_retries: 8
discovery.zen.fd.ping_interval: 30s
bootstrap.memory_lock: true
transport.tcp.compress: true
discovery.zen.ping.multicast.enabled: false
discovery.zen.minimum_master_nodes: 2
discovery.zen.ping.unicast.hosts: ["xx.xx.xx.xx:9300"]
indices.store.throttle.max_bytes_per_sec : 800mb
indices.cache.filter.size: 50%
node.master: true
node.data: false
client.transport.ping_timeout: 120s
client.transport.nodes_sampler_interval: 30s
index.translog.flush_threshold_size: 2000mb
index.translog.flush_threshold_period: 120m
index.translog.interval: 60m
index.translog.flush_threshold_ops: 100000
index.cache.field.max_size: 50000
index.cache.field.expire: 10m
index.cache.field.type: soft
indices.breaker.fielddata.limit: 50%
indices.memory.index_buffer_size: 50%
indices.fielddata.cache.size: 50%
processors: 5
index.mapping.nested_fields.limit: 1001
marvel.agent.exporters:
id1:
type: http
host: ["http://xx.xx.xx.xx:9200"]
0 个回复