Răsfoiți Sursa

Removed XDR Prefix

Fred Damstra 5 ani în urmă
părinte
comite
9b61411e06

+ 0 - 0
XDR AWS New Account Setup Notes.md → AWS New Account Setup Notes.md


+ 1 - 1
XDR AWS New User Setup Notes.md → AWS New User Setup Notes.md

@@ -1,4 +1,4 @@
-MDR AWS New User Setup Notes.md
+AWS New User Setup Notes.md
 
 
 

+ 1 - 1
XDR AWS Notes.md → AWS Notes.md

@@ -1,4 +1,4 @@
-# XDR AWS Notes.md
+# AWS Notes.md
 
 Root Account Alias (in AWS): defpoint-mdr-root
 Root Account Alias (for terraform/in `~/.aws/{config,credentials}`): mdr-root

+ 0 - 0
XDR Atlantis Notes.md → Atlantis Notes.md


+ 1 - 1
XDR Collectd Notes.md → Collectd Notes.md

@@ -1,4 +1,4 @@
-# XDR Collectd Notes.md
+# Collectd Notes.md
 
 Collectd is used to tracking hard drive space and cpu usage. The data is collectd on the servers and sent to the Moose indexers. 
 

+ 1 - 1
XDR Customer Decommision Notes.md → Customer Decommision Notes.md

@@ -1,4 +1,4 @@
-XDR Customer decommision Notes.md
+# Customer decommision Notes.md
 
 salt saf-splunk-syslog-* cmd.run 'systemctl stop syslog-ng'
 salt saf-splunk-syslog-* cmd.run 'systemctl disable syslog-ng'

+ 0 - 0
XDR FedRAMP Notes.md → FedRAMP Notes.md


+ 1 - 1
XDR Fluentd Notes.md → Fluentd Notes.md

@@ -1,4 +1,4 @@
-XDR Fluentd Notes.txt
+# Fluentd Notes.md
 
 Fluentd is part of Treasure Data. So the service name is td-agent. 
 

+ 0 - 0
XDR Full Drive Notes.md → Full Drive Notes.md


+ 1 - 1
XDR GitHub Server Notes.md → GitHub Server Notes.md

@@ -1,4 +1,4 @@
-XDR GitHub Server Notes.txt
+# GitHub Server Notes.md
 
 GitHub Enterprise Server is an APPLIANCE. No salt minion, No sft. 
 To SSH in you must have your public key manually added. 

+ 0 - 0
XDR GovCloud Notes.md → GovCloud Notes.md


+ 1 - 0
Jenkins Notes.md

@@ -0,0 +1 @@
+# Jenkins Notes

+ 1 - 1
XDR Migration to Sensu Go Notes.md → Migration to Sensu Go Notes.md

@@ -1,4 +1,4 @@
-# XDR Migration to Sensu Go
+# Migration to Sensu Go
 
 Currently sensu is installed, going to migrate us to Sensu Go
 

+ 0 - 0
MDR New Customer Setup.md → New Customer Setup.md


+ 0 - 0
XDR Okta Notes.md → Okta Notes.md


+ 0 - 0
XDR OpenVPN Notes.md → OpenVPN Notes.md


+ 1 - 1
XDR POP Node Notes.md → POP Node Notes.md

@@ -1,4 +1,4 @@
-# XDR POP Node Notes
+# POP Node Notes
 
 SDC drive
  3014  03/20/20 19:41:43 +0000 salt 'afs*syslog-[5678]*' cmd.run 'pvcreate /dev/sdc'

+ 0 - 0
XDR Packer Notes.md → Packer Notes.md


+ 1 - 1
XDR Packer Salt Master FIPS Notes.md → Packer Salt Master FIPS Notes.md

@@ -1,4 +1,4 @@
-MDR Packer Salt Master FIPS Notes
+Packer Salt Master FIPS Notes
 
 check for FIPS
 cat /proc/sys/crypto/fips_enabled

+ 1 - 1
XDR Patching Notes.md → Patching Notes.md

@@ -1,4 +1,4 @@
-# XDR Patching Notes.md
+# Patching Notes.md
 
 ## Timeline
 * Asha likes to submit her FedRAMP packet before about the 20th, so try to get it done before that.

+ 1 - 1
XDR Phantom Notes.md → Phantom Notes.md

@@ -1,4 +1,4 @@
-# XDR Phantom Notes
+# Phantom Notes
 
 Stop and Start the services
 /opt/phantom/bin/stop_phantom.sh

+ 1 - 1
XDR Phantom Upgrade Notes.md → Phantom Upgrade Notes.md

@@ -1,4 +1,4 @@
-MDR Phantom Upgrade Notes
+Phantom Upgrade Notes
 
 package installation order matters
 postgresql94-libs-9.4.15-1PGDG.rhel7.x86_64.rpm

+ 1 - 1
XDR Portal Lamba Notes.md → Portal Lamba Notes.md

@@ -1,4 +1,4 @@
-# XDR Portal Lambda Notes MSOCI-1067
+# Portal Lambda Notes MSOCI-1067
 
 read moose port 8089
 send to portal port 443 HTTPS

+ 1 - 1
XDR Portal Notes.md → Portal Notes.md

@@ -1,4 +1,4 @@
-# XDR Portal Notes
+# Portal Notes
 
 salt 'ip-10*' cmd.run 'docker images --digests'XDR Portal Notes
 https://github.mdr.defpoint.com/MDR-Content/customer_portal/wiki

+ 0 - 0
XDR Portal WAF Notes.md → Portal WAF Notes.md


+ 0 - 0
XDR Qualys Notes.md → Qualys Notes.md


+ 3 - 3
README.md

@@ -4,7 +4,7 @@ BAECEXD (pronounced "bake ext") is a set of notes about how to actually get thin
 
 ## Rules
 1. All files MUST follow the naming scheme.
-    `XDR <Major Topic> <Minor Topic> Notes.md` e.g. XDR Salt Upgrade Notes.md . The first letter of each word should be capitalized. 
+    `<Major Topic> <Minor Topic> Notes.md` e.g. Salt Upgrade Notes.md . The first letter of each word should be capitalized. 
 
 2. All files MUST follow the proper markdown format. ( work in progress )
 
@@ -24,7 +24,7 @@ BAECEXD (pronounced "bake ext") is a set of notes about how to actually get thin
     ```
 
     ``` 
-    # MDR Salt Notes.md
+    # Salt Notes.md
     Salt is the configuration management tool
 
     ## Section 1
@@ -43,7 +43,7 @@ BAECEXD (pronounced "bake ext") is a set of notes about how to actually get thin
 
 4. Use three backticks to indicate a section of code or terminal output and single backticks to indicate technical commands or terms.
 
-5. When referencing other files use a link in the format `See (file name) for more details.` e.g. See (MDR Salt Upgrade Notes.md) for more details. 
+5. 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. 
 
 6. For PRs, push directly to master unless they are major changes.
 

+ 1 - 1
XDR RedHat Notes.md → RedHat Notes.md

@@ -1,4 +1,4 @@
-# XDR RedHat Notes.md
+# RedHat Notes.md
 
 Notes about RedHat subscriptions and OS configurations
 

+ 2 - 2
XDR Reposerver Notes.md → Reposerver Notes.md

@@ -1,4 +1,4 @@
-# MDR Reposerver Notes.md
+# Reposerver Notes.md
 
 
 ## How to add a new package to the reposerver (which we want to move to S3)
@@ -30,4 +30,4 @@ splunk repo
 
 Defined in salt/fileroots/splunk/new_install.sls
 /etc/yum.repos.d/splunk.repo
-http://reposerver.msoc.defpoint.local/splunk
+http://reposerver.msoc.defpoint.local/splunk

+ 1 - 1
XDR Salt Notes.md → Salt Notes.md

@@ -1,4 +1,4 @@
-# XDR Salt Notes.md
+# Salt Notes.md
 Salt is the configuration management tool
 
 ---

+ 0 - 0
XDR Salt Splunk Whitelisting FedRAMP Notes.md → Salt Splunk Whitelisting FedRAMP Notes.md


+ 1 - 1
XDR Salt Upgrade Notes.md → Salt Upgrade Notes.md

@@ -1,4 +1,4 @@
-# XDR Salt Upgrade.txt
+# Salt Upgrade.txt
 https://jira.mdr.defpoint.com/browse/MSOCI-1164 
 
 Done when:

+ 1 - 1
XDR ScaleFT Notes.md → ScaleFT Notes.md

@@ -1,4 +1,4 @@
-# XDR ScaleFT Notes.md
+# ScaleFT Notes.md
 
 OKTA owns scaleft and we use it for managed SSH.
 

+ 1 - 1
XDR Sensu Notes.md → Sensu Notes.md

@@ -1,4 +1,4 @@
-# See (XDR Migration to Sensu Go.txt) file for more details
+# See (Migration to Sensu Go.md) file for more details
 
 In version 5.16 the default password was removed in favor of a sensu-backend init with bash variables. 
 

+ 0 - 0
XDR Splunk MSCAS Notes.md → Splunk MSCAS Notes.md


+ 0 - 0
XDR Splunk NGA Data Pull Request Notes.md → Splunk NGA Data Pull Request Notes.md


+ 1 - 1
XDR Splunk Notes.md → Splunk Notes.md

@@ -1,4 +1,4 @@
-# XDR Splunk Notes
+# Splunk Notes
 
 
 ------------

+ 1 - 1
XDR Splunk SAF Offboarding Notes.md → Splunk SAF Offboarding Notes.md

@@ -1,4 +1,4 @@
-# XDR Splunk SAF Data Offboarding.txt
+# Splunk SAF Data Offboarding.txt
 
 Currently a 3 node multi-site cluster. Possible solution, set search and rep factor to 3 and 3 then pull the index files off one of the indexers to a new instance. On the new instance, setup multi-site cluster with one site and see if you can read the indexed files.
 

+ 1 - 1
XDR Sudo Replay Notes.md → Sudo Replay Notes.md

@@ -1,4 +1,4 @@
-# XDR Sudo Replay Notes.md
+# Sudo Replay Notes.md
 
 Sudo replay is for replaying SSH sessions. 
 

+ 1 - 1
XDR Terraform Notes.md → Terraform Notes.md

@@ -1,4 +1,4 @@
-# XDR Terraform Notes.md
+# Terraform Notes.md
 
 
 `00-cis-hardening` - CIS Hardening for MDR root

+ 0 - 0
XDR Terraform Splunk ASG Notes.md → Terraform Splunk ASG Notes.md


+ 1 - 1
XDR Vault Notes.md → Vault Notes.md

@@ -1,4 +1,4 @@
-# XDR Vault Notes.md
+# Vault Notes.md
 
 Vualt is setup with dynamoDB as the backend. Vault has 3 nodes in a cluster and an AWS ALB as the frontend. The vault is unsealed with AWS KMS instead of the usual master key.
 

+ 0 - 0
XDR Vault Prod Refresh Notes.md → Vault Prod Refresh Notes.md


+ 0 - 0
XDR VictorOps Notes.md → VictorOps Notes.md


+ 0 - 1
XDR Jenkins Notes.md

@@ -1 +0,0 @@
-# XDR Jenkins Notes

+ 0 - 0
XDR salt_splunk_HEC Notes.md → salt_splunk_HEC Notes.md


+ 0 - 0
XDR sftp Notes.md → sftp Notes.md