Skip to content

Commit

Permalink
small log image fixups and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Nov 2, 2023
1 parent 024be89 commit 48bb125
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 25 deletions.
33 changes: 15 additions & 18 deletions logs-concentrator/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,28 @@ GEM
remote: https://rubygems.org/
specs:
aws-eventstream (1.2.0)
aws-partitions (1.752.0)
aws-sdk-core (3.171.1)
aws-partitions (1.844.0)
aws-sdk-core (3.186.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sigv4 (1.5.2)
aws-sigv4 (1.6.1)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.1.1)
concurrent-ruby (1.2.2)
cool.io (1.8.0)
elastic-transport (8.2.1)
elastic-transport (8.3.0)
faraday (< 3)
multi_json
elasticsearch (8.7.0)
elasticsearch (8.10.0)
elastic-transport (~> 8)
elasticsearch-api (= 8.7.0)
elasticsearch-api (8.7.0)
elasticsearch-api (= 8.10.0)
elasticsearch-api (8.10.0)
multi_json
excon (0.99.0)
faraday (2.7.10)
excon (0.104.0)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-excon (2.1.0)
Expand Down Expand Up @@ -64,15 +66,10 @@ GEM
jmespath (1.6.2)
msgpack (1.7.2)
multi_json (1.15.0)
opensearch-api (2.2.0)
multi_json
opensearch-ruby (2.1.0)
opensearch-api (~> 2.1)
opensearch-transport (~> 2.0)
opensearch-transport (2.1.0)
opensearch-ruby (3.0.1)
faraday (>= 1.0, < 3)
multi_json
prometheus-client (4.2.1)
multi_json (>= 1.0)
prometheus-client (4.2.2)
ruby2_keywords (0.0.5)
serverengine (2.3.2)
sigdump (~> 0.2.2)
Expand All @@ -96,4 +93,4 @@ DEPENDENCIES
fluentd (= 1.16.2)

BUNDLED WITH
2.4.12
2.4.17
2 changes: 1 addition & 1 deletion logs-concentrator/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build
build:
docker build .
docker build . -t lagoon/logs-concentrator:latest

.PHONY: update-gemfile
update-gemfile:
Expand Down
6 changes: 3 additions & 3 deletions logs-dispatcher/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
amq-protocol (2.3.2)
aws-eventstream (1.2.0)
aws-partitions (1.843.0)
aws-partitions (1.844.0)
aws-sdk-cloudwatchlogs (1.71.0)
aws-sdk-core (~> 3, >= 3.184.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.185.2)
aws-sdk-core (3.186.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
Expand Down Expand Up @@ -172,4 +172,4 @@ DEPENDENCIES
fluentd (= 1.16.2)

BUNDLED WITH
2.4.19
2.4.17
2 changes: 1 addition & 1 deletion logs-dispatcher/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build
build:
docker build .
docker build . -t lagoon/logs-dispatcher:latest

.PHONY: update-gemfile
update-gemfile:
Expand Down
3 changes: 1 addition & 2 deletions logs-dispatcher/fluent.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# vi: ft=fluentd

# NOTE: this is just a placeholder. When running in k8s a configmap is mounted
# over this file. That configmap is configured in the lagoon-logs-concentrator
# helm chart.
# over this file. That configmap is configured in the lagoon-logging helm chart

<system>
workers 2
Expand Down

0 comments on commit 48bb125

Please sign in to comment.