-
-
Save ShubhamRasal/a26856af620a7cb64f128c374e13b192 to your computer and use it in GitHub Desktop.
Kitana custom field
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: email | |
type: regex | |
regex: | |
- '([a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+\.[a-zA-Z0-9_-]+)' | |
- '([a-zA-Z0-9+._-]+@[a-zA-Z0-9._-]+\.[a-zA-Z0-9_-]+)' | |
- name: phone | |
type: regex | |
regex: | |
- '\d{3}-\d{8}|\d{4}-\d{7}' | |
- name: awss3 | |
type: regex | |
regex: | |
- '(.*)\.s3\.amazonaws\.com' | |
- 's3://([^/]+)' | |
- name: awsapps | |
type: regex | |
regex: | |
- '(.*)\.awsapps\.com' | |
- name: dostorage | |
type: regex | |
regex: | |
- '(.*)\.digitaloceanspaces\.com' | |
- name: doapp | |
type: regex | |
regex: | |
- '(.*)\.ondigitalocean\.app' | |
- name: azureblob | |
type: regex | |
regex: | |
- '(.*)\.blob\.core\.windows\.net' | |
- '(.*)\.web\.core\.windows\.net' | |
- '(.*)\.file\.core\.windows\.net' | |
- '(.*)\.queue\.core\.windows\.net' | |
- name: azurewebapp | |
type: regex | |
regex: | |
- '(.*)\.azurewebsites\.net' | |
- '(.*)\.cloudapp\.net' | |
- name: azuredatabase | |
type: regex | |
regex: | |
- '(.*)\.database\.windows\.net' | |
- name: gcpbuckets | |
type: regex | |
regex: | |
- '(.*)\.storage\.googleapis\.com' | |
- name: gcpfirebasertd | |
type: regex | |
regex: | |
- '(.*)\.firebaseio\.com' | |
- name: gcpappspot | |
type: regex | |
regex: | |
- '(.*)\.appspot\.com' | |
- name: gcpfunction | |
type: regex | |
regex: | |
- '(.*)\.cloudfunctions\.net' | |
- name: gcpfirebase | |
type: regex | |
regex: | |
- '(.*)\.firebaseapp\.com' | |
- name: alibaba | |
type: regex | |
regex: | |
- '(.*)\.aliyuncs\.com' | |
- name: linode | |
type: regex | |
regex: | |
- '(.*)\.linodeobjects\.com' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment