国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專欄INFORMATION COLUMN

elasticsearch.yml 配置說明

zacklee / 3000人閱讀

摘要:集群名稱,默認(rèn)為,命名規(guī)則為產(chǎn)品名版本節(jié)點名稱,啟動時會自動創(chuàng)建節(jié)點名稱,但你也可進行配置設(shè)置索引的分片數(shù)設(shè)置索引的副本數(shù)是否為主節(jié)點,一個集群中建議只配置一個主節(jié)點數(shù)據(jù)存儲位置這個參數(shù)是用來同時設(shè)置和上面兩個參數(shù)以上默認(rèn)是設(shè)

集群名稱,默認(rèn)為elasticsearch, 命名規(guī)則為 es-產(chǎn)品名-ES版本

cluster.name: es-fengkong-2.1.1

節(jié)點名稱,es啟動時會自動創(chuàng)建節(jié)點名稱,但你也可進行配置

node.name: es-46-68-76

設(shè)置索引的分片數(shù)

index.number_of_shards: 5

設(shè)置索引的副本數(shù)

index.number_of_replicas: 1

是否為主節(jié)點,一個集群中建議只配置一個主節(jié)點

node.master: false

數(shù)據(jù)存儲位置

path.data: /data1/elasticsearch/data

這個參數(shù)是用來同時設(shè)置bind_host和publish_host上面兩個參數(shù) v2.0以上默認(rèn)是127.0.0.1

network.host: 0.0.0.0

設(shè)置對外服務(wù)的http端口,默認(rèn)為9200

http.port: 9200

設(shè)置節(jié)點間交互的tcp端口,默認(rèn)是9300

transport.tcp.port: 9300

ES 的分詞插件

index.analysis.analyzer.default.type : "hanlp"
index.analysis.tokenizer.default.type : "hanlp"
index.version.created : 2010199
index.max_result_window: 1500000

這是一個集群中的主節(jié)點的初始列表,當(dāng)節(jié)點(主節(jié)點或者數(shù)據(jù)節(jié)點)啟動時使用這個列表進行探測

discovery.zen.ping.unicast.hosts: ["10.47.51.190:9300", "10.46.68.76:9300"]

由于阿里禁止廣播,建議關(guān)閉廣播

discovery.zen.ping.multicast.enabled: false

ping 的超時時間

discovery.zen.ping_timeout: 10s

ping 的超時時間 Fault Detection

discovery.zen.fd.ping_timeout: 10s

ping 重試的次數(shù)

discovery.zen.fd.ping_retries: 6

ping 的間隔

discovery.zen.fd.ping_interval: 5s

cache 的最大占比

indices.fielddata.cache.size : 50%

線程池的配置

threadpool:
search:

  type: fixed
  size: 7
  queue: 1000
  # reject_policy: caller

threadpool:
index:

  type: fixed
  size: 3
  queue: 200
  # reject_policy: caller

threadpool:
bulk:

  type: fixed
  size: 2
  queue_size: 50

文章版權(quán)歸作者所有,未經(jīng)允許請勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉(zhuǎn)載請注明本文地址:http://specialneedsforspecialkids.com/yun/22484.html

相關(guān)文章

發(fā)表評論

0條評論

最新活動
閱讀需要支付1元查看
<