博客 / 列表

鍋包肉 - elasticsearch中的索引模版修改字段類型

索引模板是一種告訴Elasticsearch在創建索引時如何配置索引的方法。 在創建索引之前可以先配置模板,這樣在創建索引(手動創建索引或通過對文檔建立索引)時,模板設置將用作創建索引的基礎。 模板類型 模板有兩種類型:索引模板和組件模板。 組件模板是可重用的構建塊,用於配置映射,設置和別名;它們不會直接應用於一組索引。 索引模板可以包含組件模板的集合,也

es7

鍋包肉 - 安裝snmp generator遇到/usr/bin/ld: final link failed問題

在github下載代碼後 做go build 出現報錯 /usr/bin/ld: xxx : unrecognized relocation (0x2a) in section `.text` /usr/bin/ld: final link failed: 錯誤的值 # 查看舊版本 [root@prometheus-primary1 generator]# ld -v # 以我的為例,當前系統中

generator

鍋包肉 - centos7 源碼安裝openresty-1.19.3

1、下載openresty-1.19.3.1 源碼包 cd /usr/local/ wget https://openresty.org/download/openresty-1.19.3.1.tar.gz 2、下載openssl prce zlib tar -xf openresty-1.19.3.1.tar.gz cd openresty-1.19.3.1/bundle wget htt

openresty