Giter Club home page Giter Club logo

Comments (3)

ice-gzz avatar ice-gzz commented on August 10, 2024

请问 logs.toml 提取日志中的metrics 关于这个[[logs.Processing_rules]]有没有样例可以参考的

from categraf.

kongfei605 avatar kongfei605 commented on August 10, 2024

1 exclude_at_match
type = "exclude_at_match"
name = "exclude_xxx_users"
pattern="\[email protected]"
表示日志中匹配到@flashcat.cloud 的行 不发送

2 include_at_match
type = "include_at_match"
name = "include_demo"
pattern="^2022*"
表示日志中匹配到2022开头的行 才发送
3
type = "mask_sequences“
name = "mask_phone_number"
replace_placeholder = "[]
pattern="186\d{8}"
表示手机的后8位会被[
] 代替

from categraf.

kongfei605 avatar kongfei605 commented on August 10, 2024

mtail 已经集成,从v0.2.17版本开始支持, 说明见 https://flashcat.cloud/blog/log-monitoring-mtail/

from categraf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.