Code Monkey home page Code Monkey logo

Comments (5)

futoase avatar futoase commented on August 17, 2024

UDPプロトコルの疎通開放について設定を忘れていた、というオチな流れに落ち着きそう...

from fluent-plugin-secure-forward.

futoase avatar futoase commented on August 17, 2024

https://github.com/tagomoris/fluent-plugin-secure-forward/blob/master/lib/fluent/plugin/in_secure_forward.rb#L167

ここについて確認しといたほうがいいかな。TCPServerを利用してコネクションを1つ新しく張る形だけど
reconnected処理がどのような形で復帰するか(ログに吐出される以外の挙動)、とか。

from fluent-plugin-secure-forward.

futoase avatar futoase commented on August 17, 2024

https://github.com/tagomoris/fluent-plugin-secure-forward/blob/master/lib/fluent/plugin/out_secure_forward.rb#L173

ここもかな

from fluent-plugin-secure-forward.

futoase avatar futoase commented on August 17, 2024

buffer_type fileで指定して検証中。
server側と疎通ができない状態でsecure-forward側のfile bufferはflushされない状態なので
2時間弱、通信を行い検証する(@shibacowさんがやってくれる)。

out_copy(copy output plugin)を利用して、以下の様な形で設定ファイルを書いている。

<match hoge.fuga.**>
  type copy
  <store>
    type secure_forward
    buffer_type file
    buffer_path /var/log/secure_forward.*.buffer
    <server>
      host 1.2.3.4
    </server>
  </store>
  <store>
    type file
    path /var/log/debug.log
  </store>
</match>

from fluent-plugin-secure-forward.

futoase avatar futoase commented on August 17, 2024

別途、rescue節で$logを利用してログを吐き出していない箇所をどうするかは相談していこう...

from fluent-plugin-secure-forward.

Related Issues (1)

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.