已有jdk7环境 官网下载elasticsearch , https://www.elastic.co/downloads/elasticsearch 解压后,cd 进bin目录 启动es ./elasticsearch 浏览器访问http://localhost:9200/是个json输出,提示你 ...
分类:
其他好文 时间:
2021-01-04 10:45:16
阅读次数:
0
elasticsearch工具类 环境 jdk1.7 playframework 1.3.0 1 2 3 4 5 6 package utils; public class Order { public String id; //id public String trade_no; //业务单号 } ...
分类:
其他好文 时间:
2021-01-04 10:44:41
阅读次数:
0
1. docker 安装ElasticSearch 1.1拉取ES镜像 docker pull docker.elastic.co/elasticsearch/elasticsearch:7.8.0 1.2检查镜像无误后, 启动 由于ES是java编写默认 启动会占用2G堆内存, 内存少的朋友可以通 ...
分类:
编程语言 时间:
2021-01-04 10:30:20
阅读次数:
0
一、常用的监控方案 开源监控软件:cacti、nagios、zabbix、smokeping、open-falcon等 1、Cacti 官方网站:https://www.cacti.net/ https://github.com/Cacti/cacti Cacti是基于LAMP平台展现的网络流量监测 ...
分类:
其他好文 时间:
2021-01-02 11:32:07
阅读次数:
0
docker启动elasticsearch闪退dockerlogselasticsearch......ERROR:[1]bootstrapchecksfailed[1]:maxvirtualmemoryareasvm.max_map_count[65530]istoolow,increasetoatleast[262144]ERROR:Elasticsearchdidnotexitnormall
分类:
其他好文 时间:
2021-01-01 12:33:36
阅读次数:
0
1.引入elasticsearch与json依赖 <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>elasticsearch-rest-high-level-client</artifactId> <versi ...
分类:
编程语言 时间:
2020-12-31 12:57:55
阅读次数:
0
Elasticsearch 是一种高度可伸缩的全文检索和分析引擎,其底层基于 Apache Lucene,Lucene 本身早就是一种闻名于世的全文检索和工具包。Elasticsearch 在其基础上进行了封装,不仅继承了 Lucene 的所有优点,还大大降低了使用和开发的复杂度。 不仅如此,ES ...
分类:
其他好文 时间:
2020-12-30 10:41:22
阅读次数:
0
环境准备:系统镜像:CentOS-7-x86_64-DVD-2009.isoZabbix源码包:zabbix-5.2.2.tar.gz官方网址:https://www.zabbix.com/cn/download_sources直接使用迅雷下载:http://192.168.1.9/zabbix-5.2.2.tar.gz?fid=8SzoZHHht0OP1q5RQkkdo87-RQtNSS0BAA
分类:
数据库 时间:
2020-12-25 12:38:17
阅读次数:
0
grafana下载地址wgethttps://dl.grafana.com/oss/release/grafana-7.3.6-1.x86_64.rpmsudoyuminstallgrafana-7.3.6-1.x86_64.rpm如果网速不好,可以直接通过迅雷打开链接https://dl.grafana.com/oss/release/grafana-7.3.6-1.x86_64.rpm下载到本
分类:
其他好文 时间:
2020-12-25 12:36:18
阅读次数:
0
一、安装相应版本的logstash wget https://artifacts.elastic.co/downloads/beats/logstash/logstash-7.5.2-x86_64.rpm rpm -ivh logstash-7.5.2-x86_64.rpm 二、配置rsyslog接 ...
分类:
其他好文 时间:
2020-12-25 12:34:22
阅读次数:
0