Skip to content

Commit

Permalink
Update redis dependency as output (#17198)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek authored Mar 25, 2020
1 parent 387ee12 commit d5289fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add support for kubernetes provider to recognize namespace level defaults {pull}16321[16321]
- Add `translate_sid` processor on Windows for converting Windows security identifier (SID) values to names. {issue}7451[7451] {pull}16013[16013]
- Update RPM packages contained in Beat Docker images. {issue}17035[17035]
- Update supported versions of `redis` output. {pull}17198[17198]

*Auditbeat*

Expand Down
3 changes: 2 additions & 1 deletion libbeat/outputs/redis/docs/redis.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ output.redis:

==== Compatibility

This output works with Redis 3.2.4.
This output is expected to work with all Redis versions between 5.0.8 and 3.2.4. Other versions might work as well,
but are not supported.

==== Configuration options

Expand Down
2 changes: 1 addition & 1 deletion testing/environments/docker/redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM redis:3.2.4-alpine
FROM redis:5.0.8-alpine
HEALTHCHECK --interval=1s --retries=600 CMD nc -z localhost 6379

0 comments on commit d5289fc

Please sign in to comment.