[转帖]rsbeat对redis慢日志入库到ES

rsbeat,redis,日志,入库,es · 浏览次数 : 0

小编点评

**安装步骤:** 1. **获取代码:**从 GitHub 中下载代码: ```git地址: https://github.com/Yourdream/rsbeat gitg地址: 改进支持sentinel https://github.com/154650362/rsbeat ``` 2. **安装依赖项:** ``` mkdir rsbeatcd rsbeatcurl -L https://ghproxy.com/https://github.com/Yourdream/rsbeat/releases/download/v5.3.2/rsbeat-linux-amd64 -o rsbeatchmod +x rsbeat#下载ES的templatecurl -L https://ghproxy.com/https://raw.githubusercontent.com/Yourdream/rsbeat/master/rsbeat.template.json -o rsbeat.template.jsoncurl -L https://ghproxy.com/https://github.com/Yourdream/rsbeat/blob/master/rsbeat.template-es2x.json -o rsbeat.template-es2x.json ``` 3. **配置 rsbeat:** ``` configtest./rebeat -e ``` 4. **启动 rsbeat:** ``` ./rsbeat -configtest./rebeat -e ``` **配置文件(rsbeat.yml):** ```yaml # Defines how often an event is sent to the output period: 1s # Redis connection parameters redis: [\"127.0.0.1:6379\"] # Elasticsearch output parameters output: hosts: [\"localhost:9200\"] # Optional protocol and basic auth credentials #protocol: \"https\" #username: "elastic" #password: "changeme" # Overwrite existing templatetemplate.overwrite: true ``` **注意:** * 将 `127.0.0.1:6379` 替换为您的 Redis 服务地址。 * 将 `localhost:9200` 替换为您的 Elasticsearch 服务地址。 * 将 `changeme` 替换为您的 Elasticsearch 账户密码。

正文

git地址: https://github.com/Yourdream/rsbeat
gitg地址: 改进支持sentinel https://github.com/154650362/rsbeat

1、安装

mkdir rsbeat
cd rsbeat
curl -L https://ghproxy.com/https://github.com/Yourdream/rsbeat/releases/download/v5.3.2/rsbeat-linux-amd64 -o  rsbeat
chmod +x  rsbeat
#下载ES的template
curl -L https://ghproxy.com/https://raw.githubusercontent.com/Yourdream/rsbeat/master/rsbeat.template.json -o rsbeat.template.json
curl -L https://ghproxy.com/https://github.com/Yourdream/rsbeat/blob/master/rsbeat.template-es2x.json -o rsbeat.template-es2x.json

    2、配置rsbeat

    rsbeat.yml

    rsbeat:
      # Defines how often an event is sent to the output
      period: 1s
      redis: ["127.0.0.1:6379"]
      slowerThan: 100
    #-------------------------- Elasticsearch output ------------------------------
    output.elasticsearch:
      # Array of hosts to connect to.
      hosts: ["localhost:9200"]
    

    # Optional protocol and basic auth credentials.
    #protocol: "https"
    #username: "elastic"
    #password: "changeme"

    # Overwrite existing template
    template.overwrite: true

      3、启动

      ./rsbeat -configtest
      

      ./rebeat -e

        在这里插入图片描述

        </article>
        

        与[转帖]rsbeat对redis慢日志入库到ES相似的内容:

        [转帖]rsbeat对redis慢日志入库到ES

        git地址: https://github.com/Yourdream/rsbeat gitg地址: 改进支持sentinel https://github.com/154650362/rsbeat 1、安装 mkdir rsbeat cd rsbeat curl -L https://ghprox

        [转帖]Redis检索性能不足,改造rsbeat解决历史慢日志跟踪

        https://www.sohu.com/a/313061840_411876 作者介绍 刘宇,甜橙金融创新中心基础技术架构师,拥有9年IT从业经验、9年数据库开发运维经验、4次大型营销活动经验。目前关注容器、分布式数据库技术等基础技术。 在线上排查redis性能问题时,从redis中找进行优化是一

        [转帖]

        Linux ubuntu20.04 网络配置(图文教程) 因为我是刚装好的最小系统,所以很多东西都没有,在开始配置之前需要做下准备 环境准备 系统:ubuntu20.04网卡:双网卡 网卡一:供连接互联网使用网卡二:供连接内网使用(看情况,如果一张网卡足够,没必要做第二张网卡) 工具: net-to

        [转帖]

        https://cloud.tencent.com/developer/article/2168105?areaSource=104001.13&traceId=zcVNsKTUApF9rNJSkcCbB 前言 Redis作为高性能的内存数据库,在大数据量的情况下也会遇到性能瓶颈,日常开发中只有时刻

        [转帖]ISV 、OSV、 SIG 概念

        ISV 、OSV、 SIG 概念 2022-10-14 12:29530原创大杂烩 本文链接:https://www.cndba.cn/dave/article/108699 1. ISV: Independent Software Vendors “独立软件开发商”,特指专门从事软件的开发、生产、

        [转帖]Redis 7 参数 修改 说明

        2022-06-16 14:491800原创Redis 本文链接:https://www.cndba.cn/dave/article/108066 在之前的博客我们介绍了Redis 7 的安装和配置,如下: Linux 7.8 平台 Redis 7 安装并配置开机自启动 操作手册https://ww

        [转帖]HTTPS中间人攻击原理

        https://www.zhihu.com/people/bei-ji-85/posts 背景 前一段时间,公司北京地区上线了一个HTTPS防火墙,用来监听HTTPS流量。防火墙上线之前,邮件通知给管理层,我从我老大那里听说这个事情的时候,说这个有风险,然后意外地发现,很多人原来都不知道HTTPS防

        [转帖]关于字节序(大小端)的一点想法

        https://www.zhihu.com/people/bei-ji-85/posts 今天在一个技术群里有人问起来了,当时有一些讨论(不完全都是我个人的观点),整理一下: 为什么网络字节序(多数情况下)是大端? 早年设备的缓存很小,先接收高字节能快速的判断报文信息:包长度(需要准备多大缓存)、地

        [转帖]awk提取某一行某一列的数据

        https://www.jianshu.com/p/dbcb7fe2da56 1、提取文件中第1列数据 awk '{print $1}' filename > out.txt 2、提取前2列的文件 awk `{print $1,$2}' filename > out.txt 3、打印完第一列,然后打

        [转帖]awk 中 FS的用法

        https://www.cnblogs.com/rohens-hbg/p/5510890.html 在openwrt文件 ar71xx.sh中 查询设备类型时,有这么一句, machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /