diff --git a/Dockerfile b/Dockerfile index cc28cfc25f8f5e54f9101caeebe9f4d360a36468..5dd500e8114eb05bb8d75585093f819c0ba3d7c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,11 +4,11 @@ ################################################################################ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 -ARG BASE_TAG=8.2 +ARG BASE_TAG=8.3 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as prep_files -ARG ELASTIC_STACK=7.9.2 +ARG ELASTIC_STACK=7.10.0 ARG ELASTIC_PRODUCT=filebeat ARG OS_AND_ARCH=linux-x86_64 diff --git a/Jenkinsfile b/Jenkinsfile index 1913f297efbd8756880d0822c8e35b8a05723b79..f60d67a16f97c28d8a3e13b718cf7462a86748c8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: '7.9.2') +dccscrPipeline(version: '7.10.0') diff --git a/README.md b/README.md index 5a43c9416b4b437441d77e53780b5695ba5862dc..91c173e8f1c12c9a4e222e9b78e3a5c474022330 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,4 @@ and includes the full set of [free features](https://www.elastic.co/subscriptions). View the detailed release notes -[here](https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.9.2.html). +[here](https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.10.0.html). diff --git a/download.json b/download.json index b71a979acc94447b441373e808b506fee8287b65..e604fc258d548ff74b9638c519cb9ce9a76842f5 100644 --- a/download.json +++ b/download.json @@ -1,11 +1,11 @@ { "resources": [ { - "url": "https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.9.2-linux-x86_64.tar.gz", - "filename": "filebeat-7.9.2-linux-x86_64.tar.gz", + "url": "https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.10.0-linux-x86_64.tar.gz", + "filename": "filebeat-7.10.0-linux-x86_64.tar.gz", "validation": { "type": "sha512", - "value": "c15b2bf474cec145b3d7f21c4a8024ee9e486622b6a158c2f375be31c6ecf6452e3a24dc438eb928090f34a9054a5d92b905592fff5d2cc6a722fd1ef4ac0f21" + "value": "509f0d7f2a16d70850c127dd20bea7c735fc749f8d90f8e797196d11887ceccf32d8d71e1177ae9dbe7c8d081133b7d75e431997123512fc17ee1e04e96a6bc5" } }, {