Giter VIP home page Giter VIP logo

fluent-plugin-filter's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fluent-plugin-filter's Issues

フィルタがうまく機能しない

  • sample
{"remote_addr":"xxx.xxx.xxx.xxx","remote_user":"-","time_local":"12/Jul/2013:14:18:46 +0900","request_method":"HEAD","request_url":"https://my.website.com/","server_protocol":"HTTP/1.1","status":502,"body_bytes_sent":0,"http_referer":"-","http_user_agent":"curl/7.22.0 (i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3"}
  • filter sample
<match fluentd_http_my.website.jp>
    type copy
    <store>
        type filter
        all deny
        allow request_url: "https://my.website.com/" 
    </store>
</match>

という感じで、request_rul: を使って、filter を実施したのですが、どうしてもマッチさせる事ができません。

これ以外で例えば、request_method: "HEAD" や status: 502 のマッチは問題なく出来ています。

How can I deny multiple values ?

Hi,

I would like to deny record from field host:1.2.3.4 and host:2.3.4.5, so I config this :

< match access >
type filter
all allow
deny host: "1.2.3.4"
deny host: "2.3.4.5"
< / match >

But just the "2.3.4.5" worked !

How can I make both ?

Thank you.

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.