configuration file : $ES_HOME/conf/elasticsearch.yml
cluster.name : PPPPPP
path.conf: /opt/PPPPPP/elasticsearch/conf
index.number_of_replicas : 0
index.number_of_shards : 5
index.analysis.analyzer.default.pattern : "[^\\w]+"
index.analysis.analyzer.default.type : pattern
index.store.compress.stored : true
bootstrap.mlockall : true
path.data : /opt/PPPPPP/elasticsearch/data11,/opt/PPPPPP/elasticsearch/data12,/opt/PPPPPP/elasticsearch/data13,/opt/PPPPPP/elasticsearch/data14,
path.log : /var/log/elasticsearch
path.work : /opt/PPPPPP/elasticsearch/work
transport.tcp.port: 9300
transport.tcp.compress: true
http.port: 9200
discovery.zen.ping.multicast.enabled: false
discovery.zen.ping.unicast.hosts: vm-aa2b-5661:9300,vm-851a-e44f:9300,vm-8c7b-ef90:9300,
jmx.create_connector: true
jmx.port: 9400
jmx.domain: PPPPPP
相关推荐
《Elasticsearch 7.2.1 + SearchGuard + Kerberos + Kibana 集群测试环境部署详解》 本文档将详细阐述如何在Elasticsearch 7.2.1版本的基础上,集成SearchGuard安全插件、Kerberos认证服务以及Kibana可视化界面,...
Starting from the beginning, this book will cover these core concepts, setting up ElasticSearch and various plugins, working with analyzers, and creating mappings. This book provides complete ...
Elasticsearch(ES)是一种分布式、RESTful风格的搜索和数据分析引擎,常用于大数据分析和实时搜索场景。它不依赖传统的SQL数据库语句,而是采用JSON文档格式和HTTP协议进行交互。本文将涵盖ES的安装、配置、Kibana...
spring.data.elasticsearch.cluster-name=your-cluster-name spring.data.elasticsearch.cluster-nodes=your-node-1:9300, your-node-2:9300 ``` 3. 创建实体类:定义Elasticsearch中存储的文档实体,使用`@Document...
该存储库演示了如何在Kubernetes中设置完整的ElasticSearch。 以及的安装杠杆 先决条件 为了演示Kubernetes Operator,首先需要做两件事。 迷你库 按照安装minikube 使用自定义cpu和内存启动minikube ~$ minikube ...
how to collect logs from your applications, as well as Kubernetes with Elasticsearch, Fluentd, and Kibana stack. Ensuring a service is up and healthy is one of the major responsibilities of DevOps. ...
how to collect logs from your applications, as well as Kubernetes with Elasticsearch, Fluentd, and Kibana stack. Ensuring a service is up and healthy is one of the major responsibilities of DevOps. ...