Could not resolve host: 'localhost 報錯解決辦法
Could not resolve host: 'localhost
是我在命令列中使用Curl往Kiabna中匯入資料時報的錯誤。
首先,在Windows中curl命令後面用雙引號;
其次,需要加-H "Content-Type: application/x-ndjson"
例如,原來的匯入程式碼是:
curl -XPOST 'localhost:9200/bank/account/_bulk?pretty' --data-binary @accounts.json
則改成:
curl -H "Content-Type: application/x-ndjson" -XPOST "localhost:9200/bank/account/_bulk?pretty" --data-binary @accounts.json
相關文章
- Linux Couldn’t resolve host 解決辦法Linux
- Could not find *.apk!解決辦法APK
- sysctl -P 報錯解決辦法
- 記錄:yum Could not resolve host: mirrors.cloud.aliyuncs.com; Unknown error解決CloudError
- cnpm link 報錯解決辦法NPM
- git報錯400的解決辦法Git
- EM報錯:需要HOST Credentials驗證,但輸入什麼都提示錯誤 解決辦法
- Linux格式化分割槽報錯Could not start /dev/sda No such file or directory 解決辦法Linuxdev
- Centos7中Could not resolve host: mirrorlist.centos.org; 未知的錯誤"CentOS
- Mybatis批量更新SQL報錯☞解決辦法MyBatisSQL
- 執行Docker命令報錯解決辦法Docker
- isNaN("abc")編譯報錯解決辦法NaN編譯
- 【Ubuntu】unknown host問題解決辦法Ubuntu
- 安裝ionic 報錯 安裝canvas報錯 解決辦法Canvas
- Oracle 安裝報錯[INS-06101]IP address of localhost could not be determined解決Oraclelocalhost
- sudo 出現unable to resolve host 解決方法
- 安裝sysbench過程報錯,解決辦法
- 建庫時EM報錯的解決辦法
- IOConsole Updater 報錯解決辦法
- myeclipse專案報錯終極解決辦法Eclipse
- sphinx :undefined reference to `libiconv' 報錯解決辦法Undefined
- VMware 啟動報錯 "Failed to lock the file"解決辦法AI
- oracle 10g emctl 報錯的解決辦法Oracle 10g
- man出錯解決辦法
- sudo時出現unable to resolve host 的解決方法
- Jsp Unescaped xml character報錯的解決辦法JSXML
- Docker Hello World容器執行報錯的解決辦法Docker
- vue報錯:the template root disallows ‘v-for‘ directives解決辦法Vue
- Laravel Mix - 執行 NPM install 報錯解決辦法LaravelNPM
- 客戶系統報錯:soft lockup的解決辦法
- ORA-38706&ORA-38707報錯解決辦法
- VirtualBox-4.3.0啟動報錯及解決辦法
- Perl CPAN安裝報錯CPAN::Modulelist的解決辦法
- Gradle Resolve dependecies 很長時間的解決辦法Gradle
- Android Studio 出現“Cannot resolve symbol” 解決辦法AndroidSymbol
- SAP錯誤提示解決辦法
- AndroidStudio升級報錯Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve cAndroidAPPCompile
- 關於npm install安裝報錯的解決辦法NPM