51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

Github

Elasticsearch报错initial heap size

Elasticsearch报错initial heap size

厉飞雨 阅读(429) 评论(0) 赞(10)

<p>当前elasticsearch版本8.11.4,报错内容如下:<br /> [ERROR][o.e.b.Elasticsearch ] [ceph1] node validation exception [1] bootstrap checks failed. You must address the points described in the...

使用Nexus搭建Maven私服

使用Nexus搭建Maven私服

厉飞雨 阅读(315) 评论(0) 赞(18)

<p>Nexus是一个很强大的私服软件,不仅仅是作为Java的Maven打包使用,同样的也支持pypi、yum源、apt源、npm等等。</p> <p>如果没有私服,我们所有maven、pypi等下载的包都需要通过官方的仓库或是第三方的镜像仓库,如果整个Team都这么做,那么每次打包下载的时候就会浪费大量的时间花费在网路IO上。</p&...

elasticsearch-head插件安装

elasticsearch-head插件安装

厉飞雨 阅读(471) 评论(0) 赞(20)

<p>一定要安装bzip2包、一定要安装bzip2包、一定要安装bzip2包</p> <p>1、下载head插件源码<br /> cd /usr/local/src git clone https://github.com/mobz/elasticsearch-head.git cd elasticsearch-head</...

maven 添加多个私有仓库

maven 添加多个私有仓库

厉飞雨 阅读(293) 评论(0) 赞(16)

<p>maven 添加多个私有仓库</p> <p><img src="http://static.51tbox.com/static/2024-12-19/col/c29f18238de129569ef8fd32eae4cac9/08e072847a0f4952a74ea07245687624.png.jpg" al...

gradle 配置maven 仓库

gradle 配置maven 仓库

厉飞雨 阅读(362) 评论(0) 赞(27)

<p>在USER_HOME/.gradle/下创建init.gradle文件</p> <p>针对全局项目<br /> 在GRADLE_HOME/init.d/目录下新建文件:init.gradle</p> <pre><code>allprojects { repositories { &...

十张图说清Elasticsearch原理!

十张图说清Elasticsearch原理!

厉飞雨 阅读(440) 评论(0) 赞(15)

<p>说到 Elasticsearch,其中最明显的一个特点就是 near real-time 准实时,当文档存储在 Elasticsearch 中时,将在 1 秒内以几乎实时的方式对其进行索引和完全搜索。那为什么说 ES 是准实时的呢?</p> <h2>Lucene 和 ES</h2> <h3><strong&...

为什么我们放弃Zabbix采用Prometheus?

为什么我们放弃Zabbix采用Prometheus?

厉飞雨 阅读(439) 评论(0) 赞(13)

<p>2017 年以前,我们运维体系的监控主要还是以 Zabbix 作为主流的解决方案。当时数据库这部分的监控服务也是使用的监控运维团队提供的服务。</p> <p><a href="http://static.51tbox.com/static/2024-12-22/col/eb1b03c808fae82a31db516414...

ZABBIX API简介及使用

ZABBIX API简介及使用

厉飞雨 阅读(348) 评论(0) 赞(14)

<h2>API简介 {#toc_0}</h2> <p>Zabbix API开始扮演着越来越重要的角色,尤其是在集成第三方软件和自动化日常任务时。很难想象管理数千台服务器而没有自动化是多么的困难。Zabbix API为批量操作、第三方软件集成以及其他作用提供可编程接口。</p> <p>Zabbix API是在1.8版本中...