問題タブ [fluentd]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
470 参照

fluentd - fluent-logger-java の使用時に org.msgpack.MessagePack のエラーが発生する

fluent-logger-java を使用して作成したクラスを使用しようとすると、「クラス org.msgpack.MessagePack を初期化できませんでした」というメッセージが表示されます。
および参照: fluent-logger-0.3.2.jar & msgpack-0.6.12.jar または msgpack-core-0.7.0-p7.jar

助言がありますか?ありがとう

0 投票する
1 に答える
1058 参照

plugins - リモート ファイルをテールする Fluentd ソース パス

すべて、私はこのサイトと Linux の初心者です。Linux Mint に fluentd をインストールしました。これを使用して、ネットワーク上のリモート サイト (IP アドレスごと) で .evl ログを記録し、特定のフレーズが表示されたときに電子メールを送信したいと考えています。テール入力プラグインの設定方法を読んでいます。しかし、fluent.conf のソース セクションで、リモート ファイルのパスを指定するにはどうすればよいですか?

0 投票する
0 に答える
843 参照

regex - FluentD regex parsed values not appearing in Elasticsearch

So I saw there were a few other questions of this type, but none seemed to solve my issue.

I am attempting to take Springboot logs from files, parse out useful information, and send the result to Elasticsearch, and ultimately read from Kibana. My fluentd.conf looks like the following:

Given a typical Springboot log line:

By also writing to stdout as a test, I see my parser is resulting in:

However, when this gets written to Elasticsearch, all that results is:

From what I had read about fluentd-plugin-elasticsearch I expected _source to contain all of the parsed fields that I see in stdout. I have also tried the grok parser - though it seems apparent the issue lies with understanding of the fluentd elasticsearch plugin. How do I get the fields I parsed to persist to elasticsearch?

0 投票する
1 に答える
191 参照

regex - 単語が存在する、または存在する正規表現一致文字列

2 つの異なる形式で報告される modsecurity 監査ログを解析しようとしています... 1 つは次のとおりです

そして2番目のような

正規表現を使用して 2 番目のルールを一致させました。

しかし、私が望むのは、基本的に値が

存在しない場合は、他のすべてが一致する限り問題ありません。これは可能ですか?

ありがとう。

0 投票する
1 に答える
123 参照

alfresco - curl で取得した結果を fluentd 経由で入力する方法はありますか?

私たちは、alfresco の監査ログを Elasticsearch に送信する最も簡単な方法を探しています。

私は、クエリを提供する屋外を使用して監査ログを取得するのが最も簡単な方法だと思います.(監査ログデータはdbでほとんど見ることができないため)

そして、このクエリは効果測定を json 型として処理します。次に、fluentd を使用してクエリを直接ダウンロードし、elasticsearch に送信したいと思います。

Elasticsearch で出力することはだいたい理解できましたが、fluentd で query direct を使用して「curl commend」をダウンロードできるかどうか疑問に思っています。

それ以外の場合、他に alfresco の監査ログを取得する簡単なアイデアがある場合は、お知らせください。

0 投票する
2 に答える
10303 参照

apache - fluentd での奇妙な「パターンが一致しません」エラー

fluentd がtd-agent.logファイルでこのエラーを発生させるのが正常かどうかを誰かが知ることができますか?

これは整形式の apache2 ログですが、次のようになります。

ソース構成は次のとおりです。

上記の何が問題なのかわかりません。

0 投票する
2 に答える
229 参照

ruby-on-rails - fluentd、config agent-td が Web サービスにリクエストを送信

私はfluentdの初心者です。fluentd-agentd でリクエストの送信をサポートしているのだろうか。

例:流暢な人が新しいログを持っている場合 (apache/nginx/rails から)。URL を指定する本文がログ テキストのリクエスト http を呼び出したい ( http://my_service.com/api/get_log )

出来ますか?