mirror of
https://github.com/telekom-security/tpotce.git
synced 2026-03-05 23:53:17 +00:00
Compare commits
1 commit
f0a188fd54
...
30af2ec6fc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30af2ec6fc |
2 changed files with 0 additions and 10 deletions
5
docker/elk/logstash/dist/http_output.conf
vendored
5
docker/elk/logstash/dist/http_output.conf
vendored
|
|
@ -598,11 +598,6 @@ filter {
|
||||||
|
|
||||||
# Ipphoney
|
# Ipphoney
|
||||||
if [type] == "Ipphoney" {
|
if [type] == "Ipphoney" {
|
||||||
mutate {
|
|
||||||
gsub => [
|
|
||||||
"timestamp", "\+00:00Z$", "+00:00"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
date {
|
date {
|
||||||
match => [ "timestamp", "ISO8601" ]
|
match => [ "timestamp", "ISO8601" ]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
5
docker/elk/logstash/dist/logstash.conf
vendored
5
docker/elk/logstash/dist/logstash.conf
vendored
|
|
@ -598,11 +598,6 @@ filter {
|
||||||
|
|
||||||
# Ipphoney
|
# Ipphoney
|
||||||
if [type] == "Ipphoney" {
|
if [type] == "Ipphoney" {
|
||||||
mutate {
|
|
||||||
gsub => [
|
|
||||||
"timestamp", "\+00:00Z$", "+00:00"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
date {
|
date {
|
||||||
match => [ "timestamp", "ISO8601" ]
|
match => [ "timestamp", "ISO8601" ]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue