Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 1dc22bc0 authored by Natalia Szakiel's avatar Natalia Szakiel
Browse files

changed date parser for redis

parent cc0990be
No related branches found
No related tags found
1 merge request!92Feature/logs added
Pipeline #271150 passed
......@@ -222,6 +222,11 @@ logstash:
"timestamp" => "%{day} %{month} %{year} %{time}.%{milliseconds}"
"log_type" => "technical"
}
date {
match => [ "timestamp", "dd MMM yyyy HH:mm:ss.SSS"]
target => "@timestamp"
}
}
}
if [kubernetes][container][name] == "keycloak" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment