Merge branch 'master' into 22.x

This commit is contained in:
Marco Ochse 2022-04-11 16:47:44 +02:00 committed by GitHub
commit c2aa0af2f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 2 deletions

View file

@ -584,6 +584,11 @@ filter {
date { date {
match => [ "timestamp", "ISO8601" ] match => [ "timestamp", "ISO8601" ]
} }
mutate {
rename => {
"request" => "request_data"
}
}
} }
# Sentrypeer # Sentrypeer

View file

@ -584,6 +584,11 @@ filter {
date { date {
match => [ "timestamp", "ISO8601" ] match => [ "timestamp", "ISO8601" ]
} }
mutate {
rename => {
"request" => "request_data"
}
}
} }
# Sentrypeer # Sentrypeer

View file

@ -7,8 +7,8 @@ services:
build: . build: .
container_name: logstash container_name: logstash
restart: always restart: always
environment: # environment:
- LS_JAVA_OPTS=-Xms2048m -Xmx2048m # - LS_JAVA_OPTS=-Xms2048m -Xmx2048m
# depends_on: # depends_on:
# elasticsearch: # elasticsearch:
# condition: service_healthy # condition: service_healthy