|
1 | 1 |
|
2 | 2 | # Compass Tracking Plan
|
3 | 3 |
|
4 |
| -Generated on Mon, Sep 16, 2024 at 08:22 AM |
| 4 | +Generated on Mon, Sep 16, 2024 at 10:03 AM |
5 | 5 |
|
6 | 6 | ## Table of Contents
|
7 | 7 |
|
@@ -790,16 +790,16 @@ This event is fired when a connection attempt fails.
|
790 | 790 | - Specifies if Client-Side Field Level Encryption (CSFLE) is used.
|
791 | 791 | - **has_csfle_schema** (optional): `boolean | undefined`
|
792 | 792 | - Specifies if CSFLE schema is present.
|
793 |
| -- **has_kms_aws** (optional): `boolean | undefined` |
794 |
| - - Specifies if KMS AWS is used. |
795 |
| -- **has_kms_gcp** (optional): `boolean | undefined` |
796 |
| - - Specifies if KMS GCP is used. |
797 |
| -- **has_kms_kmip** (optional): `boolean | undefined` |
798 |
| - - Specifies if KMS KMIP is used. |
799 |
| -- **has_kms_local** (optional): `boolean | undefined` |
800 |
| - - Specifies if KMS Local is used. |
801 |
| -- **has_kms_azure** (optional): `boolean | undefined` |
802 |
| - - Specifies if KMS Azure is used. |
| 793 | +- **count_kms_aws** (optional): `number | undefined` |
| 794 | + - Specifies the number of AWS KMS providers used. |
| 795 | +- **count_kms_gcp** (optional): `number | undefined` |
| 796 | + - Specifies the number of GCP KMS providers used. |
| 797 | +- **count_kms_kmip** (optional): `number | undefined` |
| 798 | + - Specifies the number of KMIP KMS providers used. |
| 799 | +- **count_kms_local** (optional): `number | undefined` |
| 800 | + - Specifies the number of Local KMS providers used. |
| 801 | +- **count_kms_azure** (optional): `number | undefined` |
| 802 | + - Specifies the number of Azure KMS providers used. |
803 | 803 | - **connection_id** (optional): `string | undefined`
|
804 | 804 | - The id of the connection associated to this event.
|
805 | 805 |
|
@@ -870,16 +870,16 @@ This event is fired when user successfully connects to a new server/cluster.
|
870 | 870 | - Specifies if Client-Side Field Level Encryption (CSFLE) is used.
|
871 | 871 | - **has_csfle_schema** (optional): `boolean | undefined`
|
872 | 872 | - Specifies if CSFLE schema is present.
|
873 |
| -- **has_kms_aws** (optional): `boolean | undefined` |
874 |
| - - Specifies if KMS AWS is used. |
875 |
| -- **has_kms_gcp** (optional): `boolean | undefined` |
876 |
| - - Specifies if KMS GCP is used. |
877 |
| -- **has_kms_kmip** (optional): `boolean | undefined` |
878 |
| - - Specifies if KMS KMIP is used. |
879 |
| -- **has_kms_local** (optional): `boolean | undefined` |
880 |
| - - Specifies if KMS Local is used. |
881 |
| -- **has_kms_azure** (optional): `boolean | undefined` |
882 |
| - - Specifies if KMS Azure is used. |
| 873 | +- **count_kms_aws** (optional): `number | undefined` |
| 874 | + - Specifies the number of AWS KMS providers used. |
| 875 | +- **count_kms_gcp** (optional): `number | undefined` |
| 876 | + - Specifies the number of GCP KMS providers used. |
| 877 | +- **count_kms_kmip** (optional): `number | undefined` |
| 878 | + - Specifies the number of KMIP KMS providers used. |
| 879 | +- **count_kms_local** (optional): `number | undefined` |
| 880 | + - Specifies the number of Local KMS providers used. |
| 881 | +- **count_kms_azure** (optional): `number | undefined` |
| 882 | + - Specifies the number of Azure KMS providers used. |
883 | 883 | - **connection_id** (optional): `string | undefined`
|
884 | 884 | - The id of the connection associated to this event.
|
885 | 885 |
|
|
0 commit comments