Skip to content

bonifield/Data-Engineering-for-Cybersecurity

Repository files navigation

Data Engineering for Cybersecurity

Official repository for code snippets from Data Engineering for Cybersecurity, available from No Starch Press as of July 2025.

All passwords and passphrases in this book are abcd1234 unless otherwise specified!

Extra Content

Errata

Extra Content

Chapter 12

  • Use --limit <group> or --limit "group1,group2" to target a specific group or groups using ansible-playbook when a playbook has - hosts: all at the top. See the official pattern documentation for more examples.

Errata

Chapter 6

  • As of Elastic 9.x, when installing Elastic Agent the first time as a Fleet Server, add the --install-servers parameter ref 1 ref 2 (relevant to book page 113)

  • As of Elastic 9.x, when adding the Elasticsearch output for your Fleet Server, there are now sections to paste in your signed certificate, private key, and certificate authorities. You may just paste the certificate authorities in the appropriate section, instead of pasting in Advanced YAML configuration. (relevant to book page 111)