問題タブ [metricbeat]
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.
elasticsearch - Amazon Elasticsearch で metricbeat を設定する方法
実稼働用とテスト用の 2 つのサーバーがあり、両方のサーバーに metricbeat をインストールしようとしています。テストサーバーで行い、Amazon Elasticsearch サービスにログを送信するように設定しました。これで、そのサーバーからのすべてのデータをキバナで確認できるようになりましたが、本番サーバーに対して同じプロセスを実行し、コマンド sudo metricbeat -e を使用すると起動しますしかし、私は ERROR pipeline/output.go:74 Failed to connect: Get https://amazon-endpoint request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) を取得しますが、両方の設定は同じです
nginx - サーバーが稼働しているかどうかを metricbeat で確認するにはどうすればよいですか?
サーバーを監視するためにelasticsearch、metricbeat、elastalertを使用しています。リバース プロキシとして使用されている nginx がインストールされており、nginx がエラーをドロップまたは返した場合に送信する必要があります。すでにいくつかのアラートが構成されていますが、nginx にアラートを送信するルールを作成するにはどうすればよいですか?エラーをドロップまたは返します。どうもありがとうございます