Skip to content

Commit

Permalink
update ELK to version 7.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spujadas committed Feb 21, 2021
1 parent d5f3202 commit bae1992
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile for ELK stack
# Elasticsearch, Logstash, Kibana OSS 7.10.0
# Elasticsearch, Logstash, Kibana 7.10.1

# Build with:
# docker build -t <repo-user>/elk .
Expand Down Expand Up @@ -33,7 +33,7 @@ RUN set -x \

### set current package version

ARG ELK_VERSION=oss-7.10.0
ARG ELK_VERSION=7.10.1

# replace with aarch64 for ARM64 systems
ARG ARCH=x86_64
Expand Down
2 changes: 1 addition & 1 deletion README-short.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Collect, search and visualise log data with ELK (Elasticsearch OSS 7.10.0, Logstash OSS 7.10.0, Kibana OSS 7.10.0).
Collect, search and visualise log data with ELK (Elasticsearch 7.10.1, Logstash 7.10.1, Kibana 7.10.1).
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ This image is hosted on Docker Hub at [https://hub.docker.com/r/sebp/elk/](https

The following tags are available:

- `latest`, `oss-7.10.0`: ELK OSS 7.10.0.
- `latest`, `7.10.1`: ELK 7.10.1.

- `7.10.0` (ELK 7.10.0), `oss-793` (OSS 7.9.3), `793` (7.9.3), `oss-792` (OSS 7.9.2), `792` (7.9.2), `oss-791` (OSS 7.9.1), `791` (7.9.1), `oss-790` (OSS 7.9.0), `790` (7.9.0), `oss-781` (OSS 7.8.1), `781` (7.8.1), `oss-780` (OSS 7.8.0), `780` (7.8.0), `771` (7.7.1), `770` (7.7.0), `762` (7.6.2), `761` (7.6.1), `760` (7.6.0), `752` (7.5.2), `751` (7.5.1), `750` (7.5.0), `742` (7.4.2), `741` (7.4.1), `740` (7.4.0), `732` (7.3.2), `731` (7.3.1), `730` (7.3.0), `721` (7.2.1), `720` (7.2.0), `711` (7.1.1), `710` (7.1.0), `701` (7.0.1), `700` (7.0.0).
- `oss-7.10.0` (ELK OSS 7.10.0), `7.10.0` (7.10.0), `oss-793` (OSS 7.9.3), `793` (7.9.3), `oss-792` (OSS 7.9.2), `792` (7.9.2), `oss-791` (OSS 7.9.1), `791` (7.9.1), `oss-790` (OSS 7.9.0), `790` (7.9.0), `oss-781` (OSS 7.8.1), `781` (7.8.1), `oss-780` (OSS 7.8.0), `780` (7.8.0), `771` (7.7.1), `770` (7.7.0), `762` (7.6.2), `761` (7.6.1), `760` (7.6.0), `752` (7.5.2), `751` (7.5.1), `750` (7.5.0), `742` (7.4.2), `741` (7.4.1), `740` (7.4.0), `732` (7.3.2), `731` (7.3.1), `730` (7.3.0), `721` (7.2.1), `720` (7.2.0), `711` (7.1.1), `710` (7.1.0), `701` (7.0.1), `700` (7.0.0).

- `671` (ELK 6.7.1), `670` (6.7.0), `662` (6.6.2), `661` (6.6.1), `660` (6.6.0), `651` (6.5.1), `650` (6.5.0), `643` (6.4.3), `642` (6.4.2), `641` (6.4.1), `640` (6.4.0), `632` (6.3.2), `631` (6.3.1), `630` (6.3.0), `624` (6.2.4), `623` (6.2.3), `622` (6.2.2), `621` (6.2.1), `620` (6.2.0), `613` (6.1.3), `612` (6.1.2), `611` (6.1.1), `610` (6.1.0), `601` (6.0.1), `600` (6.0.0).

Expand Down
6 changes: 3 additions & 3 deletions nginx-filebeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile to illustrate how Filebeat can be used with nginx
# Filebeat OSS 7.10.0
# Filebeat 7.10.1

# Build with:
# docker build -t filebeat-nginx-example .
Expand All @@ -19,8 +19,8 @@ ENV REFRESHED_AT 2020-10-02

### install Filebeat

ENV FILEBEAT_VERSION oss-7.10.0
ENV FILEBEAT_BASE_VERSION 7.10.0
ENV FILEBEAT_VERSION 7.10.1
ENV FILEBEAT_BASE_VERSION 7.10.1


RUN apt-get update -qq \
Expand Down

0 comments on commit bae1992

Please sign in to comment.