The docker module seems missing

Hello, I saw this announcement https://www.elastic.co/fr/blog/brewing-in-beats-new-sample-dashboards-for-docker-and-redis so I wanted to try

But I can not find the docker dashboard in kibana

So I look at the code, and it looks like it's still here: https://github.com/elastic/beats/tree/master/metricbeat/module/docker

But When I try to load it, it fails

$ docker run --net="host" docker.elastic.co/beats/filebeat:7.8.0 setup --modules docker
Exiting: Error getting filesets for module docker: open /usr/share/filebeat/module/docker: no such file or directory

And the module is not in the modules index either: https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-modules.html

Did I miss something?

Thanks

That blog post is about the docker module for Metricbeat, not Filebeat.

Shaunak