|
%!s(int64=5) %!d(string=hai) anos | |
---|---|---|
AFS Forcepoint Neuterage Notes.md | %!s(int64=5) %!d(string=hai) anos | |
AFS ServiceNow AWS Account Request.pdf | %!s(int64=5) %!d(string=hai) anos | |
AWS New Account Setup Notes.md | %!s(int64=5) %!d(string=hai) anos | |
AWS New User Setup Notes.md | %!s(int64=5) %!d(string=hai) anos | |
AWS Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Atlantis Notes.md | %!s(int64=5) %!d(string=hai) anos | |
CloudWatch Insights.md | %!s(int64=5) %!d(string=hai) anos | |
Collectd Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Customer Decommision Notes.md | %!s(int64=5) %!d(string=hai) anos | |
FedRAMP Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Fluentd Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Full Drive Notes.md | %!s(int64=5) %!d(string=hai) anos | |
GitHub Server Notes.md | %!s(int64=5) %!d(string=hai) anos | |
GnuPG (gpg) Notes.md | %!s(int64=5) %!d(string=hai) anos | |
GovCloud Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Jenkins Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Migration to Sensu Go Notes.md | %!s(int64=5) %!d(string=hai) anos | |
New Customer Setup.md | %!s(int64=5) %!d(string=hai) anos | |
Okta Notes.md | %!s(int64=5) %!d(string=hai) anos | |
OpenVPN Notes.md | %!s(int64=5) %!d(string=hai) anos | |
POP Node Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Packer Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Packer Salt Master FIPS Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Patching Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Phantom Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Phantom Upgrade Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Portal Lamba Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Portal Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Portal WAF Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Qualys Notes.md | %!s(int64=5) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos | |
RedHat Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Reposerver Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Salt Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Salt Splunk Whitelisting FedRAMP Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Salt Upgrade Notes.md | %!s(int64=5) %!d(string=hai) anos | |
ScaleFT Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Sensu Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Splunk MSCAS Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Splunk Maxmind Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Splunk NGA Data Pull Request Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Splunk Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Splunk SAF Offboarding Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Sudo Replay Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Terraform Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Terraform Splunk ASG Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Vault Notes.md | %!s(int64=5) %!d(string=hai) anos | |
Vault Prod Refresh Notes.md | %!s(int64=5) %!d(string=hai) anos | |
VictorOps Notes.md | %!s(int64=5) %!d(string=hai) anos | |
salt_splunk_HEC Notes.md | %!s(int64=5) %!d(string=hai) anos | |
sftp Notes.md | %!s(int64=5) %!d(string=hai) anos |
BAECEXD (pronounced "bake ext") is a set of notes about how to actually get things done in XDR. Since XDR is a rapidly evolving landscape, some of these notes are likely to be out of date, flawed, or just outright wrong. Use at your own risk.
All files MUST follow the naming scheme.
<Major Topic> <Minor Topic> Notes.md
e.g. Salt Upgrade Notes.md . The first letter of each word should be capitalized.
All files MUST follow the proper markdown format. ( work in progress )
# <filename>
<Description of notes or project>
## <Section Title>
<Today's date>
<arbitrary notes>
## <Section Title>
<Today's date>
<arbitrary notes>
# Salt Notes.md
Salt is the configuration management tool
## Section 1
02/28/2020
Salt sucks and we should use puppet.
## Section 2
03/15/2020
Salt version 2019.2.3 should always be made public on the internet.
To add a newline that is visible in markdown on the github website, add two newlines to the .md file. DO NOT add <br>
or \ to the ends of lines. The primary place to view these files is in a text editor not on github website!
Use three backticks to indicate a section of code or terminal output and single backticks to indicate technical commands or terms.
When referencing other files use a link in the format See (file name) for more details.
e.g. See (Salt Upgrade Notes.md) for more details.
For PRs, push directly to master unless they are major changes.
Be kind and think about the engineer after you.