Reindex官方文档 https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-reindex.html Reindex简介 5.X版本后新增Reindex。Reindex可以直接在Elasticsearch集群里面对 ...
分类:
其他好文 时间:
2019-12-29 18:36:53
阅读次数:
519
1.打开putty,输入: source /opt/software/impi/mpivars.sh (注意:只有source后边是有空格,其他的没有空格) mpirun -np 4 lmp_mpi < elastic.in > elastic.out &(计算文件名,如:mmt422.in) (4 ...
分类:
系统相关 时间:
2019-12-29 00:54:36
阅读次数:
106
环境: 业务机器安装packetbeat客户端 ES、kibana服务端需要保证启动(本次环境的ES和kibana服务跑在172.16.82.165上) 业务机器端执行安装: 1、下载包 yum install libpcap curl -L -O https://artifacts.elastic ...
分类:
其他好文 时间:
2019-12-26 13:08:45
阅读次数:
114
ELASTIC 写i性能优化 refresh translog flush refresh 优化 translog优化 flush 优化 读性能优化 shard 设置 ...
分类:
其他好文 时间:
2019-12-26 00:02:51
阅读次数:
110
Elasticsearch 是什么?
Elasticsearch 是一个分布式的、开源的搜索分析引擎,支持各种数据类型,包括文本、数字、地理、结构化、非结构化。
Elasticsearch 是基于 Apache Lucene 的。
Elasticsearch 因其简单的 REST API、分布式特性、告诉、可扩展而闻名。
Elasticsearch 是 Elastic 产品栈的核心,Elastic 产品栈是个开源工具集合,用于数据接收、存储、分析、可视化。
分类:
其他好文 时间:
2019-12-25 22:06:01
阅读次数:
107
这篇文章重点介绍一下kibana的配置。elasticsearch7.5集群的搭建文章请参见:https://blog.51cto.com/lovejxs/2457301一、安装启动下载页面:https://www.elastic.co/cn/downloads/past-releases下载:wget-chttps://artifacts.elastic.co/downloads/kibana/
分类:
其他好文 时间:
2019-12-25 16:26:42
阅读次数:
624
本文的内容 如何用filebeat kafka es做一个好用,好管理的日志收集工具 放弃logstash,使用elastic pipeline gunicron日志格式与filebeat/es配置 flask日志格式与异常日志采集与filebeat/es配置 以上的配置 概况 我有一个HTTP请求 ...
分类:
Web程序 时间:
2019-12-24 18:55:28
阅读次数:
192
之前的重庆3台服务器安装了3个节点的es 其中1个master节点 另外2个是node节点 由于重庆机房可能停电,现在准备在上海的服务器也安装1个master和2个node节点,平时重庆没停电的时候,上海的3个节点都把 node.data: false 这样就不会有分片分配到上海,不会影响查询速度( ...
分类:
移动开发 时间:
2019-12-24 18:54:54
阅读次数:
95
本文目标 了解Elasticsearch,并简单的运用到springboot项目中。 本次主角 Elasticsearch(开源,分布式,RESTful搜索引擎) github地址(https://github.com/elastic/elasticsearch) 初识Elasticsearch 笔 ...
分类:
编程语言 时间:
2019-12-24 18:24:23
阅读次数:
87
在今天的文章里,我们将介绍Elastic的一个重要的应用:应用程序性能管理(Application Performance Monitoring/Management),简称APM。那么到底什么是APM呢? 随着时代的发展,我们的IT架构越来越复杂,比如: 我们系统的服务器越来越多,而且更多的设备都 ...
分类:
其他好文 时间:
2019-12-24 12:02:29
阅读次数:
188