mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Continue working on Galah
This commit is contained in:
14
docker/elk/logstash/dist/logstash.conf
vendored
14
docker/elk/logstash/dist/logstash.conf
vendored
@ -99,6 +99,13 @@ input {
|
||||
type => "Endlessh"
|
||||
}
|
||||
|
||||
# Galah
|
||||
file {
|
||||
path => ["/data/galah/log/galah.json"]
|
||||
codec => json
|
||||
type => "Galah"
|
||||
}
|
||||
|
||||
# Glutton
|
||||
file {
|
||||
path => ["/data/glutton/log/glutton.log"]
|
||||
@ -460,6 +467,13 @@ filter {
|
||||
}
|
||||
}
|
||||
|
||||
# Galah
|
||||
if [type] == "Galah" {
|
||||
date {
|
||||
match => [ "timestamp", "ISO8601" ]
|
||||
}
|
||||
}
|
||||
|
||||
# Glutton
|
||||
if [type] == "Glutton" {
|
||||
date {
|
||||
|
Reference in New Issue
Block a user