-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ELK Images #18109
Closed
Closed
Update ELK Images #18109
Conversation
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
Diff for 96b292e:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 02d9ca1..cf254ce 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -19,6 +19,11 @@ Architectures: amd64, arm64v8
GitFetch: refs/heads/8.16
GitCommit: 905b04aed7c279576c093de38e3dfa9d11c45d04
+Tags: 8.17.0
+Architectures: amd64, arm64v8
+GitFetch: refs/heads/8.17
+GitCommit: c85cd6b222f297e39478c955b968069c0793cb3e
+
# kibana
Maintainers: Jon Budzenski (@jbudz)
@@ -41,6 +46,11 @@ Architectures: amd64, arm64v8
GitFetch: refs/heads/8.16
GitCommit: 905b04aed7c279576c093de38e3dfa9d11c45d04
+Tags: 8.17.0
+Architectures: amd64, arm64v8
+GitFetch: refs/heads/8.17
+GitCommit: c85cd6b222f297e39478c955b968069c0793cb3e
+
# logstash
Maintainers: João Duarte (@jsvd)
@@ -62,3 +72,8 @@ Tags: 8.16.1
Architectures: amd64, arm64v8
GitFetch: refs/heads/8.16
GitCommit: 905b04aed7c279576c093de38e3dfa9d11c45d04
+
+Tags: 8.17.0
+Architectures: amd64, arm64v8
+GitFetch: refs/heads/8.17
+GitCommit: c85cd6b222f297e39478c955b968069c0793cb3e
diff --git a/_bashbrew-list b/_bashbrew-list
index 269beaa..2eb64f6 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,9 +1,12 @@
elasticsearch:7.17.26
elasticsearch:8.15.5
elasticsearch:8.16.1
+elasticsearch:8.17.0
kibana:7.17.26
kibana:8.15.5
kibana:8.16.1
+kibana:8.17.0
logstash:7.17.26
logstash:8.15.5
logstash:8.16.1
+logstash:8.17.0
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 269beaa..2eb64f6 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,9 +1,12 @@
elasticsearch:7.17.26
elasticsearch:8.15.5
elasticsearch:8.16.1
+elasticsearch:8.17.0
kibana:7.17.26
kibana:8.15.5
kibana:8.16.1
+kibana:8.17.0
logstash:7.17.26
logstash:8.15.5
logstash:8.16.1
+logstash:8.17.0
diff --git a/elasticsearch_8.16.1/Dockerfile b/elasticsearch_8.17.0/Dockerfile
similarity index 94%
copy from elasticsearch_8.16.1/Dockerfile
copy to elasticsearch_8.17.0/Dockerfile
index e701c27..59e5a27 100644
--- a/elasticsearch_8.16.1/Dockerfile
+++ b/elasticsearch_8.17.0/Dockerfile
@@ -44,7 +44,7 @@ RUN for iter in 1 2 3 4 5 6 7 8 9 10; do \
RUN mkdir /usr/share/elasticsearch
WORKDIR /usr/share/elasticsearch
-RUN curl --retry 10 -S -L --output /tmp/elasticsearch.tar.gz https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-8.16.1-linux-$(arch).tar.gz
+RUN curl --retry 10 -S -L --output /tmp/elasticsearch.tar.gz https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/elasticsearch-8.17.0-linux-$(arch).tar.gz
RUN tar -zxf /tmp/elasticsearch.tar.gz --strip-components=1
@@ -137,25 +137,25 @@ RUN /etc/ca-certificates/update.d/docker-openjdk
EXPOSE 9200 9300
-LABEL org.label-schema.build-date="2024-11-19T16:00:31.793213192Z" \
+LABEL org.label-schema.build-date="2024-12-11T12:08:05.663969764Z" \
org.label-schema.license="Elastic-License-2.0" \
org.label-schema.name="Elasticsearch" \
org.label-schema.schema-version="1.0" \
org.label-schema.url="https://www.elastic.co/products/elasticsearch" \
org.label-schema.usage="https://www.elastic.co/guide/en/elasticsearch/reference/index.html" \
- org.label-schema.vcs-ref="ffe992aa682c1968b5df375b5095b3a21f122bf3" \
+ org.label-schema.vcs-ref="2b6a7fed44faa321997703718f07ee0420804b41" \
org.label-schema.vcs-url="https://github.com/elastic/elasticsearch" \
org.label-schema.vendor="Elastic" \
- org.label-schema.version="8.16.1" \
- org.opencontainers.image.created="2024-11-19T16:00:31.793213192Z" \
+ org.label-schema.version="8.17.0" \
+ org.opencontainers.image.created="2024-12-11T12:08:05.663969764Z" \
org.opencontainers.image.documentation="https://www.elastic.co/guide/en/elasticsearch/reference/index.html" \
org.opencontainers.image.licenses="Elastic-License-2.0" \
- org.opencontainers.image.revision="ffe992aa682c1968b5df375b5095b3a21f122bf3" \
+ org.opencontainers.image.revision="2b6a7fed44faa321997703718f07ee0420804b41" \
org.opencontainers.image.source="https://github.com/elastic/elasticsearch" \
org.opencontainers.image.title="Elasticsearch" \
org.opencontainers.image.url="https://www.elastic.co/products/elasticsearch" \
org.opencontainers.image.vendor="Elastic" \
- org.opencontainers.image.version="8.16.1"
+ org.opencontainers.image.version="8.17.0"
# Our actual entrypoint is `tini`, a minimal but functional init program. It
# calls the entrypoint we provide, while correctly forwarding signals.
diff --git a/elasticsearch_8.15.5/bin/docker-entrypoint.sh b/elasticsearch_8.17.0/bin/docker-entrypoint.sh
similarity index 100%
copy from elasticsearch_8.15.5/bin/docker-entrypoint.sh
copy to elasticsearch_8.17.0/bin/docker-entrypoint.sh
diff --git a/elasticsearch_7.17.26/bin/docker-openjdk b/elasticsearch_8.17.0/bin/docker-openjdk
similarity index 100%
copy from elasticsearch_7.17.26/bin/docker-openjdk
copy to elasticsearch_8.17.0/bin/docker-openjdk
diff --git a/elasticsearch_7.17.26/config/elasticsearch.yml b/elasticsearch_8.17.0/config/elasticsearch.yml
similarity index 100%
copy from elasticsearch_7.17.26/config/elasticsearch.yml
copy to elasticsearch_8.17.0/config/elasticsearch.yml
diff --git a/elasticsearch_8.15.5/config/log4j2.properties b/elasticsearch_8.17.0/config/log4j2.properties
similarity index 100%
copy from elasticsearch_8.15.5/config/log4j2.properties
copy to elasticsearch_8.17.0/config/log4j2.properties
diff --git a/kibana_8.16.1/Dockerfile b/kibana_8.17.0/Dockerfile
similarity index 92%
copy from kibana_8.16.1/Dockerfile
copy to kibana_8.17.0/Dockerfile
index 2eab47e..55b4377 100644
--- a/kibana_8.16.1/Dockerfile
+++ b/kibana_8.17.0/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y curl
RUN cd /tmp && \
curl --retry 8 -s -L \
--output kibana.tar.gz \
- https://artifacts.elastic.co/downloads/kibana/kibana-8.16.1-linux-$(arch).tar.gz && \
+ https://artifacts.elastic.co/downloads/kibana/kibana-8.17.0-linux-$(arch).tar.gz && \
cd -
RUN mkdir /usr/share/kibana
@@ -108,25 +108,25 @@ RUN groupadd --gid 1000 kibana && \
--home-dir /usr/share/kibana --no-create-home \
kibana
-LABEL org.label-schema.build-date="2024-11-18T21:51:43.597Z" \
+LABEL org.label-schema.build-date="2024-12-11T11:12:31.173Z" \
org.label-schema.license="Elastic License" \
org.label-schema.name="Kibana" \
org.label-schema.schema-version="1.0" \
org.label-schema.url="https://www.elastic.co/products/kibana" \
org.label-schema.usage="https://www.elastic.co/guide/en/kibana/reference/index.html" \
- org.label-schema.vcs-ref="c8b46e87c4d61de4fe046ce5ea0a0b68aad5acf9" \
+ org.label-schema.vcs-ref="86cbc85e621f4f3f701ed230f4e859ac5a80145b" \
org.label-schema.vcs-url="https://github.com/elastic/kibana" \
org.label-schema.vendor="Elastic" \
- org.label-schema.version="8.16.1" \
- org.opencontainers.image.created="2024-11-18T21:51:43.597Z" \
+ org.label-schema.version="8.17.0" \
+ org.opencontainers.image.created="2024-12-11T11:12:31.173Z" \
org.opencontainers.image.documentation="https://www.elastic.co/guide/en/kibana/reference/index.html" \
org.opencontainers.image.licenses="Elastic License" \
- org.opencontainers.image.revision="c8b46e87c4d61de4fe046ce5ea0a0b68aad5acf9" \
+ org.opencontainers.image.revision="86cbc85e621f4f3f701ed230f4e859ac5a80145b" \
org.opencontainers.image.source="https://github.com/elastic/kibana" \
org.opencontainers.image.title="Kibana" \
org.opencontainers.image.url="https://www.elastic.co/products/kibana" \
org.opencontainers.image.vendor="Elastic" \
- org.opencontainers.image.version="8.16.1"
+ org.opencontainers.image.version="8.17.0"
ENTRYPOINT ["/bin/tini", "--"]
diff --git a/kibana_8.16.1/bin/kibana-docker b/kibana_8.17.0/bin/kibana-docker
similarity index 99%
copy from kibana_8.16.1/bin/kibana-docker
copy to kibana_8.17.0/bin/kibana-docker
index 3c1e7eb..f4ae377 100755
--- a/kibana_8.16.1/bin/kibana-docker
+++ b/kibana_8.17.0/bin/kibana-docker
@@ -319,6 +319,7 @@ kibana_vars=(
xpack.observability.unsafe.alertDetails.uptime.enabled
xpack.observability.unsafe.alertDetails.observability.enabled
xpack.observability.unsafe.thresholdRule.enabled
+ xpack.productDocBase.artifactRepositoryUrl
xpack.reporting.capture.browser.autoDownload
xpack.reporting.capture.browser.chromium.disableSandbox
xpack.reporting.capture.browser.chromium.inspect
@@ -393,7 +394,7 @@ kibana_vars=(
xpack.security.authc.selector.enabled
xpack.security.cookieName
xpack.security.encryptionKey
- xpack.security.experimental.fipsMode.enabled
+ xpack.security.fipsMode.enabled
xpack.security.loginAssistanceMessage
xpack.security.loginHelp
xpack.security.sameSiteCookies
diff --git a/kibana_7.17.26/config/kibana.yml b/kibana_8.17.0/config/kibana.yml
similarity index 100%
copy from kibana_7.17.26/config/kibana.yml
copy to kibana_8.17.0/config/kibana.yml
diff --git a/logstash_8.16.1/Dockerfile b/logstash_8.17.0/Dockerfile
similarity index 91%
copy from logstash_8.16.1/Dockerfile
copy to logstash_8.17.0/Dockerfile
index e6aa67a..8fbacad 100644
--- a/logstash_8.16.1/Dockerfile
+++ b/logstash_8.17.0/Dockerfile
@@ -26,9 +26,9 @@ RUN groupadd --gid 1000 logstash && \
adduser --uid 1000 --gid 1000 --home /usr/share/logstash --no-create-home logstash
# Add Logstash itself.
-RUN curl -Lo - https://artifacts.elastic.co/downloads/logstash/logstash-8.16.1-linux-$(arch).tar.gz | \
+RUN curl -Lo - https://artifacts.elastic.co/downloads/logstash/logstash-8.17.0-linux-$(arch).tar.gz | \
tar zxf - -C /usr/share && \
- mv /usr/share/logstash-8.16.1 /usr/share/logstash && \
+ mv /usr/share/logstash-8.17.0 /usr/share/logstash && \
chown --recursive logstash:logstash /usr/share/logstash/ && \
chown -R logstash:root /usr/share/logstash && \
chmod -R g=u /usr/share/logstash && \
@@ -82,14 +82,14 @@ LABEL org.label-schema.schema-version="1.0" \
org.opencontainers.image.vendor="Elastic" \
org.label-schema.name="logstash" \
org.opencontainers.image.title="logstash" \
- org.label-schema.version="8.16.1" \
- org.opencontainers.image.version="8.16.1" \
+ org.label-schema.version="8.17.0" \
+ org.opencontainers.image.version="8.17.0" \
org.label-schema.url="https://www.elastic.co/products/logstash" \
org.label-schema.vcs-url="https://github.com/elastic/logstash" \
org.label-schema.license="Elastic License" \
org.opencontainers.image.licenses="Elastic License" \
org.opencontainers.image.description="Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite 'stash.'" \
- org.label-schema.build-date=2024-11-19T01:53:47+00:00 \
- org.opencontainers.image.created=2024-11-19T01:53:47+00:00
+ org.label-schema.build-date=2024-12-05T00:55:38+00:00 \
+ org.opencontainers.image.created=2024-12-05T00:55:38+00:00
ENTRYPOINT ["/usr/local/bin/docker-entrypoint"]
diff --git a/logstash_8.15.5/bin/docker-entrypoint b/logstash_8.17.0/bin/docker-entrypoint
similarity index 100%
copy from logstash_8.15.5/bin/docker-entrypoint
copy to logstash_8.17.0/bin/docker-entrypoint
diff --git a/logstash_8.15.5/config/log4j2.file.properties b/logstash_8.17.0/config/log4j2.file.properties
similarity index 100%
copy from logstash_8.15.5/config/log4j2.file.properties
copy to logstash_8.17.0/config/log4j2.file.properties
diff --git a/logstash_7.17.26/config/log4j2.properties b/logstash_8.17.0/config/log4j2.properties
similarity index 100%
copy from logstash_7.17.26/config/log4j2.properties
copy to logstash_8.17.0/config/log4j2.properties
diff --git a/logstash_7.17.26/config/logstash-full.yml b/logstash_8.17.0/config/logstash-full.yml
similarity index 100%
copy from logstash_7.17.26/config/logstash-full.yml
copy to logstash_8.17.0/config/logstash-full.yml
diff --git a/logstash_7.17.26/config/pipelines.yml b/logstash_8.17.0/config/pipelines.yml
similarity index 100%
copy from logstash_7.17.26/config/pipelines.yml
copy to logstash_8.17.0/config/pipelines.yml
diff --git a/logstash_8.15.5/env2yaml/env2yaml-amd64 b/logstash_8.17.0/env2yaml/env2yaml-amd64
similarity index 100%
copy from logstash_8.15.5/env2yaml/env2yaml-amd64
copy to logstash_8.17.0/env2yaml/env2yaml-amd64
diff --git a/logstash_8.15.5/env2yaml/env2yaml-arm64 b/logstash_8.17.0/env2yaml/env2yaml-arm64
similarity index 100%
copy from logstash_8.15.5/env2yaml/env2yaml-arm64
copy to logstash_8.17.0/env2yaml/env2yaml-arm64
diff --git a/logstash_7.17.26/pipeline/default.conf b/logstash_8.17.0/pipeline/default.conf
similarity index 100%
copy from logstash_7.17.26/pipeline/default.conf
copy to logstash_8.17.0/pipeline/default.conf Relevant Maintainers:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update ELK Images