-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1962 from wireapp/release_2021_12_02
Release 2021-12-02
- Loading branch information
Showing
223 changed files
with
7,633 additions
and
6,869 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
image: | ||
repository: elasticsearch | ||
tag: 6.7.1 | ||
tag: 6.8.18 | ||
|
||
service: | ||
httpPort: 9200 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
dependencies: | ||
- name: minio | ||
version: 8.0.3 | ||
repository: https://helm.min.io/ | ||
version: 3.2.0 | ||
repository: https://charts.min.io/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
dependencies: | ||
- name: fluent-bit | ||
version: 2.7.0 | ||
repository: https://charts.helm.sh/stable | ||
version: 0.19.6 | ||
repository: https://fluent.github.io/helm-charts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,39 @@ | ||
# See defaults in https://github.com/helm/charts/tree/master/stable/fluent-bit | ||
# See defaults in https://github.com/fluent/helm-charts/tree/main/charts/fluent-bit | ||
fluent-bit: | ||
backend: | ||
type: es | ||
es: | ||
host: elasticsearch-ephemeral | ||
parsers: | ||
enabled: true | ||
regex: | ||
- name: nginz | ||
regex: '^(?<remote_addr>[^ ]*) (?<remote_user>[^ ]*) "(?<thetime>[0-9\/a-zA-Z:]* [+][0-9]*)" "(?<path>.*)" (?<status>[0-9]*) (?<body_bytes_sent>[0-9]*) "(?<http_referer>[^ ])" "(?<http_user_agent>.*)" (?<http_x_forwarded_for>[^ ]*) (?<connection>[^ ]*) (?<request_time>[^ ]*) (?<upstream_response_time>[^ ]*) (?<upstream_cache_status>[^ ]*) (?<zauth_user>[^ ]*) (?<zauth_connection>[^ ]*) (?<request>[a-z0-9]*)' | ||
config: | ||
outputs: | | ||
[OUTPUT] | ||
Name es | ||
Match kube.* | ||
Host elasticsearch-ephemeral | ||
Generate_ID On | ||
Logstash_Format On | ||
Logstash_Prefix pod | ||
Retry_Limit False | ||
Trace_Error On | ||
Replace_Dots On | ||
[OUTPUT] | ||
Name es | ||
Match host.* | ||
Host elasticsearch-ephemeral | ||
Generate_ID On | ||
Logstash_Format On | ||
Logstash_Prefix node | ||
Retry_Limit False | ||
Trace_Error On | ||
Replace_Dots On | ||
## https://docs.fluentbit.io/manual/pipeline/parsers | ||
customParsers: | | ||
[PARSER] | ||
Name docker_no_time | ||
Format json | ||
Time_Keep Off | ||
Time_Key time | ||
Time_Format %Y-%m-%dT%H:%M:%S.%L | ||
[PARSER] | ||
Name nginz | ||
Format regex | ||
Regex ^(?<remote_addr>[^ ]*) (?<remote_user>[^ ]*) "(?<thetime>[0-9\/a-zA-Z:]* [+][0-9]*)" "(?<method>[^ ]*) (?<path>.*) (?<http_version>.*)" (?<status>[0-9]*) (?<body_bytes_sent>[0-9]*) "(?<http_referer>[^ ])" "(?<http_user_agent>.*)" (?<http_x_forwarded_for>[^ ]*) (?<connection>[^ ]*) (?<request_time>[^ ]*) (?<upstream_response_time>[^ ]*) (?<upstream_cache_status>[^ ]*) (?<zauth_user>[^ ]*) (?<zauth_connection>[^ ]*) (?<request>[a-z0-9]*) | ||
Time_Key thetime | ||
Time_Format %d/%b/%Y:%H:%M:%S %z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
dependencies: | ||
- name: kibana | ||
version: 2.2.0 | ||
repository: https://charts.helm.sh/stable | ||
version: 6.8.18 | ||
repository: https://helm.elastic.co |
Oops, something went wrong.