問題タブ [kibana-5]
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.
kibana-5 - Self host kibana 5.1.1 keeps getting request timeout while connecting to AWS Elasticsearch 5.1
We are testing AWS elasticsearch service 5.1 with selfhost kibana 5.1. We keep getting elasticsearch plugin request timeout error also the endpoint is correctly configured in kibana.yml.
IAM policy is correctly configured since logstash servers are fine with elasticsearch.
Anyone ran into the same situation? Thank you
curl - curlを使用してelasticsearch(5.1.1)で「count(*)/sum(Duration)」を取得するには?
一度に 2 つの集計を使用したいのですが、curl コマンドはこの式に基づいて出力を返す必要がありcount(*)/sum(Duration)
ます。
linux - LAN で Kibana 5.x にアクセスできない
Elasticsearch 5.x と Kibana 5.x をインストールした Centos 7 Virtualbox 仮想マシンがあります。両方のサービスが正常に開始されました。VM 上では問題curl http://192.168.1.192:5601
なく動作しますが、ホストから Kibana Web Interface にアクセスしようとすると、アクセスできません。
VM のネットワーク インターフェイスは、同じルーターに接続されているホスト wlan0、ホスト、および VM AR に Bridbe に設定されています: host ip: 192.168.1.190
、vm ip:192.168.1.192
私のkibana.ymlには次のものがあります:
Selinux が無効になっていて、firewalld が無効になっていて、その VM にファイアウォール ソフトウェアがインストールされていません。[また、ホストから vm に ssh できました]
私は何を間違っていますか?