일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
29 | 30 | 31 |
Tags
- jenkins
- jsp
- Git
- laravel
- elasticsearch
- ReactJS
- Spring Boot
- db
- MySQL
- springboot
- java
- Design Patterns
- redis
- Web Server
- devops
- it
- ubuntu
- linux
- IntelliJ
- 요리
- Gradle
- tool
- Oracle
- Spring Batch
- Spring
- AWS
- 맛집
- JVM
- javascript
- php
Archives
- Today
- Total
아무거나
모든 인덱스 삭제 및 방어 본문
반응형
[모든 인덱스 삭제 및 방어]
- curl -XDELETE 'http://localhost:9200/*' // 모든 인덱스 삭제
- 방어설정은 elasticsearch.yml에서 action.destructive_requires_name: true 로 바꿔놓자.
반응형
'Data Store > Elastic Stack' 카테고리의 다른 글
키바나 매니지먼트(kibana management) (0) | 2019.05.14 |
---|---|
Kibana 설치 (0) | 2019.05.13 |
버킷 어그리게이션(Bucket Aggregation) (0) | 2019.05.10 |
메트릭 어그리게이션(Metric Aggregation) (0) | 2019.05.09 |
데이터 조회 (0) | 2019.05.09 |
Comments