跳转到内容

SRE笔记

  • 密码
    • 短链
  • 服务器
  • 关于

elasticsearch标签存档订阅

discover_elasticsearch_cluster.sh感知elasticsearch集群

#! /bin/bash export LANG=en_US.UTF-8 pids=`ps aux … 继续阅读 discover_elasticsearch_cluster.sh感知elasticsearch集群

  • 发表于: 2020-12-08 2022-07-19
  • 作者: sjx
  • 分类: sre
  • 标签: elasticsearch
  • 发表评论: discover_elasticsearch_cluster.sh感知elasticsearch集群

discover_elasticsearch.sh感知elasticsearch

#! /bin/bash export LANG=en_US.UTF-8 pids=`ps aux … 继续阅读 discover_elasticsearch.sh感知elasticsearch

  • 发表于: 2020-12-08 2020-12-08
  • 作者: sjx
  • 分类: sre
  • 标签: elasticsearch
  • 发表评论: discover_elasticsearch.sh感知elasticsearch

check_elasticsearch_cluster.py查看es集群

#!/usr/bin/python import sys import getopt import … 继续阅读 check_elasticsearch_cluster.py查看es集群

  • 发表于: 2020-12-01 2020-12-01
  • 作者: javaer, javaer
  • 分类: sre
  • 标签: elasticsearch, es
  • 发表评论: check_elasticsearch_cluster.py查看es集群

check_es.sh查看es信息

#! /bin/bash export LANG=en_US.UTF-8 #WARNLIMIT=-1… 继续阅读 check_es.sh查看es信息

  • 发表于: 2020-12-01 2020-12-01
  • 作者: javaer, javaer
  • 分类: sre
  • 标签: elasticsearch, es
  • 发表评论: check_es.sh查看es信息

elasticpress插件加速wordpress搜索

配上es服务地址即可 命中:

  • 发表于: 2020-12-01 2020-12-01
  • 作者: javaer, javaer
  • 分类: sre
  • 标签: elasticsearch, es, wordpress
  • 发表评论: elasticpress插件加速wordpress搜索

Kubernetes部署elasticsearch:7.9.3单机版

Deployment apiVersion: apps/v1 kind: Deployment me… 继续阅读 Kubernetes部署elasticsearch:7.9.3单机版

  • 发表于: 2020-12-01 2022-07-29
  • 作者: javaer, javaer
  • 分类: sre
  • 标签: elasticsearch, es, kubernetes
  • 发表评论: Kubernetes部署elasticsearch:7.9.3单机版
elasticsearch备份恢复

elasticsearch备份恢复

backup_es.sh #!/bin/bash ip_addr=127.0.0.1 resposi… 继续阅读 elasticsearch备份恢复

  • 发表于: 2020-10-21 2022-07-19
  • 作者: sre
  • 分类: sre
  • 标签: elasticsearch
  • 发表评论: elasticsearch备份恢复

elasticsearch导入json

curl -s -H “Content-Type: application/x-ndjson” -X… 继续阅读 elasticsearch导入json

  • 发表于: 2020-07-16 2021-05-20
  • 作者: tomcat
  • 分类: sre
  • 标签: elasticsearch
  • 发表评论: elasticsearch导入json

python导出elasticsearch数据到csv

from elasticsearch import Elasticsearch import csv… 继续阅读 python导出elasticsearch数据到csv

  • 发表于: 2020-07-06 2020-07-06
  • 作者: tomcat
  • 分类: sre
  • 标签: elasticsearch
  • 发表评论: python导出elasticsearch数据到csv

elasticsearch备份工具elasticdump

安装 cd /root/ yum install -y epel-release yum insta… 继续阅读 elasticsearch备份工具elasticdump

  • 发表于: 2020-06-30 2021-05-20
  • 作者: tomcat
  • 分类: sre
  • 标签: elasticsearch
  • 发表评论: elasticsearch备份工具elasticdump

elasticdump遇到的错误node_modules/elasticdump/lib/processor.js:40

/opt/node_modules/elasticdump/lib/processor.js:40 … 继续阅读 elasticdump遇到的错误node_modules/elasticdump/lib/processor.js:40

  • 发表于: 2020-06-19 2020-12-06
  • 作者: tomcat
  • 分类: sre
  • 标签: elasticsearch, nodejs
  • 发表评论: elasticdump遇到的错误node_modules/elasticdump/lib/processor.js:40

elasticserach获取集群的节点列表

#获取集群的节点列表: curl –user username:password ‘localho… 继续阅读 elasticserach获取集群的节点列表

  • 发表于: 2020-06-08 2022-01-24
  • 作者: tomcat
  • 分类: sre
  • 标签: elasticsearch
  • 发表评论: elasticserach获取集群的节点列表

用elasticsearch operator部署elasticsearch集群

参考文档 https://www.elastic.co/cn/downloads/elastic-c… 继续阅读 用elasticsearch operator部署elasticsearch集群

  • 发表于: 2020-05-14 2022-07-19
  • 作者: tomcat
  • 分类: sre
  • 标签: elasticsearch, kubernetes
  • 发表评论: 用elasticsearch operator部署elasticsearch集群

elasticsearch端口区别

9200 外部通讯使用,http协议,RESTful接口 9300 tcp通讯端口,节点之间通讯使用

  • 发表于: 2020-05-14 2020-05-14
  • 作者: tomcat
  • 分类: sre
  • 标签: elasticsearch, 网络
  • 发表评论: elasticsearch端口区别

curl访问带账号密码的elasticsearch

curl –user admin:123456 http://localhost:9200

  • 发表于: 2020-05-11 2021-01-15
  • 作者: tomcat
  • 分类: sre
  • 标签: elasticsearch
  • 发表评论: curl访问带账号密码的elasticsearch

kubernetes部署elasticsearch控制面板dejavu

GitHub 地址:https://github.com/appbaseio/dejaVu Demo… 继续阅读 kubernetes部署elasticsearch控制面板dejavu

  • 发表于: 2020-05-11 2020-05-11
  • 作者: tomcat
  • 分类: sre
  • 标签: elasticsearch, kubernetes
  • 发表评论: kubernetes部署elasticsearch控制面板dejavu

kubernetes部署elasticsearch认证插件readonlyrest

下载插件 插件Dockerfile FROM elasticsearch:7.4.0 COPY re… 继续阅读 kubernetes部署elasticsearch认证插件readonlyrest

  • 发表于: 2019-11-12 2019-11-12
  • 作者: sre
  • 分类: sre
  • 标签: elasticsearch, kubernetes
  • 发表评论: kubernetes部署elasticsearch认证插件readonlyrest

Elasticsearch5.6集群配置

创建用户 chattr -i /etc/shadow /etc/group /etc/shadow … 继续阅读 Elasticsearch5.6集群配置

  • 发表于: 2019-01-16 2019-01-16
  • 作者: joker
  • 分类: sre
  • 标签: elasticsearch
  • 发表评论: Elasticsearch5.6集群配置

org.elasticsearch.bootstrap.StartupException: BindTransportException[Failed to bind to [9300-9400]]

[2019-01-16T05:04:20,270][WARN ][o.e.b.Elasticsear… 继续阅读 org.elasticsearch.bootstrap.StartupException: BindTransportException[Failed to bind to [9300-9400]]

  • 发表于: 2019-01-16 2019-01-16
  • 作者: joker
  • 分类: sre
  • 标签: elasticsearch
  • 发表评论: org.elasticsearch.bootstrap.StartupException: BindTransportException[Failed to bind to [9300-9400]]

elasticsearch Could not find required attribute ‘readonlyrest’ in file cluster:

[2019-01-16T03:03:35,543][WARN ][o.e.b.Elasticsear… 继续阅读 elasticsearch Could not find required attribute ‘readonlyrest’ in file cluster:

  • 发表于: 2019-01-16 2019-01-16
  • 作者: joker
  • 分类: sre
  • 标签: elasticsearch
  • 发表评论: elasticsearch Could not find required attribute ‘readonlyrest’ in file cluster:

分页

页码: 1 页码: 2 下一页

搜索

搜索:

近期评论

  • 禁止chrome浏览器http自动转成https – SRE笔记发表在《nginx安全配置 XSS攻击 Header头设置》
  • springboot lifecycle timeout-per-shutdown-phase优雅退出 – SRE笔记发表在《terminationGracePeriodSeconds优雅终止pod时间》
  • kubernetes Deployment快速部署rocketmq 4.9.2 dledger集群 3-broker – SRE笔记发表在《kubernetes Deployment快速部署rocketmq 4.9.2 dledger集群 1-镜像》
  • bfyt发表在《Failed to create pod sandbox: rpc error: code = Unknown desc =》
  • ylpb发表在《Failed to create pod sandbox: rpc error: code = Unknown desc =》

标签

azure Blockchain centos Docker elasticsearch eth fil go Grafana hpc ingress java jenkins JVM kubernetes Linux lotus Minio mongoDB MySQL nginx nodejs Oracle php python redis shell springboot tomcat ubuntu uniapp vue windows wordpress zabbix zookeeper 夏小胖 安全 工具 折腾 推荐 游戏 硬件 网络 资源

归档

  • 2022年8月
  • 2022年7月
  • 2022年6月
  • 2022年5月
  • 2022年4月
  • 2022年3月
  • 2022年2月
  • 2022年1月
  • 2021年12月
  • 2021年11月
  • 2021年10月
  • 2021年9月
  • 2021年8月
  • 2021年7月
  • 2021年6月
  • 2021年5月
  • 2021年4月
  • 2021年3月
  • 2021年2月
  • 2021年1月
  • 2020年12月
  • 2020年11月
  • 2020年10月
  • 2020年9月
  • 2020年8月
  • 2020年7月
  • 2020年6月
  • 2020年5月
  • 2020年4月
  • 2020年3月
  • 2020年2月
  • 2020年1月
  • 2019年12月
  • 2019年11月
  • 2019年10月
  • 2019年9月
  • 2019年8月
  • 2019年7月
  • 2019年6月
  • 2019年5月
  • 2019年4月
  • 2019年3月
  • 2019年2月
  • 2019年1月
  • 2018年12月
  • 2018年11月
  • 2018年10月
  • 2018年9月
  • 2018年8月
  • 2018年7月
  • 2018年6月
  • 2018年5月
  • 2018年4月
  • 2018年3月
  • 2018年2月
  • 2018年1月
  • 2017年12月
  • 2017年11月
  • 2017年10月
  • 2017年8月
  • 2017年7月
  • 2017年6月
  • 2017年5月
  • 2017年4月
  • 2017年3月
  • 2017年2月
  • 2017年1月
  • 2016年12月
  • 2016年11月
  • 2016年10月
  • 2016年9月
  • 2016年8月
  • 2016年7月
  • 2016年6月
  • 2016年5月
  • 2016年4月
  • 2016年3月
  • 2016年2月
  • 2016年1月
  • 2015年12月
  • 2015年10月
  • 2015年9月
  • 2015年8月
  • 2015年7月
  • 2015年6月
  • 2015年5月
  • 2015年4月
  • 2015年3月
  • 2015年2月
  • 2015年1月
  • 2014年12月
  • 2014年11月
  • 2014年10月
  • 2014年9月
  • 2014年8月
  • 2014年7月
  • 2014年6月
  • 2014年5月
  • 2014年2月