Windows 시스템 및 ELK Entegrasyonu
4125 단어 elkwindowswinlogbeat
Adım 1 - 쿠루룸
PS C:\Users\Administrator> cd 'C:\Program Files\Winlogbeat'
PS C:\Program Files\Winlogbeat> .\install-service-winlogbeat.ps1
Security warning
Run only scripts that you trust. While scripts from the internet can be useful,
this script can potentially harm your computer. If you trust this script, use
the Unblock-File cmdlet to allow the script to run without this warning message.
Do you want to run C:\Program Files\Winlogbeat\install-service-winlogbeat.ps1?
[D] Do not run [R] Run once [S] Suspend [?] Help (default is "D"): R
Status Name DisplayName
------ ---- -----------
Stopped winlogbeat winlogbeat
Sisteminizde betik çalıştırma devre dışı bırakılmışsa, betik dosyasının çalışmasına izin vermek için geçerli oturumda yetki vermek için aşağıdaki komutu çalıştırmanız gerekir.
PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-winlogbeat.ps1
Adım 2 - Winlogbeat'i Yapılandırması
winlogbeat.event_logs:
- name: Application
- name: Security
- name: System
Adım 3 - Çıktıyı yapılandırın
Elasticsearch는 블로우누 요럼단 칼디린입니다.
## Comment out elasticsearch output
#output.elasticsearch:
# hosts: ["localhost:9200"]
Yukarıdaki blok aşağıdaki şekilde güncellenmelidir. Aşağıdaki sunucuya LOGSTACH_IP_ADRES 및 LOGSTASH_PORT alanları doğru olarak yazılmalıdır.
output.logstash:
hosts: ["LOGSTACH_IP_ADRES:LOGSTASH_PORT"]
loadbalance: true
ssl.enabled: true
Adım 4 - Yapılandırmayı doğrulayın
Yapılandırma dosyasının doğru ayarlanıp ayarlanmadığını kontrol edelim.
PS C:\Program Files\Winlogbeat> .\winlogbeat.exe test config -c .\winlogbeat.yml -e
Adım 5 - Winlogbeat Serisini Başlatma
PS C:\Program Files\Winlogbeat> .\winlogbeat.exe test config -c .\winlogbeat.yml -e
PS C:\Program Files\Winlogbeat> Start-Service winlogbeat
PS C:\Program Files\Winlogbeat> services.msc
Adım 6 - Winlogbeat Servisini Durdurma
Winlogbeat servisini aşağıdaki komutla durdurun:
PS C:\Program Files\Winlogbeat> Stop-Service winlogbeat
Reference
이 문제에 관하여(Windows 시스템 및 ELK Entegrasyonu), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://dev.to/aciklab/windows-istemci-ve-elk-entegrasyonu-4iec
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
PS C:\Program Files\Winlogbeat> Stop-Service winlogbeat
Reference
이 문제에 관하여(Windows 시스템 및 ELK Entegrasyonu), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/aciklab/windows-istemci-ve-elk-entegrasyonu-4iec텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)