Closed
Description
Auditbeat version -> 6.3.1
My auditbeat.yml uses the add_docker_metadata
processor.
Running auditbeat test config --strict.perms=false -c auditbeat.yml
is giving me Exiting: error initializing publisher: error initializing processors: Error response from daemon: client is newer than server (client API version: 1.24, server API version: 1.23)
on this box.
I believe that Auditbeat 6.3.1 was deployed on this box when this error message occured. After downgrading Auditbeat to version 6.3.0, things are working fine on this box.
Box details,
$ uname -a
Linux ip-172-23-180-123 4.4.0-1048-aws #57-Ubuntu... x86_64 x86_64 x86_64 GNU/Linux
$ dpkg -l | grep docker
hi docker-engine 1.11.2-0~xenial...
$ docker --version
Docker version 1.11.2, build b9f10c9
This is an Ubuntu 16.04.3 LTS 64-bit box (UPDATED!).
Please let me know if more details are required to reproduce/debug this issue.