-
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
ELK update to 8.12.2 #16295
Merged
Merged
ELK update to 8.12.2 #16295
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
Signed-off-by: DaveOps <daveops@DaveOpss-MacBook-Pro.local>
Diff for 3dbb567:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 1254aa8..69dfd1f 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -9,10 +9,10 @@ Architectures: amd64, arm64v8
GitFetch: refs/heads/7.17
GitCommit: 3f49356df9e4ffaf56eed9722b8777eef574570b
-Tags: 8.12.1
+Tags: 8.12.2
Architectures: amd64, arm64v8
GitFetch: refs/heads/8.12
-GitCommit: e15eb421da49ad627d48e5b3492948c76bcb8158
+GitCommit: e2fb0b9e1ab9298119afe3cad839cac90a620a82
# kibana
@@ -26,10 +26,10 @@ Architectures: amd64, arm64v8
GitFetch: refs/heads/7.17
GitCommit: 3f49356df9e4ffaf56eed9722b8777eef574570b
-Tags: 8.12.1
+Tags: 8.12.2
Architectures: amd64, arm64v8
GitFetch: refs/heads/8.12
-GitCommit: e15eb421da49ad627d48e5b3492948c76bcb8158
+GitCommit: e2fb0b9e1ab9298119afe3cad839cac90a620a82
# logstash
@@ -43,7 +43,7 @@ Architectures: amd64, arm64v8
GitFetch: refs/heads/7.17
GitCommit: 3f49356df9e4ffaf56eed9722b8777eef574570b
-Tags: 8.12.1
+Tags: 8.12.2
Architectures: amd64, arm64v8
GitFetch: refs/heads/8.12
-GitCommit: e15eb421da49ad627d48e5b3492948c76bcb8158
+GitCommit: e2fb0b9e1ab9298119afe3cad839cac90a620a82
diff --git a/_bashbrew-list b/_bashbrew-list
index 50200f7..66fe99c 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,6 +1,6 @@
elasticsearch:7.17.18
-elasticsearch:8.12.1
+elasticsearch:8.12.2
kibana:7.17.18
-kibana:8.12.1
+kibana:8.12.2
logstash:7.17.18
-logstash:8.12.1
+logstash:8.12.2
diff --git a/elasticsearch_8.12.1/Dockerfile b/elasticsearch_8.12.2/Dockerfile
similarity index 94%
rename from elasticsearch_8.12.1/Dockerfile
rename to elasticsearch_8.12.2/Dockerfile
index 7832487..9a64f15 100644
--- a/elasticsearch_8.12.1/Dockerfile
+++ b/elasticsearch_8.12.2/Dockerfile
@@ -43,7 +43,7 @@ RUN set -eux ; \
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.12.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.12.2-linux-$(arch).tar.gz
RUN tar -zxf /tmp/elasticsearch.tar.gz --strip-components=1
@@ -135,25 +135,25 @@ RUN /etc/ca-certificates/update.d/docker-openjdk
EXPOSE 9200 9300
-LABEL org.label-schema.build-date="2024-02-01T13:07:13.727175297Z" \
+LABEL org.label-schema.build-date="2024-02-19T10:04:32.774273190Z" \
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="6185ba65d27469afabc9bc951cded6c17c21e3f3" \
+ org.label-schema.vcs-ref="48a287ab9497e852de30327444b0809e55d46466" \
org.label-schema.vcs-url="https://github.com/elastic/elasticsearch" \
org.label-schema.vendor="Elastic" \
- org.label-schema.version="8.12.1" \
- org.opencontainers.image.created="2024-02-01T13:07:13.727175297Z" \
+ org.label-schema.version="8.12.2" \
+ org.opencontainers.image.created="2024-02-19T10:04:32.774273190Z" \
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="6185ba65d27469afabc9bc951cded6c17c21e3f3" \
+ org.opencontainers.image.revision="48a287ab9497e852de30327444b0809e55d46466" \
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.12.1"
+ org.opencontainers.image.version="8.12.2"
# 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.12.1/bin/docker-entrypoint.sh b/elasticsearch_8.12.2/bin/docker-entrypoint.sh
similarity index 100%
rename from elasticsearch_8.12.1/bin/docker-entrypoint.sh
rename to elasticsearch_8.12.2/bin/docker-entrypoint.sh
diff --git a/elasticsearch_8.12.1/bin/docker-openjdk b/elasticsearch_8.12.2/bin/docker-openjdk
similarity index 100%
rename from elasticsearch_8.12.1/bin/docker-openjdk
rename to elasticsearch_8.12.2/bin/docker-openjdk
diff --git a/elasticsearch_8.12.1/config/elasticsearch.yml b/elasticsearch_8.12.2/config/elasticsearch.yml
similarity index 100%
rename from elasticsearch_8.12.1/config/elasticsearch.yml
rename to elasticsearch_8.12.2/config/elasticsearch.yml
diff --git a/elasticsearch_8.12.1/config/log4j2.properties b/elasticsearch_8.12.2/config/log4j2.properties
similarity index 100%
rename from elasticsearch_8.12.1/config/log4j2.properties
rename to elasticsearch_8.12.2/config/log4j2.properties
diff --git a/kibana_8.12.1/Dockerfile b/kibana_8.12.2/Dockerfile
similarity index 91%
rename from kibana_8.12.1/Dockerfile
rename to kibana_8.12.2/Dockerfile
index 2fa5493..2e1e410 100644
--- a/kibana_8.12.1/Dockerfile
+++ b/kibana_8.12.2/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.12.1-linux-$(arch).tar.gz && \
+ https://artifacts.elastic.co/downloads/kibana/kibana-8.12.2-linux-$(arch).tar.gz && \
cd -
@@ -104,25 +104,25 @@ RUN groupadd --gid 1000 kibana && \
--home-dir /usr/share/kibana --no-create-home \
kibana
-LABEL org.label-schema.build-date="2024-02-01T13:05:51.943Z" \
+LABEL org.label-schema.build-date="2024-02-19T12:06:34.117Z" \
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="3457f326b763887d154c9da00bd4e489221a2ff3" \
+ org.label-schema.vcs-ref="f5bd489c5ff9c676c4f861c42da6ea99ae350832" \
org.label-schema.vcs-url="https://github.com/elastic/kibana" \
org.label-schema.vendor="Elastic" \
- org.label-schema.version="8.12.1" \
- org.opencontainers.image.created="2024-02-01T13:05:51.943Z" \
+ org.label-schema.version="8.12.2" \
+ org.opencontainers.image.created="2024-02-19T12:06:34.117Z" \
org.opencontainers.image.documentation="https://www.elastic.co/guide/en/kibana/reference/index.html" \
org.opencontainers.image.licenses="Elastic License" \
- org.opencontainers.image.revision="3457f326b763887d154c9da00bd4e489221a2ff3" \
+ org.opencontainers.image.revision="f5bd489c5ff9c676c4f861c42da6ea99ae350832" \
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.12.1"
+ org.opencontainers.image.version="8.12.2"
ENTRYPOINT ["/bin/tini", "--"]
diff --git a/kibana_8.12.1/bin/kibana-docker b/kibana_8.12.2/bin/kibana-docker
similarity index 100%
rename from kibana_8.12.1/bin/kibana-docker
rename to kibana_8.12.2/bin/kibana-docker
diff --git a/kibana_8.12.1/config/kibana.yml b/kibana_8.12.2/config/kibana.yml
similarity index 100%
rename from kibana_8.12.1/config/kibana.yml
rename to kibana_8.12.2/config/kibana.yml
diff --git a/logstash_8.12.1/Dockerfile b/logstash_8.12.2/Dockerfile
similarity index 90%
rename from logstash_8.12.1/Dockerfile
rename to logstash_8.12.2/Dockerfile
index ecde496..b2b52d5 100644
--- a/logstash_8.12.1/Dockerfile
+++ b/logstash_8.12.2/Dockerfile
@@ -25,9 +25,9 @@ RUN groupadd --gid 1000 logstash && \
# Add Logstash itself.
RUN \
-curl -Lo - https://artifacts.elastic.co/downloads/logstash/logstash-8.12.1-linux-$(arch).tar.gz | \
+curl -Lo - https://artifacts.elastic.co/downloads/logstash/logstash-8.12.2-linux-$(arch).tar.gz | \
tar zxf - -C /usr/share && \
- mv /usr/share/logstash-8.12.1 /usr/share/logstash && \
+ mv /usr/share/logstash-8.12.2 /usr/share/logstash && \
chown --recursive logstash:logstash /usr/share/logstash/ && \
chown -R logstash:root /usr/share/logstash && \
chmod -R g=u /usr/share/logstash && \
@@ -65,13 +65,13 @@ 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.12.1" \
- org.opencontainers.image.version="8.12.1" \
+ org.label-schema.version="8.12.2" \
+ org.opencontainers.image.version="8.12.2" \
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-01-31T19:07:25+00:00 \
-org.opencontainers.image.created=2024-01-31T19:07:25+00:00
+ org.label-schema.build-date=2024-02-16T16:21:40+00:00 \
+org.opencontainers.image.created=2024-02-16T16:21:40+00:00
ENTRYPOINT ["/usr/local/bin/docker-entrypoint"]
diff --git a/logstash_8.12.1/bin/docker-entrypoint b/logstash_8.12.2/bin/docker-entrypoint
similarity index 100%
rename from logstash_8.12.1/bin/docker-entrypoint
rename to logstash_8.12.2/bin/docker-entrypoint
diff --git a/logstash_8.12.1/config/log4j2.file.properties b/logstash_8.12.2/config/log4j2.file.properties
similarity index 100%
rename from logstash_8.12.1/config/log4j2.file.properties
rename to logstash_8.12.2/config/log4j2.file.properties
diff --git a/logstash_8.12.1/config/log4j2.properties b/logstash_8.12.2/config/log4j2.properties
similarity index 100%
rename from logstash_8.12.1/config/log4j2.properties
rename to logstash_8.12.2/config/log4j2.properties
diff --git a/logstash_8.12.1/config/logstash-full.yml b/logstash_8.12.2/config/logstash-full.yml
similarity index 100%
rename from logstash_8.12.1/config/logstash-full.yml
rename to logstash_8.12.2/config/logstash-full.yml
diff --git a/logstash_8.12.1/config/pipelines.yml b/logstash_8.12.2/config/pipelines.yml
similarity index 100%
rename from logstash_8.12.1/config/pipelines.yml
rename to logstash_8.12.2/config/pipelines.yml
diff --git a/logstash_8.12.1/env2yaml/env2yaml b/logstash_8.12.2/env2yaml/env2yaml
similarity index 34%
rename from logstash_8.12.1/env2yaml/env2yaml
rename to logstash_8.12.2/env2yaml/env2yaml
index 5b5a725..c701eb9 100755
Binary files a/logstash_8.12.1/env2yaml/env2yaml and b/logstash_8.12.2/env2yaml/env2yaml differ
diff --git a/logstash_8.12.1/pipeline/default.conf b/logstash_8.12.2/pipeline/default.conf
similarity index 100%
rename from logstash_8.12.1/pipeline/default.conf
rename to logstash_8.12.2/pipeline/default.conf Relevant Maintainers:
|
yosifkit
approved these changes
Feb 22, 2024
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.
Signed-off-by: DaveOps daveops@DaveOpss-MacBook-Pro.local