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 | 29 | 30 | 31 |
Tags
- rce
- 시스템해킹
- Threat Intelligence
- error 583066
- elk stack
- 랜섬웨어
- 백엔드개발자
- filesystem
- #whitespace #
- software
- Credential Access
- windows
- PetitPotam
- AD
- sql인젝션
- 프론트엔드개발자
- 침해사고
- 가이드라인
- Mitre
- 정보보안
- pwnable
- forensic
- wargame
- elasticsearch
- Index
- node.js
- #C언어 #연산자
- exploit
- SQLMap
- ATT&CK
Archives
- Today
- Total
Plit00's Story
ElK Stack 구축 중 Logstash 오류 본문
sudo systemctl start logstash 를 할 경우 logstash.service를 찾을 수 없다는 오류가 뜰 수 있다.
이는 이것을 통해 해결할 수 있었다.
추가적으로 Centos 8 Stream systemd를 사용하지만, logstash 패키지의 설치 후 스크립트는
upstart 스크립트 llRC를 잘못 생성하려고 시도하기 때문에
sudo /usr/share/logstash/bin/system-install /etc/logstash/startup.options systemd 를 통해
systemd용 logstash.service 파일을 생성하면 정상적으로 logstash가 작동된다.
'Security > Elasticsearch' 카테고리의 다른 글
ELK Stack - Winlogbeat, Sysmon연동 (0) | 2022.04.15 |
---|---|
ELK Stask 구축 [원격 설정] (0) | 2022.04.15 |
ELK Stack 구축 (0) | 2022.04.15 |
ELK Stack 구축 (0) | 2022.04.15 |
ELK Stack 구축 (0) | 2022.04.15 |
Comments