当前位置: 首页 > news >正文

校园二手网站开发与设计任务书重庆云阳网站建设

校园二手网站开发与设计任务书,重庆云阳网站建设,网站首页制作教程视频,网站建设需要具备什么条件1.elasticsearch启动问题#xff1a; 如果elasticsearch开启https登录则第一次启动的时候需要前台启动#xff0c;前台启动的时候会自己创建相应的token等登录信息,如果是后台启动则没有这些登录信息#xff1a; ./elasticsearch ━━━━━━━━━━━━━━━━━━━…1.elasticsearch启动问题 如果elasticsearch开启https登录则第一次启动的时候需要前台启动前台启动的时候会自己创建相应的token等登录信息,如果是后台启动则没有这些登录信息 ./elasticsearch ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✅ Elasticsearch security features have been automatically configured! ✅ Authentication is enabled and cluster connections are encrypted.ℹ️ Password for the elastic user (reset with bin/elasticsearch-reset-password -u elastic):uQIrmGkSPEDybGehN7Owℹ️ HTTP CA certificate SHA-256 fingerprint:c5ef1227cf14a593d41a24388b4d710dc819c6dd4c3accd0a354b49ac6f28b4fℹ️ Configure Kibana to use this cluster: • Run Kibana and click the configuration link in the terminal when Kibana starts. • Copy the following enrollment token and paste it into Kibana in your browser (valid for the next 30 minutes):eyJ2ZXIiOiI4LjEyLjIiLCJhZHIiOlsiMTAuMTAwLjIwOC4yMTo5MjAwIl0sImZnciI6ImM1ZWYxMjI3Y2YxNGE1OTNkNDFhMjQzODhiNGQ3MTBkYzgxOWM2ZGQ0YzNhY2NkMGEzNTRiNDlhYzZmMjhiNGYiLCJrZXkiOiJKelg2Wkk0QmU5cXRJWmF5VzRCbzotOGVyTEUtbVJyT0ZTbzh1UTktQkV3In0ℹ️ Configure other nodes to join this cluster: • On this node:⁃ Create an enrollment token with bin/elasticsearch-create-enrollment-token -s node.⁃ Uncomment the transport.host setting at the end of config/elasticsearch.yml.⁃ Restart Elasticsearch. • On other nodes:⁃ Start Elasticsearch with bin/elasticsearch --enrollment-token token, using the enrollment token that you generated. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.参数设置问题  1.报错max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] 解决 vim /etc/sysctl.conf 在文件末尾添加以下一行内容vm.max_map_count262144 使文件立即生效sudo sysctl -p2.报错max file descriptors [4096] for elasticsearch process is too low, increase to at least [65535] 解决 vim /etc/security/limits.conf 在文件最后面添加下面内容 * soft nofile 65535 * hard nofile 65535 elasticsearch-setup-passwords interactive设置密码时报错  [deployermaster1 bin]$ ./elasticsearch-setup-passwords interactiveFailed to authenticate user elastic against http://xxxxxx:9200/_security/_authenticate?pretty Possible causes include:* The password for the elastic user has already been changed on this cluster* Your elasticsearch node is running against a different keystoreThis tool used the keystore at /usr/local/ES/elasticsearch-8.12.2/config/elasticsearch.keystoreYou can use the elasticsearch-reset-password CLI tool to reset the password of the elastic userERROR: Failed to verify bootstrap password, with exit code 78解决 删除 .security-7 索引  删除好像没什么用只能通过命令[deployermaster1 bin]$ ./elasticsearch-reset-password -u elastic -i 来重新自定义elastic的用户密码。 3.kibana设置 kibana配置 server.port: 5601 #默认端口 server.host: “0.0.0.0” #对外访问 elasticsearch.hosts: [“http://10.10.10.10:9200”] #elasticsearch地址 i18n.locale: zh-CN #设置中文 后台启动 [rootmaster1 node_modules]# cd /usr/local/ES [rootmaster1 ES]# ls elasticsearch-8.12.2  elasticsearch-8.12.2-linux-x86_64.tar.gz  elasticsearch-head-master  kibana-8.12.2  kibana-8.12.2-linux-x86_64.tar.gz  master.zip [rootmaster1 ES]# cd kibana-8.12.2 nohup bin/kibana 4. 如果出现集群健康值:未连接  请参考  elasticsearch-head-master也需要使用普通用户启动。如果之前使用过root用户启动过elasticsearch-head-master或者elasticsearch需要将elasticsearch-head-master和elasticsearch重新添加普通用户属组和属主。因为使用root启动之后有部分文件的属组合属主变成了root。 先停掉elasticsearch-head-master和elasticsearch然后再赋权 [rootmaster1 ES]# ls elasticsearch-8.12.2 elasticsearch-8.12.2-linux-x86_64.tar.gz elasticsearch-head-master kibana-8.12.2 kibana-8.12.2-linux-x86_64.tar.gz master.zip [rootmaster1 ES]# chown deployer:deployer -R elasticsearch-head-master [rootmaster1 ES]# chown deployer:deployer -R elasticsearch-8.12.2 注意elasticsearch-8.12.2启动后默认开启了密码和ssl设置需要将true改成false 然后重启启动elasticsearch-head-master和elasticsearch 报错 received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress/xxxxx:9200, remoteAddress/xxxx:57926} 5.ES8默认开启了ssl认证导致无法访问9200端口 elasticsearch.yml配置:xpack.security.enabled:把true改成false 6.kibana设置账号密码 kibana没有自己的登录账号需要使用elasticsearch中添加的账号才行 vim /etc/kibana/kibana.yml elasticsearch.username: kibana elasticsearch.password: 123456 用户说明 elastic内置超级用户 kibana仅可用于kibana用来连接elasticsearch并与之通信, 不能用于kibana登录logstash_system用于Logstash在Elasticsearch中存储监控信息时使用 kibana安装后验证 # 查看所有节点 GET _cat/nodes# 查看customer索引数据 GET customer/_search elasticsearch-head登录截图
http://www.sczhlp.com/news/185171/

相关文章:

  • 阿里云建设网站要什么官方网站建设建议
  • 佛山网站设计哪家便宜怎样做电影网站
  • 做网站什么语言最好百度下载免费官方安装
  • 全国购物网站排名拙人营造设计公司官网
  • 建设银行信用卡网站是多少php网站开发师
  • 哪有宝安网站推广vps运行wordpress
  • 域名注册网站哪个好辽宁省精神文明建设工作三大创建活动网站
  • 外贸多语言网站免费源码企业网站建设成本费用
  • 国家 住房城乡建设信用 网站dw是做静态网站还是动态的
  • 中信建设内部网站广州网站建设 粤icp
  • 东莞 网站建设 定制水综合信息网站建设方案
  • 昆明c2c网站建设wordpress目录遍历漏洞
  • wordpress网站从零专业网络推广团队
  • 网站建设 广告越秀建设网站
  • 深圳外贸网站怎么建宁波seo在线优化方案
  • 国内网站建设需要多少钱科技软件公司
  • 如何进行网站调试平面设计和网站建设哪个好
  • 小说网站建设的支柱seo网络排名优化哪家好
  • 做刷网站怎么赚钱做一个综合性的网站多少钱
  • 网站策划素材网站二级导航
  • 网站制作及管理教程做网站学哪个语言最好
  • 信誉好的徐州网站建设乡村生态旅游网站建设方案
  • 在Scala中,如何在泛型类中使用类型参数?
  • Maple 2025 来了!AI 赋能 + 6000 + 命令,破解数学计算、科研与教学痛点
  • 2025 护眼灯生产厂家最新推荐榜:精选五强资深与新锐品牌,深度解析品质口碑与选购指南
  • 2025 年护眼吸顶灯最新推荐榜:权威筛选五强品牌,技术与口碑双维度深度剖析
  • 2025 护眼台灯厂家最新推荐榜单:权威解析明可达等五强品牌,护眼参数与选购指南全攻略
  • 网站建设如何更加稳定如何做网络营销推广企业
  • 重庆网站排名优化教程在线做qq空间的网站
  • python做网站有什么优势自助建站广告发布