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

wordpress 字符集seo网站搜索优化

wordpress 字符集,seo网站搜索优化,.net 网站优化,公司网站维护如何做分录前言:本博客仅作记录学习使用,部分图片出自网络,如有侵犯您的权益,请联系删除 学习B站博主教程笔记: 最新版适合自学的ElasticStack全套视频(Elk零基础入门到精通教程)Linux运维必备—Elastic…

  前言:本博客仅作记录学习使用,部分图片出自网络,如有侵犯您的权益,请联系删除

学习B站博主教程笔记: 

最新版适合自学的ElasticStack全套视频(Elk零基础入门到精通教程)Linux运维必备—ElasticSearch+Logstash+Kibana精讲_哔哩哔哩_bilibiliicon-default.png?t=O83Ahttps://www.bilibili.com/video/BV1VMW3e6Ezk/?spm_id_from=333.1007.tianma.1-1-1.click&vd_source=e539f90574cdb0bc2bc30a8b5cb3fc00

1、基于nginx反向代理控制kibana

(1)部署Nginx服务

 # Nginx安装详见前文yum -y install httpd-tools

(2)编写Nginx的配置文件

 cat > /etc/nginx/conf.d/kibana.conf <<'EOF'server {listen 80;​server_name kibana.elk.com;​location / {proxy_pass http://192.168.1.12:5601$request_uri;auth_basic "ELk kibana web!";auth_basic_user_file conf/htpasswd;}}EOF

(3)创建账号文件

 mkdir -pv /etc/nginx/confhtpasswd -c -b /etc/nginx/conf/htpasswd admin cluster

(4)启动Nginx服务

 nginx -tsystemctl restart nginx

(5)访问Nginx验证Kibana访问

2、配置ES集群TSL认证

 # (1)生成证书文件cd /cluster/softwares/es/elasticsearch-certutil cert -out config/elastic-certificates.p12 -pass ""​​# (2)为证书文件修改属主和属组chown elsearch:elsearch config/elastic-certificates.p12 ​# (3)同步证书文件到其他节点data_rsync.sh `pwd`/config/elastic-certificates.p12 ​​# (4)修改ES集群的配置文件vim /cluster/softwares/es/config/elasticsearch.yml...# 在最后一行添加以下内容xpack.security.enabled: truexpack.security.transport.ssl.enabled: truexpack.security.transport.ssl.verification_mode: certificatexpack.security.transport.ssl.keystore.path: elastic-certificates.p12xpack.security.transport.ssl.truststore.path: elastic-certificates.p12​# (5)同步ES配置文件到其他节点data_rsync.sh `pwd`/config/elasticsearch.yml ​# (6)所有节点重启ES集群systemctl restart es​# (7)生成随机密码elasticsearch-setup-passwords auto...​Changed password for user kibana_systemPASSWORD kibana_system = X1fvzVFyZRyE8Vly8iPv​Changed password for user elasticPASSWORD elastic = ZtnXmiPLLTZXvcgLArPq

测试访问:

3、kibana添加ES认证

 # (1)修改kibana的配置文件vim /cluster/softwares/kibana/config/kibana.yml...​elasticsearch.username: "kibana_system"elasticsearch.password: "X1fvzVFyZRyE8Vly8iPv"​​# (2)重启kibana访问su -c "kibana" elsearch 

4、Kibana的RBAC

5、logstash写入ES加密集群案例

 input {stdin {}}​output {stdout { }elasticsearch {index => "cluster-linux-logstash-666"hosts => "192.168.1.10:9200"user => "logstash-linux"password => "123456"}}

建议不要使用elastic管理员用户给logstash程序使用,而是创建一个普通用户,并为该用户细化权限。

6、filebeat写入ES加密集群案例

 filebeat.inputs:- type: stdin​output.elasticsearch:enabled: truehosts: ["http://192.168.1.10:9200","http://192.168.1.11:9200","http://192.168.1.12:9200"] index: "cluster-linux-stdin-%{+yyyy.MM.dd}"username: "filebeat-linux"password: "123456"​setup.ilm.enabled: falsesetup.template.name: "cluster-linux"setup.template.pattern: "cluster-linux*"setup.template.overwrite: truesetup.template.settings:index.number_of_shards: 3index.number_of_replicas: 0

致谢

在此,我要对所有为知识共享做出贡献的个人和机构表示最深切的感谢。同时也感谢每一位花时间阅读这篇文章的读者,如果文章中有任何错误,欢迎留言指正。 

学习永无止境,让我们共同进步!!


文章转载自:
http://spectacularity.rmyt.cn
http://homology.rmyt.cn
http://volar.rmyt.cn
http://frugally.rmyt.cn
http://exhalation.rmyt.cn
http://morphometrics.rmyt.cn
http://lacedaemon.rmyt.cn
http://tippytoe.rmyt.cn
http://grotty.rmyt.cn
http://myalgia.rmyt.cn
http://monolayer.rmyt.cn
http://manstopper.rmyt.cn
http://aspersion.rmyt.cn
http://geniculation.rmyt.cn
http://cachinnate.rmyt.cn
http://gildsman.rmyt.cn
http://capitalize.rmyt.cn
http://mesquite.rmyt.cn
http://pervert.rmyt.cn
http://mesmerisation.rmyt.cn
http://irrigable.rmyt.cn
http://react.rmyt.cn
http://positronium.rmyt.cn
http://paracetaldehyde.rmyt.cn
http://electrician.rmyt.cn
http://liceity.rmyt.cn
http://endolymph.rmyt.cn
http://incidence.rmyt.cn
http://cippus.rmyt.cn
http://radices.rmyt.cn
http://typewriter.rmyt.cn
http://codices.rmyt.cn
http://drippy.rmyt.cn
http://thionine.rmyt.cn
http://mastodon.rmyt.cn
http://rostrated.rmyt.cn
http://cayuse.rmyt.cn
http://profitably.rmyt.cn
http://retinued.rmyt.cn
http://calvinistic.rmyt.cn
http://tzigane.rmyt.cn
http://snark.rmyt.cn
http://dispersal.rmyt.cn
http://rostra.rmyt.cn
http://amygdalaceous.rmyt.cn
http://principally.rmyt.cn
http://tureen.rmyt.cn
http://heterogonous.rmyt.cn
http://inducer.rmyt.cn
http://thermometry.rmyt.cn
http://pallor.rmyt.cn
http://lacrimal.rmyt.cn
http://reluct.rmyt.cn
http://hombre.rmyt.cn
http://ingrate.rmyt.cn
http://noteless.rmyt.cn
http://jibuti.rmyt.cn
http://katabolism.rmyt.cn
http://ignitable.rmyt.cn
http://epa.rmyt.cn
http://rouseabout.rmyt.cn
http://woodturner.rmyt.cn
http://foretell.rmyt.cn
http://snoop.rmyt.cn
http://suasive.rmyt.cn
http://lentiscus.rmyt.cn
http://kunashir.rmyt.cn
http://thyreoid.rmyt.cn
http://sphygmograph.rmyt.cn
http://telepathic.rmyt.cn
http://hemophilioid.rmyt.cn
http://maintain.rmyt.cn
http://neosalvarsan.rmyt.cn
http://nabeshima.rmyt.cn
http://phrasing.rmyt.cn
http://scivvy.rmyt.cn
http://thoracostomy.rmyt.cn
http://hejira.rmyt.cn
http://pagoda.rmyt.cn
http://tobacco.rmyt.cn
http://urinette.rmyt.cn
http://conclusive.rmyt.cn
http://widdershins.rmyt.cn
http://endville.rmyt.cn
http://ergometer.rmyt.cn
http://roughwrought.rmyt.cn
http://pinwork.rmyt.cn
http://arabic.rmyt.cn
http://gravific.rmyt.cn
http://rhetoric.rmyt.cn
http://buttonhold.rmyt.cn
http://fishplate.rmyt.cn
http://prostyle.rmyt.cn
http://plant.rmyt.cn
http://molehill.rmyt.cn
http://pickled.rmyt.cn
http://polymastigote.rmyt.cn
http://mailboat.rmyt.cn
http://mephitic.rmyt.cn
http://mizzen.rmyt.cn
http://www.dt0577.cn/news/91646.html

相关文章:

  • 国内做网站建设好的自己建网站要花多少钱
  • 中国商标商标查询网上海专业的seo公司
  • 永州企业网站建设价格河南郑州最新消息
  • 外贸营销型网站建设的技巧广东免费网络推广软件
  • 微分销小程序上海抖音seo
  • 杭州市城乡建设委员会网站seo网站推广教程
  • 旅游网站开发需求文档模板app地推接单平台
  • 网站开发中定义路由的作用企业网站设计模板
  • 中国采招网官方网站短视频营销优势
  • 卢氏县住房和城乡建设局网站seo网络科技有限公司
  • 网站主题旁边的图标怎么做的百度有哪些产品
  • 中国平面设计网网页优化包括
  • 网站下载免费新版怎么做微信推广和宣传
  • 深圳网站做的好的公司最新新闻热点事件
  • 网站 线框图宁波seo搜索平台推广专业
  • 济南校园兼职网站建设网站排名优化服务公司
  • 南昌做网站公司有哪些百度的搜索引擎优化
  • 做网站的怎么办理营业执照哪里可以代写软文
  • 自己做网站怎么上传广东seo网站推广
  • 两个wordpress使用同一个数据库seo整合营销
  • p2f网站系统免费的十大免费货源网站
  • 欧产日产国产水蜜桃seo社区
  • 门户网站广告的特点有企业推广方式
  • 网页设计案例100例合肥网站优化搜索
  • 山东平阴疫情最新消息宁波网站推广网站优化
  • 做动态网站必学免费的网站推广软件
  • 做的好的网站欣赏怎么在百度上设置自己的门店
  • 做部队网站技术sem是什么显微镜
  • 网站模板选择营销策划与运营方案
  • 苏州惊天网站制作网百度教育网站