[2020-12-10T20:28:16,956][INFO ][logstash.agent ] Pipelines running {:count=>1, :running_pipelines=>[:main], :non_running_pipelines=>[]}{
"message" => "a|b\r"
}
{
"message" => "|c\r"
}
[2020-12-10T20:28:16,956][INFO ][logstash.agent ] Pipelines running {:count=>1, :running_pipelines=>[:main], :non_running_pipelines=>[]}{
"message" => "a|b\r"
}
{
"message" => "|c\r"
}
winlogbeat.event_logs: - name: 'C:\backup\sysmon-2019.08.evtx'
xpack.security.enabled: true
xpack.security.transport.ssl.enabled: true
xpack.security.transport.ssl.verification_mode: certificate
xpack.security.transport.ssl.key: D:/ELK/certutil/instance/instance.key
xpack.security.transport.ssl.certificate: D:/ELKcertutil/instance/instance.crt
xpack.security.transport.ssl.certificate_authorities: D:/ELK/certutil/ca/ca.crt
xpack.security.http.ssl.enabled: true
xpack.security.http.ssl.key: D:/ELK/certutil/instance/instance.key
xpack.security.http.ssl.certificate: D:/ELK/certutil/instance/instance.crt
xpack.security.http.ssl.certificate_authorities: D:/ELK/certutil/ca/ca.crt
input {
beats { port => 5044 }
}
output {
stdout {}
if [winlog][event_data][DestPort] == 53 {
elasticsearch {
hosts => "192.168.56.1"
index => "dns-request"
}
}
}
input {
file {
path => "D:/Edu/Multicam/elastic/log/iis_sample.log"
start_position => "beginning"
sincedb_path => "nul"
}
}
output {
elasticsearch {
hosts => "192.168.56.1"
}
}
WSL2 우분투에 엘라스틱을 설치해봤다.
Welcome to Ubuntu 20.04.1 LTS (GNU/Linux 4.19.128-microsoft-standard x86_64)
System information as of Tue Nov 3 20:03:18 KST 2020
System load: 0.12 Processes: 19
Usage of /: 1.4% of 250.98GB Users logged in: 0
Memory usage: 27% IPv4 address for eth0: 172.17.215.13
Swap usage: 0%
root@MHKANG:/mnt/c/Users/Administrator#
WSL(Windows Subsystem for Linux)2 환경에서 tcpdump 사용이 가능하다는 말을 듣고 업데이트. 이후 윈도우 앱스토어에서 우분투를 설치하려고 했으나, 접속이 안 된다. 예전에 됐었는데?
인터넷 문제는 없는데 앱스토어만 접속이 안 됨. 한참 삽질하다가 윈도우 다시 깔아야 하나 싶을 때쯤, 휴대폰 태더링으로 접속 성공. 그런데 이번엔 우분투 설치 실패.
로그스태시 연동 시 문자형 데이터는 text와 keyword, 두 가지 타입의 필드를 갖는다. text는 검색, keyword는 집계 용도. 이때 기본 필드는 text 타입을 갖는다.
H
|
hour of the day (24-hour clock)
|
input {
file {
path => "d:/test.log"
start_position => "beginning"
sincedb_path => "nul"
}
}
filter {
mutate { remove_field => [ "@timestamp", "@version", "path", "host" ] }
}
output {
stdout {}
}
input {
file {
path => "d:/test.log"
start_position => "beginning"
sincedb_path => "nul"
}
}
output {
stdout {}
}
보안시스템을 마련할 때 안전 책임자는 자사의 실정에 비추어 최선인 것을 선택하기보다는 유명한 것, 차후 문제되더라도 쉽게 책임을 회피할 수 있는 것을 선정하려는 성향을 가져... - '우물 밖 인터넷' 중
소프트웨어 세상에서 제발 건설식 비유가 사라지면 좋겠습니다. 건설업은 시설을 중심에 놓고, 사람을 부품으로 사용하는 생산체계입니다. 매번 맨땅에서부터 시작해야 하니 그런게 이해됩니다. 하지만, 소프트웨어 세상에선 그런걸 잘했다고 돈을 더벌진 않죠. 그냥 잘팔리는 제품을 만들어야 합니다. 즉, 소프트웨어 세계에선 사람이 비용이 아니라 투자대상입니다.
2011-01-10 00:00:00 W3SVC1 192.168.48.11 GET /IL.jpg
2011-01-10 00:00:00 W3SVC1 192.168.48.11 GET /IL.jpg
[08:00:37.410] SendJob(jobID:75343414529)
[08:00:39.235] SendReport(jobID:75343414529)
input {
stdin {}
}
output {
stdout {}
}
[08:00:37.410] SendJob(jobID:75343414529)
[08:00:39.235] SendReport(jobID:75343414529)