Skip to content

Commit

Permalink
Upgrade components
Browse files Browse the repository at this point in the history
* Collector 3.2.0
* Enrich 5.1.1
* Elasticsearch loader 2.1.2
* Iglu Server 0.13.0
* NSQ 1.3.0
* Swagger UI 5.17.14
* cAdvisor 0.49.1
  • Loading branch information
pondzix committed Sep 2, 2024
1 parent 5672b42 commit bbfb9ee
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 36 deletions.
20 changes: 10 additions & 10 deletions provisioning/resources/configs/compositions/docker-compose-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
mem_limit: ${KIBANA_MEM_SIZE}

elasticsearch-loader-good:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-good
command: [ "--config", "/snowplow/config/snowplow-es-loader-good.hocon" ]
restart: always
Expand All @@ -71,7 +71,7 @@ services:
mem_limit: ${SP_ES_LOADER_MEM_SIZE}

elasticsearch-loader-bad:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-bad
command: [ "--config", "/snowplow/config/snowplow-es-loader-bad.hocon" ]
restart: always
Expand All @@ -90,7 +90,7 @@ services:
mem_limit: ${SP_ES_LOADER_MEM_SIZE}

nsqlookupd:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqlookupd
command: /nsqlookupd --broadcast-address=nsqlookupd
restart: always
Expand All @@ -105,7 +105,7 @@ services:
mem_limit: 64m

nsqd:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqd
command: /nsqd --broadcast-address=nsqd --lookupd-tcp-address=nsqlookupd:4160 --data-path=/home/ubuntu/snowplow/nsq-data
restart: always
Expand All @@ -124,7 +124,7 @@ services:
mem_limit: ${NSQD_MEM_SIZE}

nsqadmin:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqadmin
command: /nsqadmin --lookupd-http-address=nsqlookupd:4161 --base-path=/nsqadmin
restart: always
Expand All @@ -140,7 +140,7 @@ services:
mem_limit: 64m

scala-stream-collector:
image: snowplow/scala-stream-collector-nsq:3.1.2-distroless
image: snowplow/scala-stream-collector-nsq:3.2.0-distroless
container_name: scala-stream-collector-nsq
command: [ "--config", "/snowplow/config/snowplow-stream-collector.hocon" ]
restart: always
Expand All @@ -161,7 +161,7 @@ services:
mem_limit: ${SP_COLLECTOR_MEM_SIZE}

enrich:
image: snowplow/snowplow-enrich-nsq:4.1.0-distroless
image: snowplow/snowplow-enrich-nsq:5.1.1-distroless
container_name: enrich
command: [
"--config", "/snowplow/config/snowplow-enrich.hocon",
Expand Down Expand Up @@ -202,7 +202,7 @@ services:
mem_limit: 128m

iglu-server:
image: snowplow/iglu-server:0.10.0-distroless
image: snowplow/iglu-server:0.13.0-distroless
container_name: iglu-server
command: ["--config", "/snowplow/config/iglu-server.conf"]
restart: always
Expand All @@ -222,7 +222,7 @@ services:
mem_limit: ${SP_IGLU_SERVER_MEM_SIZE}

cadvisor:
image: gcr.io/cadvisor/cadvisor:v0.43.0
image: gcr.io/cadvisor/cadvisor:v0.49.1
container_name: cadvisor
restart: always
privileged: true
Expand All @@ -245,7 +245,7 @@ services:
mem_limit: ${CA_ADVISOR_MEM_SIZE}

swagger:
image: swaggerapi/swagger-ui:v4.5.2
image: swaggerapi/swagger-ui:v5.17.14
container_name: swagger-ui
restart: always
ports:
Expand Down
20 changes: 10 additions & 10 deletions provisioning/resources/configs/compositions/docker-compose-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
mem_limit: ${KIBANA_MEM_SIZE}

elasticsearch-loader-good:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-good
command: [ "--config", "/snowplow/config/snowplow-es-loader-good.hocon" ]
restart: always
Expand All @@ -62,7 +62,7 @@ services:
mem_limit: ${SP_ES_LOADER_MEM_SIZE}

elasticsearch-loader-bad:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-bad
command: [ "--config", "/snowplow/config/snowplow-es-loader-bad.hocon" ]
restart: always
Expand All @@ -78,7 +78,7 @@ services:
mem_limit: ${SP_ES_LOADER_MEM_SIZE}

nsqlookupd:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqlookupd
command: /nsqlookupd --broadcast-address=nsqlookupd
restart: always
Expand All @@ -90,7 +90,7 @@ services:
mem_limit: 64m

nsqd:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqd
command: /nsqd --broadcast-address=nsqd --lookupd-tcp-address=nsqlookupd:4160 --data-path=/home/ubuntu/snowplow/nsq-data
restart: always
Expand All @@ -106,7 +106,7 @@ services:
mem_limit: ${NSQD_MEM_SIZE}

nsqadmin:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqadmin
command: /nsqadmin --lookupd-http-address=nsqlookupd:4161 --base-path=/nsqadmin
restart: always
Expand All @@ -119,7 +119,7 @@ services:
mem_limit: 64m

scala-stream-collector:
image: snowplow/scala-stream-collector-nsq:3.1.2-distroless
image: snowplow/scala-stream-collector-nsq:3.2.0-distroless
container_name: scala-stream-collector-nsq
command: [ "--config", "/snowplow/config/snowplow-stream-collector.hocon" ]
restart: always
Expand All @@ -137,7 +137,7 @@ services:
mem_limit: ${SP_COLLECTOR_MEM_SIZE}

enrich:
image: snowplow/snowplow-enrich-nsq:4.1.0-distroless
image: snowplow/snowplow-enrich-nsq:5.1.1-distroless
container_name: enrich
command: [
"--config", "/snowplow/config/snowplow-enrich.hocon",
Expand Down Expand Up @@ -172,7 +172,7 @@ services:
mem_limit: 128m

iglu-server:
image: snowplow/iglu-server:0.10.0-distroless
image: snowplow/iglu-server:0.13.0-distroless
container_name: iglu-server
command: ["--config", "/snowplow/config/iglu-server.conf"]
restart: always
Expand All @@ -189,7 +189,7 @@ services:
mem_limit: ${SP_IGLU_SERVER_MEM_SIZE}

cadvisor:
image: gcr.io/cadvisor/cadvisor:v0.43.0
image: gcr.io/cadvisor/cadvisor:v0.49.1
container_name: cadvisor
restart: always
privileged: true
Expand All @@ -209,7 +209,7 @@ services:
mem_limit: ${CA_ADVISOR_MEM_SIZE}

swagger:
image: swaggerapi/swagger-ui:v4.5.2
image: swaggerapi/swagger-ui:v5.17.14
container_name: swagger-ui
restart: always
ports:
Expand Down
4 changes: 4 additions & 0 deletions provisioning/resources/configs/iglu-server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ swagger {
baseUrl: "/iglu-server"
}

license {
accept: true
}

# Enable additional debug endpoint to output all internal state
debug = true

Expand Down
12 changes: 6 additions & 6 deletions provisioning/resources/ui/js/components/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ export class Overview extends React.Component<{}, {}> {
<h3>The software stack installed: </h3>
<ul>
<li><b>Snowplow Mini 0.20.1</b></li>
<li>Snowplow Stream Collector NSQ 3.1.2</li>
<li>Snowplow Stream Enrich NSQ 4.1.0</li>
<li>Snowplow Elasticsearch Loader 2.1.0</li>
<li>Snowplow Iglu Server 0.10.0</li>
<li>Snowplow Stream Collector NSQ 3.2.0</li>
<li>Snowplow Stream Enrich NSQ 5.1.1</li>
<li>Snowplow Elasticsearch Loader 2.1.2</li>
<li>Snowplow Iglu Server 0.13.0</li>
<li>Postgres 15.1</li>
<li>NSQ v1.2.1</li>
<li>NSQ v1.3.0</li>
<li>Opensearch 2.4.0</li>
<li>Opensearch Dashboards 2.4.0</li>
<li>cAdvisor 0.43.0</li>
<li>cAdvisor 0.49.1</li>
</ul>
<h3>Stack topology: </h3>
<div>
Expand Down
20 changes: 10 additions & 10 deletions provisioning/roles/docker/files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
mem_limit: ${KIBANA_MEM_SIZE}

elasticsearch-loader-good:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-good
command: [ "--config", "/snowplow/config/snowplow-es-loader-good.hocon" ]
restart: always
Expand All @@ -68,7 +68,7 @@ services:
mem_limit: ${SP_ES_LOADER_MEM_SIZE}

elasticsearch-loader-bad:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-bad
command: [ "--config", "/snowplow/config/snowplow-es-loader-bad.hocon" ]
restart: always
Expand All @@ -86,7 +86,7 @@ services:
mem_limit: ${SP_ES_LOADER_MEM_SIZE}

nsqlookupd:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqlookupd
command: /nsqlookupd --broadcast-address=nsqlookupd
restart: always
Expand All @@ -100,7 +100,7 @@ services:
mem_limit: 64m

nsqd:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqd
command: /nsqd --broadcast-address=nsqd --lookupd-tcp-address=nsqlookupd:4160 --data-path=/home/ubuntu/snowplow/nsq-data
restart: always
Expand All @@ -118,7 +118,7 @@ services:
mem_limit: ${NSQD_MEM_SIZE}

nsqadmin:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqadmin
command: /nsqadmin --lookupd-http-address=nsqlookupd:4161 --base-path=/nsqadmin
restart: always
Expand All @@ -133,7 +133,7 @@ services:
mem_limit: 64m

scala-stream-collector:
image: snowplow/scala-stream-collector-nsq:3.1.2-distroless
image: snowplow/scala-stream-collector-nsq:3.2.0-distroless
container_name: scala-stream-collector-nsq
command: [ "--config", "/snowplow/config/snowplow-stream-collector.hocon" ]
restart: always
Expand All @@ -153,7 +153,7 @@ services:
mem_limit: ${SP_COLLECTOR_MEM_SIZE}

enrich:
image: snowplow/snowplow-enrich-nsq:4.1.0-distroless
image: snowplow/snowplow-enrich-nsq:5.1.1-distroless
container_name: enrich
command: [
"--config", "/snowplow/config/snowplow-enrich.hocon",
Expand Down Expand Up @@ -192,7 +192,7 @@ services:
mem_limit: 128m

iglu-server:
image: snowplow/iglu-server:0.10.0-distroless
image: snowplow/iglu-server:0.13.0-distroless
container_name: iglu-server
command: ["--config", "/snowplow/config/iglu-server.conf"]
restart: always
Expand All @@ -211,7 +211,7 @@ services:
mem_limit: ${SP_IGLU_SERVER_MEM_SIZE}

cadvisor:
image: gcr.io/cadvisor/cadvisor:v0.43.0
image: gcr.io/cadvisor/cadvisor:v0.49.1
container_name: cadvisor
restart: always
privileged: true
Expand All @@ -233,7 +233,7 @@ services:
mem_limit: ${CA_ADVISOR_MEM_SIZE}

swagger:
image: swaggerapi/swagger-ui:v4.5.2
image: swaggerapi/swagger-ui:v5.17.14
container_name: swagger-ui
restart: always
ports:
Expand Down

0 comments on commit bbfb9ee

Please sign in to comment.