From e5cab429b947592119c4a199ecc380c95fe511ac Mon Sep 17 00:00:00 2001 From: Nick Lang Date: Tue, 23 Jun 2020 13:20:37 -0600 Subject: [PATCH] Bump filebeat to 7.8.0 --- Dockerfile | 6 +++--- Jenkinsfile | 2 +- README.md | 4 ++-- download.json | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 39d05f1..5872849 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG BASE_TAG=8.2 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -ARG TARBALL=filebeat-7.6.1-linux-x86_64.tar.gz +ARG TARBALL=filebeat-7.8.0-linux-x86_64.tar.gz WORKDIR /opt @@ -13,7 +13,7 @@ COPY LICENSE /licenses/elastic-filebeat COPY ${TARBALL} /opt/ RUN tar -zxf ./${TARBALL} && rm -fv ./${TARBALL} && \ - mv filebeat-7.6.1-linux-x86_64 /usr/share/filebeat && \ + mv filebeat-7.8.0-linux-x86_64 /usr/share/filebeat && \ rm -rfv /opt/* ENV ELASTIC_CONTAINER "true" @@ -44,7 +44,7 @@ LABEL \ org.label-schema.schema-version="1.0" \ org.label-schema.vendor="Elastic" \ org.label-schema.name="filebeat" \ - org.label-schema.version="7.6.1" \ + org.label-schema.version="7.8.0" \ org.label-schema.url="https://www.elastic.co/products/beats/filebeat" \ org.label-schema.vcs-url="github.com/elastic/beats" \ org.label-schema.vcs-ref="7f4c584b574acdcb5db389df6d38012c881f6fad" \ diff --git a/Jenkinsfile b/Jenkinsfile index d71bca6..eb27f6c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: '7.6.1') +dccscrPipeline(version: '7.8.0') diff --git a/README.md b/README.md index 33e0052..7aa1b45 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Welcome to Filebeat 7.6.1 +# Welcome to Filebeat 7.8.0 Filebeat sends log files to Logstash or directly to Elasticsearch. @@ -31,4 +31,4 @@ for the full Filebeat documentation. ## Release notes -https://www.elastic.co/guide/en/beats/libbeat/7.6/release-notes-7.6.1.html +https://www.elastic.co/guide/en/beats/libbeat/7.8/release-notes-7.8.0.html diff --git a/download.json b/download.json index 7439269..b8e9919 100644 --- a/download.json +++ b/download.json @@ -1,11 +1,11 @@ { "resources": [ { - "url": "https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.6.1-linux-x86_64.tar.gz", - "filename": "filebeat-7.6.1-linux-x86_64.tar.gz", + "url": "https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.8.0-linux-x86_64.tar.gz", + "filename": "filebeat-7.8.0-linux-x86_64.tar.gz", "validation": { "type": "sha512", - "value": "887edb2ab255084ef96dbc4c7c047bfa92dad16f263e23c0fcc80120ea5aca90a3a7a44d4783ba37b135dac76618971272a591ab4a24997d8ad40c7bc23ffabf" + "value": "636fbb5c9951a8caba74a85bc55ac4ef776ddbd063c4b8471c4a1eee079e2bec14804dcd931baf6261cbc3713a41773fd9ea5b1018e07a1761a3bcef59805b8b" } } ] -- GitLab