請教各位,使用語法是 PHP 安裝的套件是 elasticsearch 8.8 遇到以下問題
curl -u u:p -X GET "http://" 取得 403 reason":"action [cluster:monitor/main] is unauthorized for user [...]
curl -u u:p -X GET "http:///tipo_abs" 可以取得資料。
在 php 中設定完成後取得回應 403 reason":"action [cluster:monitor/main] is unauthorized for user [...] ,這點可以理解(圖一)。
但搜尋指定 index 後卻得到 The client noticed that the server is not Elasticsearch and we do not support this unknown product(圖二)。
客戶 DBA 堅持不能開 cluster:monitor/main 權限。
開發環境上確認串接與運行式無誤的。
請問這個問題有解嗎?
先感謝各位回答。