Skip to content

Commit

Permalink
test: 💍 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Jan 12, 2024
1 parent 90a4cdd commit 55c4a64
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions configmap.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,23 +95,23 @@ resource "kubernetes_config_map" "fluent-bit-config" {
Preserve_Key On
[OUTPUT]
Name opensearch
Name stdout
Alias modsec_nginx_ingress_audit
Match *
Host ${var.opensearch_modsec_audit_host}
Port 443
Type _doc
Time_Key @timestamp
Logstash_Prefix ${var.cluster}_k8s_modsec_ingress
tls On
Logstash_Format On
Replace_Dots On
Generate_ID On
Retry_Limit False
AWS_AUTH On
AWS_REGION eu-west-2
Suppress_Type_Name On
Buffer_Size False
# Host ${var.opensearch_modsec_audit_host}
# Port 443
# Type _doc
# Time_Key @timestamp
# Logstash_Prefix ${var.cluster}_k8s_modsec_ingress
# tls On
# Logstash_Format On
# Replace_Dots On
# Generate_ID On
# Retry_Limit False
# AWS_AUTH On
# AWS_REGION eu-west-2
# Suppress_Type_Name On
# Buffer_Size False
EOT

"custom_parsers.conf" = <<-EOT
Expand Down

0 comments on commit 55c4a64

Please sign in to comment.