問題タブ [elastic-cloud]

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 投票する
0 に答える
882 参照

kubernetes - API グループ リソースの取得に失敗しました

Elastic Cloud を kubernetes にデプロイしようとしています。最初に試したとき、kubernetes クラスターで Elasticsearch を開始することができました。しかし、何らかの理由で、同じクイックスタートのelasticsearchをデプロイしようとすると、ポッドをデプロイすることさえありません。そのためのサービスはありません。起動時にelastic-operatorがシャットダウンしているためだと思います。

all-in-one.yml を削除して再デプロイしようとしました。クラスターをリセットして再デプロイしようとしました。それらのどれも機能しませんでした。他の非 Elastic ポッドを正常にデプロイしています。elastic-operator のログは次のとおりです (整形済み)。

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

node.js - Connect to Elastic Enterprise Search using Node.js

I have following code to connect to Elastic Search Using Cloud ID

I can add and query data using above connection but I want the data to be queried from and added to Enterprise Search Cluster I have.. How can I make connection to Enterprise Search and not Kibana using nodejs? Apart from using http requests/axios, is there a way I can connect to Enterprise Search App cluster on Elastic Search using the Endpoint API Url?