일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Test
- Java
- API
- MySQL
- analyzer test
- high level client
- ELASTIC
- zip 파일 암호화
- sort
- docker
- Elasticsearch
- springboot
- flask
- 900gle
- 파이썬
- Mac
- License
- 차트
- aggregation
- query
- TensorFlow
- licence delete curl
- matplotlib
- zip 암호화
- Python
- aggs
- Kafka
- token filter test
- plugin
- license delete
- Today
- Total
목록ElasticStack8/System (5)
개발잡부
버전을 올려보자 8.6.2 docker pull docker.elastic.co/elasticsearch/elasticsearch:8.6.2 내 로컬 경로 /Users/doo/docker/es8.6.2 docker compose up -d --build 키바나가 안뜨길래 로그를 봤더니 - docker logs {container_id} [2023-03-04T15:45:34.975+00:00][WARN ][plugins.reporting.config] Found 'server.host: "0.0.0.0"' in Kibana configuration. Reporting is not able to use this as the Kibana server hostname. To enable PNG/PDF Repor..
https://github.com/900gle/900gle-elk GitHub - 900gle/900gle-elk Contribute to 900gle/900gle-elk development by creating an account on GitHub. github.com 여윽시 난 조빱이였어 누군가는 8.4.1 만들어서 올려놨구나.. local project path : /Users/doo/docker/900gle-elk docker images 이미지만 수십 GB 라서 일부는 정리 하고 docker rmi {IMAGE ID} .env 파일에 패스워드 변경해주고 chageme 에서 dlengus 으로 ELASTIC_VERSION=8.4.1 ## Passwords for stack users # # Us..
sudo systemctl daemon-reload sudo systemctl enable elasticsearch.service sudo systemctl start elasticsearch.servic curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - echo "deb https://artifacts.elastic.co/packages/8.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-8.x.list sudo apt update sudo apt install elasticsearch sudo vi /etc/elasticsearch/e..
이전글에서 버전만 올려서 날로 먹으려 했으나.. 역시나 호락호락 하지 않았다. Start a multi-node cluster with Docker Compose 우선 .env 파일 작성 # Password for the 'elastic' user (at least 6 characters) ELASTIC_PASSWORD= # Password for the 'kibana_system' user (at least 6 characters) KIBANA_PASSWORD= # Version of Elastic products STACK_VERSION=8.4.1 # Set the cluster name CLUSTER_NAME=docker-cluster # Set to 'basic' or 'trial' to aut..
https://github.com/900gle/900gle-elk/tree/8.4.1 GitHub - 900gle/900gle-elk Contribute to 900gle/900gle-elk development by creating an account on GitHub. github.com 기존에 사용하던 docker 파일을 버전만 올려서 사용했더니 아래와 같은 에러가 FATAL Error: [config validation of [elasticsearch].username]: value of "elastic" is forbidden. This is a superuser account that cannot write to system indices that Kibana needs to function...