Skip to content

Commit

Permalink
Merge pull request #1528 from dmwm/update_aps_logstash
Browse files Browse the repository at this point in the history
Update logstash config for auth-proxy-server.yaml
  • Loading branch information
nikodemas authored Jul 18, 2024
2 parents fcb0455 + de3bdbd commit 1d40588
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions kubernetes/cmsweb/daemonset/auth-proxy-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ data:
backoff: 5s
max_backoff: 10s
tags: ["aps"]
output.console:
codec.format:
string: '%{[message]} - Podname=${MY_POD_NAME}'
pretty: false
output.logstash:
hosts: ["logstash.monitoring:5044"]
compression_level: 3
worker: 4
bulk_max_size: 4096
pipelining: 2
queue.mem:
events: 65536
logging.metrics.enabled: false
Expand Down

0 comments on commit 1d40588

Please sign in to comment.