├── Dockerfile ├── README.md ├── binary ├── filebeat └── filebeat.template.json ├── docker-entrypoint.sh └── filebeat.yml /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fiunchinho/docker-filebeat/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fiunchinho/docker-filebeat/HEAD/README.md -------------------------------------------------------------------------------- /binary/filebeat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fiunchinho/docker-filebeat/HEAD/binary/filebeat -------------------------------------------------------------------------------- /binary/filebeat.template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fiunchinho/docker-filebeat/HEAD/binary/filebeat.template.json -------------------------------------------------------------------------------- /docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fiunchinho/docker-filebeat/HEAD/docker-entrypoint.sh -------------------------------------------------------------------------------- /filebeat.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fiunchinho/docker-filebeat/HEAD/filebeat.yml --------------------------------------------------------------------------------