Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 설정 파일
- memcached
- Wordpress
- Elasticsearch
- wordpress function
- config
- wordpress feed
- 크롤링
- graph api
- 워드프레스 피드
- Apache
- mapping
- htpasswd
- wordpress rss
- 프록시
- htaccess
- 아파치
- 아파치 프록시
- elasticsrach template
- 인스타그램
- 워드프레스 rss
- memcache
- 맵핑
- 워드프레스
- template
- 엘라스틱서치
- Kibana
Archives
- Today
- Total
EunsooD
Curl -X GET ‘http://localhost:9200’ curl: (52) Empty reply from server 본문
STUDY/ElasticSearch
Curl -X GET ‘http://localhost:9200’ curl: (52) Empty reply from server
EunsooD 2024. 2. 1. 13:44반응형
ES 세팅 후 제대로 실행되고 있나 접근해보려고 했는데,
Curl -X GET ‘http://localhost:9200’
curl: (52) Empty reply from server
이렇게 에러가 났다.
좀 구글링 해보니,
세팅에서 xpack을 끄면 된다고? 해서 해보니 해결 되었음
I am using the 8.7 version
installed through curl command
I put "xpack.security.enabled: false" in elasticsearch.yml file and it worked, may I know this is the correct solution.
Thanks
출처 : https://discuss.elastic.co/t/curl-x-get-http-localhost-9200-curl-52-empty-reply-from-server/329211/2
반응형
'STUDY > ElasticSearch' 카테고리의 다른 글
Kibana 인덱스 변경시 Visualize 도 인덱스 변경 설정하는 방법 (0) | 2019.05.09 |
---|---|
Elasticsearch template 추가하기 (0) | 2018.11.05 |
Elasticsearch에 mapping을 추가 할 때 (0) | 2018.11.05 |
Comments