纯前端实现包含 Excel 的 Zip 压缩包导出 发表于 2021-12-26 分类于 Vue Valine: 通过 html + js 、Vue 两种方式,实现纯前端实现包含 Excel 的 Zip 压缩包导出。 阅读全文 »
Logstash 多实例并行消费 kafka 发表于 2021-12-24 分类于 Database , ElasticSearch Valine: 消费原理启动多个 logstash 并行消费 kafka 数据。 设置相同 topic 设置相同 groupid 设置不同 clientid input 的这个参数 consumer_threads => 10 多实列相加最好等于 topic 分区数 如果一个 logstash 得参数大于 topic,则 topic 数据都会被这个 logstash 消费掉。 阅读全文 »
纯前端实现支持多 Sheet 的 Excel 导出 发表于 2021-12-23 分类于 Vue Valine: 实现纯前端的 Excel 导出 (支持多 sheet)。 SheetJS GitHub:https://github.com/SheetJS/sheetjs 官网:https://sheetjs.com/ 下载:https://www.cdnpkg.com/xlsx/file/xlsx.core.min.js/?id=78603 阅读全文 »
Logstash 修改日志输出索引默认模版中的分片和备份 发表于 2021-12-20 分类于 Database , ElasticSearch Valine: 在 kibana 执行 GET /_template/logstash 获取 es 中 logstash 的模版信息。 阅读全文 »
Springboot 启用 https 安全协议 发表于 2021-12-17 分类于 Java , SpringBoot Valine: 有时候我们需要使用https安全协议,本文记录在SpringBoot项目启用https。 阅读全文 »
应用 ELK 收集各模块日志处理流程 发表于 2021-12-16 分类于 Apache , Database , ElasticSearch , Logging Services Valine: 日志处理流程 阅读全文 »