Skip to content

Commit

Permalink
Merge pull request #2059 from ProgrammeVitam/story_13392_drop_filebea…
Browse files Browse the repository at this point in the history
…t_health_checks

Story #13392: Renamed to drop_health_checks_logs variable.
  • Loading branch information
GiooDev authored Sep 26, 2024
2 parents 1156d78 + 2229d65 commit eea60ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
target_prefix: ""
- drop_fields:
fields: ["date_time"]
{% if vitamui_service == 'api_gateway' and filebeat.disable_health_checks | default(true) | bool %}
{% if vitamui_service == 'api_gateway' and filebeat.drop_health_checks_logs | default(true) | bool %}
# Drop health checks
- drop_event:
when:
Expand Down Expand Up @@ -52,7 +52,7 @@
target_prefix: ""
- drop_fields:
fields: ["date_time"]
{% if filebeat.disable_health_checks | default(true) | bool %}
{% if filebeat.drop_health_checks_logs | default(true) | bool %}
# Drop health checks
- drop_event:
when:
Expand Down
2 changes: 1 addition & 1 deletion deployment/roles/filebeat/templates/modules/apache.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
target_prefix: ""
- drop_fields:
fields: ["date_time"]
{% if filebeat.disable_health_checks | default(true) | bool %}
{% if filebeat.drop_health_checks_logs | default(true) | bool %}
# Drop Blackbox health checks
- drop_event:
when:
Expand Down
2 changes: 1 addition & 1 deletion deployment/roles/filebeat/templates/modules/nginx.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
target_prefix: ""
- drop_fields:
fields: ["date_time"]
{% if filebeat.disable_health_checks | default(true) | bool %}
{% if filebeat.drop_health_checks_logs | default(true) | bool %}
# Drop Blackbox health checks
- drop_event:
when:
Expand Down

0 comments on commit eea60ca

Please sign in to comment.