解压软件包 tar -zxvf kibana-7.7.1-linux-x86_64.tar.gz 配置文件的修改: vim /opt/kibana-7.7.1-linux-x86_64/config/kibana.yml 修改server.host和elasticsearch.hosts 如果ela ...
分类:
其他好文 时间:
2020-06-06 15:39:57
阅读次数:
258
ElasticSearch: windows:https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.4.zip https://artifacts.elastic.co/downloads/elasticsear ...
分类:
其他好文 时间:
2020-06-06 14:24:30
阅读次数:
182
实验环境: Centos7.4 192.168.1.201 vampire01 主节点 Centos7.4 192.168.1.202 vampire02 备节点 Centos7.4 192.168.1.203 share nfs服务器 修改hosts文件或者指定内网的DNS服务器地址: vim / ...
分类:
系统相关 时间:
2020-06-05 14:45:13
阅读次数:
69
命令语法: https://www.elastic.co/guide/en/beats/filebeat/current/command-line-options.html filebeat COMMAND SUBCOMMAND [FLAGS]COMMAND:export,modules,run,s ...
分类:
其他好文 时间:
2020-06-05 13:28:56
阅读次数:
241
小灰工作3年了,一直在一家初创公司做大数据架构师,最近几次大厂的面试经历都百般不顺,小灰心如死灰,想着如果一直跳槽无望,只能跟着时下最火的地摊儿大军一起去出摊儿谋生了。 被问到了为什么要使用 Kafka,有哪种场景下需要使用 JMS,小灰一脸问号。工作几年来,接触了 Kafka,Elasticsea ...
分类:
其他好文 时间:
2020-06-05 13:10:08
阅读次数:
56
减少开销 提高效率 现有130万条数据 一条一条索引的话需要不停的跑需要两天左右 如果使用bulk 五分钟就完事儿了 func IndexPrice() { es := tool.ES{ Index: "financials.us.gama", Type: "esstockprice", } var ...
分类:
其他好文 时间:
2020-06-05 13:09:54
阅读次数:
197
在 Elasticsearch、Kibana、Beats 安装 中讲到推荐架构: 本文基于 Logstash + Beats 读取 Spring Boot 日志 将其改为上述架构 如果没有安装 Kafka 需要首先安装:http://kafka.apache.org/quickstart ,如果需要 ...
分类:
其他好文 时间:
2020-06-05 13:04:50
阅读次数:
48
一、Spring Boot 日志配置 采用 Spring Boot 默认的 Logback: <?xml version="1.0" encoding="UTF-8"?> <configuration scan="true" scanPeriod="10 seconds"> <contextName ...
分类:
编程语言 时间:
2020-06-04 21:47:36
阅读次数:
83
elasticsearch 模块 Elasticsearch低级客户端。提供从Python到ES REST端点的直接映射。 连接集群节点 指定连接 es = Elasticsearch( ['172.16.153.129:9200'], # 认证信息 # http_auth=('elastic', ...
分类:
编程语言 时间:
2020-06-04 18:05:45
阅读次数:
69
Paginate 分页报错问题,是版本问题,部分数据结构改变,导致的 Unsupported operand types 1、修改 laravel-scout-elastic/src/ElasticsearchEngine.php public function getTotalCount($res ...
分类:
其他好文 时间:
2020-06-04 13:35:14
阅读次数:
88