cribl-control-plane 0.2.0rc1__py3-none-any.whl → 0.3.0b1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cribl-control-plane might be problematic. Click here for more details.

Files changed (144) hide show
  1. cribl_control_plane/_version.py +3 -5
  2. cribl_control_plane/groups_sdk.py +8 -8
  3. cribl_control_plane/models/__init__.py +65 -27
  4. cribl_control_plane/models/authtoken.py +8 -1
  5. cribl_control_plane/models/configgroup.py +30 -2
  6. cribl_control_plane/models/createversionundoop.py +3 -3
  7. cribl_control_plane/models/distributedsummary.py +6 -0
  8. cribl_control_plane/models/hbcriblinfo.py +14 -3
  9. cribl_control_plane/models/heartbeatmetadata.py +3 -0
  10. cribl_control_plane/models/input.py +65 -63
  11. cribl_control_plane/models/inputappscope.py +4 -0
  12. cribl_control_plane/models/inputazureblob.py +4 -0
  13. cribl_control_plane/models/inputcollection.py +4 -0
  14. cribl_control_plane/models/inputconfluentcloud.py +8 -18
  15. cribl_control_plane/models/inputcribl.py +4 -0
  16. cribl_control_plane/models/inputcriblhttp.py +4 -0
  17. cribl_control_plane/models/inputcribllakehttp.py +4 -0
  18. cribl_control_plane/models/inputcriblmetrics.py +4 -0
  19. cribl_control_plane/models/inputcribltcp.py +4 -0
  20. cribl_control_plane/models/inputcrowdstrike.py +7 -0
  21. cribl_control_plane/models/inputdatadogagent.py +4 -0
  22. cribl_control_plane/models/inputdatagen.py +4 -0
  23. cribl_control_plane/models/inputedgeprometheus.py +12 -0
  24. cribl_control_plane/models/inputelastic.py +11 -0
  25. cribl_control_plane/models/inputeventhub.py +6 -0
  26. cribl_control_plane/models/inputexec.py +4 -0
  27. cribl_control_plane/models/inputfile.py +6 -0
  28. cribl_control_plane/models/inputfirehose.py +4 -0
  29. cribl_control_plane/models/inputgooglepubsub.py +7 -0
  30. cribl_control_plane/models/inputgrafana.py +8 -0
  31. cribl_control_plane/models/inputhttp.py +4 -0
  32. cribl_control_plane/models/inputhttpraw.py +4 -0
  33. cribl_control_plane/models/inputjournalfiles.py +4 -0
  34. cribl_control_plane/models/inputkafka.py +8 -17
  35. cribl_control_plane/models/inputkinesis.py +15 -0
  36. cribl_control_plane/models/inputkubeevents.py +4 -0
  37. cribl_control_plane/models/inputkubelogs.py +4 -0
  38. cribl_control_plane/models/inputkubemetrics.py +4 -0
  39. cribl_control_plane/models/inputloki.py +4 -0
  40. cribl_control_plane/models/inputmetrics.py +4 -0
  41. cribl_control_plane/models/inputmodeldriventelemetry.py +4 -0
  42. cribl_control_plane/models/inputmsk.py +7 -17
  43. cribl_control_plane/models/inputnetflow.py +4 -0
  44. cribl_control_plane/models/inputoffice365mgmt.py +11 -0
  45. cribl_control_plane/models/inputoffice365msgtrace.py +11 -0
  46. cribl_control_plane/models/inputoffice365service.py +11 -0
  47. cribl_control_plane/models/inputopentelemetry.py +8 -0
  48. cribl_control_plane/models/inputprometheus.py +10 -0
  49. cribl_control_plane/models/inputprometheusrw.py +4 -0
  50. cribl_control_plane/models/inputrawudp.py +4 -0
  51. cribl_control_plane/models/inputs3.py +7 -0
  52. cribl_control_plane/models/inputs3inventory.py +7 -0
  53. cribl_control_plane/models/inputsecuritylake.py +7 -0
  54. cribl_control_plane/models/inputsnmp.py +11 -0
  55. cribl_control_plane/models/inputsplunk.py +9 -0
  56. cribl_control_plane/models/inputsplunkhec.py +4 -0
  57. cribl_control_plane/models/inputsplunksearch.py +7 -0
  58. cribl_control_plane/models/inputsqs.py +9 -0
  59. cribl_control_plane/models/inputsyslog.py +8 -0
  60. cribl_control_plane/models/inputsystemmetrics.py +32 -0
  61. cribl_control_plane/models/inputsystemstate.py +4 -0
  62. cribl_control_plane/models/inputtcp.py +4 -0
  63. cribl_control_plane/models/inputtcpjson.py +4 -0
  64. cribl_control_plane/models/inputwef.py +6 -0
  65. cribl_control_plane/models/inputwindowsmetrics.py +28 -0
  66. cribl_control_plane/models/inputwineventlogs.py +8 -0
  67. cribl_control_plane/models/inputwiz.py +7 -0
  68. cribl_control_plane/models/inputwizwebhook.py +4 -0
  69. cribl_control_plane/models/inputzscalerhec.py +4 -0
  70. cribl_control_plane/models/jobinfo.py +4 -1
  71. cribl_control_plane/models/nodeprovidedinfo.py +11 -1
  72. cribl_control_plane/models/outpostnodeinfo.py +16 -0
  73. cribl_control_plane/models/output.py +77 -72
  74. cribl_control_plane/models/outputazureblob.py +20 -0
  75. cribl_control_plane/models/outputazuredataexplorer.py +28 -0
  76. cribl_control_plane/models/outputazureeventhub.py +17 -0
  77. cribl_control_plane/models/outputazurelogs.py +13 -0
  78. cribl_control_plane/models/outputchronicle.py +13 -0
  79. cribl_control_plane/models/outputclickhouse.py +17 -0
  80. cribl_control_plane/models/outputcloudwatch.py +13 -0
  81. cribl_control_plane/models/outputconfluentcloud.py +24 -18
  82. cribl_control_plane/models/outputcriblhttp.py +15 -0
  83. cribl_control_plane/models/outputcribllake.py +21 -0
  84. cribl_control_plane/models/outputcribltcp.py +12 -0
  85. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +15 -0
  86. cribl_control_plane/models/outputdatabricks.py +411 -0
  87. cribl_control_plane/models/outputdatadog.py +30 -0
  88. cribl_control_plane/models/outputdataset.py +23 -0
  89. cribl_control_plane/models/outputdls3.py +35 -0
  90. cribl_control_plane/models/outputdynatracehttp.py +22 -0
  91. cribl_control_plane/models/outputdynatraceotlp.py +22 -0
  92. cribl_control_plane/models/outputelastic.py +18 -0
  93. cribl_control_plane/models/outputelasticcloud.py +13 -0
  94. cribl_control_plane/models/outputexabeam.py +14 -0
  95. cribl_control_plane/models/outputfilesystem.py +15 -0
  96. cribl_control_plane/models/outputgooglechronicle.py +21 -0
  97. cribl_control_plane/models/outputgooglecloudlogging.py +19 -0
  98. cribl_control_plane/models/outputgooglecloudstorage.py +28 -0
  99. cribl_control_plane/models/outputgooglepubsub.py +13 -0
  100. cribl_control_plane/models/outputgrafanacloud.py +50 -0
  101. cribl_control_plane/models/outputgraphite.py +12 -0
  102. cribl_control_plane/models/outputhoneycomb.py +13 -0
  103. cribl_control_plane/models/outputhumiohec.py +15 -0
  104. cribl_control_plane/models/outputinfluxdb.py +19 -0
  105. cribl_control_plane/models/outputkafka.py +24 -17
  106. cribl_control_plane/models/outputkinesis.py +15 -0
  107. cribl_control_plane/models/outputloki.py +20 -0
  108. cribl_control_plane/models/outputminio.py +28 -0
  109. cribl_control_plane/models/outputmsk.py +23 -17
  110. cribl_control_plane/models/outputnewrelic.py +16 -0
  111. cribl_control_plane/models/outputnewrelicevents.py +16 -0
  112. cribl_control_plane/models/outputopentelemetry.py +22 -0
  113. cribl_control_plane/models/outputprometheus.py +13 -0
  114. cribl_control_plane/models/outputring.py +2 -0
  115. cribl_control_plane/models/outputs3.py +35 -0
  116. cribl_control_plane/models/outputsecuritylake.py +29 -0
  117. cribl_control_plane/models/outputsentinel.py +15 -0
  118. cribl_control_plane/models/outputsentineloneaisiem.py +13 -0
  119. cribl_control_plane/models/outputservicenow.py +21 -0
  120. cribl_control_plane/models/outputsignalfx.py +13 -0
  121. cribl_control_plane/models/outputsns.py +13 -0
  122. cribl_control_plane/models/outputsplunk.py +15 -0
  123. cribl_control_plane/models/outputsplunkhec.py +13 -0
  124. cribl_control_plane/models/outputsplunklb.py +15 -0
  125. cribl_control_plane/models/outputsqs.py +15 -0
  126. cribl_control_plane/models/outputstatsd.py +12 -0
  127. cribl_control_plane/models/outputstatsdext.py +12 -0
  128. cribl_control_plane/models/outputsumologic.py +15 -0
  129. cribl_control_plane/models/outputsyslog.py +24 -0
  130. cribl_control_plane/models/outputtcpjson.py +12 -0
  131. cribl_control_plane/models/outputwavefront.py +13 -0
  132. cribl_control_plane/models/outputwebhook.py +23 -0
  133. cribl_control_plane/models/outputxsiam.py +13 -0
  134. cribl_control_plane/models/packinfo.py +8 -5
  135. cribl_control_plane/models/packinstallinfo.py +8 -5
  136. cribl_control_plane/models/routeconf.py +3 -4
  137. cribl_control_plane/models/runnablejobcollection.py +4 -0
  138. cribl_control_plane/models/updatepacksop.py +25 -0
  139. cribl_control_plane/models/{routecloneconf.py → uploadpackresponse.py} +4 -4
  140. cribl_control_plane/packs.py +202 -7
  141. {cribl_control_plane-0.2.0rc1.dist-info → cribl_control_plane-0.3.0b1.dist-info}/METADATA +39 -16
  142. {cribl_control_plane-0.2.0rc1.dist-info → cribl_control_plane-0.3.0b1.dist-info}/RECORD +143 -141
  143. cribl_control_plane/models/appmode.py +0 -14
  144. {cribl_control_plane-0.2.0rc1.dist-info → cribl_control_plane-0.3.0b1.dist-info}/WHEEL +0 -0
@@ -18,8 +18,11 @@ class OutputDlS3Type(str, Enum):
18
18
  class OutputDlS3AuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
19
19
  r"""AWS authentication method. Choose Auto to use IAM roles."""
20
20
 
21
+ # Auto
21
22
  AUTO = "auto"
23
+ # Manual
22
24
  MANUAL = "manual"
25
+ # Secret Key pair
23
26
  SECRET = "secret"
24
27
 
25
28
 
@@ -33,54 +36,78 @@ class OutputDlS3SignatureVersion(str, Enum, metaclass=utils.OpenEnumMeta):
33
36
  class OutputDlS3ObjectACL(str, Enum, metaclass=utils.OpenEnumMeta):
34
37
  r"""Object ACL to assign to uploaded objects"""
35
38
 
39
+ # Private
36
40
  PRIVATE = "private"
41
+ # Public Read Only
37
42
  PUBLIC_READ = "public-read"
43
+ # Public Read/Write
38
44
  PUBLIC_READ_WRITE = "public-read-write"
45
+ # Authenticated Read Only
39
46
  AUTHENTICATED_READ = "authenticated-read"
47
+ # AWS EC2 AMI Read Only
40
48
  AWS_EXEC_READ = "aws-exec-read"
49
+ # Bucket Owner Read Only
41
50
  BUCKET_OWNER_READ = "bucket-owner-read"
51
+ # Bucket Owner Full Control
42
52
  BUCKET_OWNER_FULL_CONTROL = "bucket-owner-full-control"
43
53
 
44
54
 
45
55
  class OutputDlS3StorageClass(str, Enum, metaclass=utils.OpenEnumMeta):
46
56
  r"""Storage class to select for uploaded objects"""
47
57
 
58
+ # Standard
48
59
  STANDARD = "STANDARD"
60
+ # Reduced Redundancy Storage
49
61
  REDUCED_REDUNDANCY = "REDUCED_REDUNDANCY"
62
+ # Standard, Infrequent Access
50
63
  STANDARD_IA = "STANDARD_IA"
64
+ # One Zone, Infrequent Access
51
65
  ONEZONE_IA = "ONEZONE_IA"
66
+ # Intelligent Tiering
52
67
  INTELLIGENT_TIERING = "INTELLIGENT_TIERING"
68
+ # Glacier Flexible Retrieval
53
69
  GLACIER = "GLACIER"
70
+ # Glacier Instant Retrieval
54
71
  GLACIER_IR = "GLACIER_IR"
72
+ # Glacier Deep Archive
55
73
  DEEP_ARCHIVE = "DEEP_ARCHIVE"
56
74
 
57
75
 
58
76
  class OutputDlS3ServerSideEncryptionForUploadedObjects(
59
77
  str, Enum, metaclass=utils.OpenEnumMeta
60
78
  ):
79
+ # Amazon S3 Managed Key
61
80
  AES256 = "AES256"
81
+ # AWS KMS Managed Key
62
82
  AWS_KMS = "aws:kms"
63
83
 
64
84
 
65
85
  class OutputDlS3DataFormat(str, Enum, metaclass=utils.OpenEnumMeta):
66
86
  r"""Format of the output data"""
67
87
 
88
+ # JSON
68
89
  JSON = "json"
90
+ # Raw
69
91
  RAW = "raw"
92
+ # Parquet
70
93
  PARQUET = "parquet"
71
94
 
72
95
 
73
96
  class OutputDlS3BackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
74
97
  r"""How to handle events when all receivers are exerting backpressure"""
75
98
 
99
+ # Block
76
100
  BLOCK = "block"
101
+ # Drop
77
102
  DROP = "drop"
78
103
 
79
104
 
80
105
  class OutputDlS3DiskSpaceProtection(str, Enum, metaclass=utils.OpenEnumMeta):
81
106
  r"""How to handle events when disk space is below the global 'Min free disk space' limit"""
82
107
 
108
+ # Block
83
109
  BLOCK = "block"
110
+ # Drop
84
111
  DROP = "drop"
85
112
 
86
113
 
@@ -94,23 +121,31 @@ class OutputDlS3Compression(str, Enum, metaclass=utils.OpenEnumMeta):
94
121
  class OutputDlS3CompressionLevel(str, Enum, metaclass=utils.OpenEnumMeta):
95
122
  r"""Compression level to apply before moving files to final destination"""
96
123
 
124
+ # Best Speed
97
125
  BEST_SPEED = "best_speed"
126
+ # Normal
98
127
  NORMAL = "normal"
128
+ # Best Compression
99
129
  BEST_COMPRESSION = "best_compression"
100
130
 
101
131
 
102
132
  class OutputDlS3ParquetVersion(str, Enum, metaclass=utils.OpenEnumMeta):
103
133
  r"""Determines which data types are supported and how they are represented"""
104
134
 
135
+ # 1.0
105
136
  PARQUET_1_0 = "PARQUET_1_0"
137
+ # 2.4
106
138
  PARQUET_2_4 = "PARQUET_2_4"
139
+ # 2.6
107
140
  PARQUET_2_6 = "PARQUET_2_6"
108
141
 
109
142
 
110
143
  class OutputDlS3DataPageVersion(str, Enum, metaclass=utils.OpenEnumMeta):
111
144
  r"""Serialization format of data pages. Note that some reader implementations use Data page V2's attributes to work more efficiently, while others ignore it."""
112
145
 
146
+ # V1
113
147
  DATA_PAGE_V1 = "DATA_PAGE_V1"
148
+ # V2
114
149
  DATA_PAGE_V2 = "DATA_PAGE_V2"
115
150
 
116
151
 
@@ -39,8 +39,11 @@ class OutputDynatraceHTTPFailedRequestLoggingMode(
39
39
  ):
40
40
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
41
41
 
42
+ # Payload
42
43
  PAYLOAD = "payload"
44
+ # Payload + Headers
43
45
  PAYLOAD_AND_HEADERS = "payloadAndHeaders"
46
+ # None
44
47
  NONE = "none"
45
48
 
46
49
 
@@ -101,53 +104,72 @@ class OutputDynatraceHTTPTimeoutRetrySettings(BaseModel):
101
104
  class OutputDynatraceHTTPBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
102
105
  r"""How to handle events when all receivers are exerting backpressure"""
103
106
 
107
+ # Block
104
108
  BLOCK = "block"
109
+ # Drop
105
110
  DROP = "drop"
111
+ # Persistent Queue
106
112
  QUEUE = "queue"
107
113
 
108
114
 
109
115
  class OutputDynatraceHTTPAuthenticationType(str, Enum, metaclass=utils.OpenEnumMeta):
116
+ # Auth token
110
117
  TOKEN = "token"
118
+ # Token (text secret)
111
119
  TEXT_SECRET = "textSecret"
112
120
 
113
121
 
114
122
  class OutputDynatraceHTTPFormat(str, Enum, metaclass=utils.OpenEnumMeta):
115
123
  r"""How to format events before sending. Defaults to JSON. Plaintext is not currently supported."""
116
124
 
125
+ # JSON
117
126
  JSON_ARRAY = "json_array"
127
+ # Plaintext
118
128
  PLAINTEXT = "plaintext"
119
129
 
120
130
 
121
131
  class Endpoint(str, Enum, metaclass=utils.OpenEnumMeta):
132
+ # Cloud
122
133
  CLOUD = "cloud"
134
+ # ActiveGate
123
135
  ACTIVE_GATE = "activeGate"
136
+ # Manual
124
137
  MANUAL = "manual"
125
138
 
126
139
 
127
140
  class TelemetryType(str, Enum, metaclass=utils.OpenEnumMeta):
141
+ # Logs
128
142
  LOGS = "logs"
143
+ # Metrics
129
144
  METRICS = "metrics"
130
145
 
131
146
 
132
147
  class OutputDynatraceHTTPCompression(str, Enum, metaclass=utils.OpenEnumMeta):
133
148
  r"""Codec to use to compress the persisted data"""
134
149
 
150
+ # None
135
151
  NONE = "none"
152
+ # Gzip
136
153
  GZIP = "gzip"
137
154
 
138
155
 
139
156
  class OutputDynatraceHTTPQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
140
157
  r"""How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged."""
141
158
 
159
+ # Block
142
160
  BLOCK = "block"
161
+ # Drop new data
143
162
  DROP = "drop"
144
163
 
145
164
 
146
165
  class OutputDynatraceHTTPMode(str, Enum, metaclass=utils.OpenEnumMeta):
147
166
  r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
148
167
 
168
+ # Error
149
169
  ERROR = "error"
170
+ # Backpressure
150
171
  BACKPRESSURE = "backpressure"
172
+ # Always On
151
173
  ALWAYS = "always"
152
174
 
153
175
 
@@ -18,20 +18,25 @@ class OutputDynatraceOtlpType(str, Enum):
18
18
  class OutputDynatraceOtlpProtocol(str, Enum, metaclass=utils.OpenEnumMeta):
19
19
  r"""Select a transport option for Dynatrace"""
20
20
 
21
+ # HTTP
21
22
  HTTP = "http"
22
23
 
23
24
 
24
25
  class OutputDynatraceOTLPOTLPVersion(str, Enum, metaclass=utils.OpenEnumMeta):
25
26
  r"""The version of OTLP Protobuf definitions to use when structuring data to send"""
26
27
 
28
+ # 1.3.1
27
29
  ONE_DOT_3_DOT_1 = "1.3.1"
28
30
 
29
31
 
30
32
  class OutputDynatraceOtlpCompressCompression(str, Enum, metaclass=utils.OpenEnumMeta):
31
33
  r"""Type of compression to apply to messages sent to the OpenTelemetry endpoint"""
32
34
 
35
+ # None
33
36
  NONE = "none"
37
+ # Deflate
34
38
  DEFLATE = "deflate"
39
+ # Gzip
35
40
  GZIP = "gzip"
36
41
 
37
42
 
@@ -40,7 +45,9 @@ class OutputDynatraceOtlpHTTPCompressCompression(
40
45
  ):
41
46
  r"""Type of compression to apply to messages sent to the OpenTelemetry endpoint"""
42
47
 
48
+ # None
43
49
  NONE = "none"
50
+ # Gzip
44
51
  GZIP = "gzip"
45
52
 
46
53
 
@@ -60,23 +67,31 @@ class OutputDynatraceOtlpFailedRequestLoggingMode(
60
67
  ):
61
68
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
62
69
 
70
+ # Payload
63
71
  PAYLOAD = "payload"
72
+ # Payload + Headers
64
73
  PAYLOAD_AND_HEADERS = "payloadAndHeaders"
74
+ # None
65
75
  NONE = "none"
66
76
 
67
77
 
68
78
  class EndpointType(str, Enum, metaclass=utils.OpenEnumMeta):
69
79
  r"""Select the type of Dynatrace endpoint configured"""
70
80
 
81
+ # SaaS
71
82
  SAAS = "saas"
83
+ # ActiveGate
72
84
  AG = "ag"
73
85
 
74
86
 
75
87
  class OutputDynatraceOtlpBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
76
88
  r"""How to handle events when all receivers are exerting backpressure"""
77
89
 
90
+ # Block
78
91
  BLOCK = "block"
92
+ # Drop
79
93
  DROP = "drop"
94
+ # Persistent Queue
80
95
  QUEUE = "queue"
81
96
 
82
97
 
@@ -148,22 +163,29 @@ class OutputDynatraceOtlpTimeoutRetrySettings(BaseModel):
148
163
  class OutputDynatraceOtlpPqCompressCompression(str, Enum, metaclass=utils.OpenEnumMeta):
149
164
  r"""Codec to use to compress the persisted data"""
150
165
 
166
+ # None
151
167
  NONE = "none"
168
+ # Gzip
152
169
  GZIP = "gzip"
153
170
 
154
171
 
155
172
  class OutputDynatraceOtlpQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
156
173
  r"""How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged."""
157
174
 
175
+ # Block
158
176
  BLOCK = "block"
177
+ # Drop new data
159
178
  DROP = "drop"
160
179
 
161
180
 
162
181
  class OutputDynatraceOtlpMode(str, Enum, metaclass=utils.OpenEnumMeta):
163
182
  r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
164
183
 
184
+ # Error
165
185
  ERROR = "error"
186
+ # Backpressure
166
187
  BACKPRESSURE = "backpressure"
188
+ # Always On
167
189
  ALWAYS = "always"
168
190
 
169
191
 
@@ -29,8 +29,11 @@ class OutputElasticExtraHTTPHeader(BaseModel):
29
29
  class OutputElasticFailedRequestLoggingMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
31
31
 
32
+ # Payload
32
33
  PAYLOAD = "payload"
34
+ # Payload + Headers
33
35
  PAYLOAD_AND_HEADERS = "payloadAndHeaders"
36
+ # None
34
37
  NONE = "none"
35
38
 
36
39
 
@@ -130,23 +133,31 @@ class OutputElasticAuth(BaseModel):
130
133
  class ElasticVersion(str, Enum, metaclass=utils.OpenEnumMeta):
131
134
  r"""Optional Elasticsearch version, used to format events. If not specified, will auto-discover version."""
132
135
 
136
+ # Auto
133
137
  AUTO = "auto"
138
+ # 6.x
134
139
  SIX = "6"
140
+ # 7.x
135
141
  SEVEN = "7"
136
142
 
137
143
 
138
144
  class WriteAction(str, Enum, metaclass=utils.OpenEnumMeta):
139
145
  r"""Action to use when writing events. Must be set to `Create` when writing to a data stream."""
140
146
 
147
+ # Index
141
148
  INDEX = "index"
149
+ # Create
142
150
  CREATE = "create"
143
151
 
144
152
 
145
153
  class OutputElasticBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
146
154
  r"""How to handle events when all receivers are exerting backpressure"""
147
155
 
156
+ # Block
148
157
  BLOCK = "block"
158
+ # Drop
149
159
  DROP = "drop"
160
+ # Persistent Queue
150
161
  QUEUE = "queue"
151
162
 
152
163
 
@@ -168,22 +179,29 @@ class OutputElasticURL(BaseModel):
168
179
  class OutputElasticCompression(str, Enum, metaclass=utils.OpenEnumMeta):
169
180
  r"""Codec to use to compress the persisted data"""
170
181
 
182
+ # None
171
183
  NONE = "none"
184
+ # Gzip
172
185
  GZIP = "gzip"
173
186
 
174
187
 
175
188
  class OutputElasticQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
176
189
  r"""How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged."""
177
190
 
191
+ # Block
178
192
  BLOCK = "block"
193
+ # Drop new data
179
194
  DROP = "drop"
180
195
 
181
196
 
182
197
  class OutputElasticMode(str, Enum, metaclass=utils.OpenEnumMeta):
183
198
  r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
184
199
 
200
+ # Error
185
201
  ERROR = "error"
202
+ # Backpressure
186
203
  BACKPRESSURE = "backpressure"
204
+ # Always On
187
205
  ALWAYS = "always"
188
206
 
189
207
 
@@ -31,8 +31,11 @@ class OutputElasticCloudFailedRequestLoggingMode(
31
31
  ):
32
32
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
33
33
 
34
+ # Payload
34
35
  PAYLOAD = "payload"
36
+ # Payload + Headers
35
37
  PAYLOAD_AND_HEADERS = "payloadAndHeaders"
38
+ # None
36
39
  NONE = "none"
37
40
 
38
41
 
@@ -132,30 +135,40 @@ class OutputElasticCloudTimeoutRetrySettings(BaseModel):
132
135
  class OutputElasticCloudBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
133
136
  r"""How to handle events when all receivers are exerting backpressure"""
134
137
 
138
+ # Block
135
139
  BLOCK = "block"
140
+ # Drop
136
141
  DROP = "drop"
142
+ # Persistent Queue
137
143
  QUEUE = "queue"
138
144
 
139
145
 
140
146
  class OutputElasticCloudCompression(str, Enum, metaclass=utils.OpenEnumMeta):
141
147
  r"""Codec to use to compress the persisted data"""
142
148
 
149
+ # None
143
150
  NONE = "none"
151
+ # Gzip
144
152
  GZIP = "gzip"
145
153
 
146
154
 
147
155
  class OutputElasticCloudQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
148
156
  r"""How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged."""
149
157
 
158
+ # Block
150
159
  BLOCK = "block"
160
+ # Drop new data
151
161
  DROP = "drop"
152
162
 
153
163
 
154
164
  class OutputElasticCloudMode(str, Enum, metaclass=utils.OpenEnumMeta):
155
165
  r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
156
166
 
167
+ # Error
157
168
  ERROR = "error"
169
+ # Backpressure
158
170
  BACKPRESSURE = "backpressure"
171
+ # Always On
159
172
  ALWAYS = "always"
160
173
 
161
174
 
@@ -25,34 +25,48 @@ class OutputExabeamSignatureVersion(str, Enum, metaclass=utils.OpenEnumMeta):
25
25
  class OutputExabeamObjectACL(str, Enum, metaclass=utils.OpenEnumMeta):
26
26
  r"""Object ACL to assign to uploaded objects"""
27
27
 
28
+ # private
28
29
  PRIVATE = "private"
30
+ # bucket-owner-read
29
31
  BUCKET_OWNER_READ = "bucket-owner-read"
32
+ # bucket-owner-full-control
30
33
  BUCKET_OWNER_FULL_CONTROL = "bucket-owner-full-control"
34
+ # project-private
31
35
  PROJECT_PRIVATE = "project-private"
36
+ # authenticated-read
32
37
  AUTHENTICATED_READ = "authenticated-read"
38
+ # public-read
33
39
  PUBLIC_READ = "public-read"
34
40
 
35
41
 
36
42
  class OutputExabeamStorageClass(str, Enum, metaclass=utils.OpenEnumMeta):
37
43
  r"""Storage class to select for uploaded objects"""
38
44
 
45
+ # Standard Storage
39
46
  STANDARD = "STANDARD"
47
+ # Nearline Storage
40
48
  NEARLINE = "NEARLINE"
49
+ # Coldline Storage
41
50
  COLDLINE = "COLDLINE"
51
+ # Archive Storage
42
52
  ARCHIVE = "ARCHIVE"
43
53
 
44
54
 
45
55
  class OutputExabeamBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
46
56
  r"""How to handle events when all receivers are exerting backpressure"""
47
57
 
58
+ # Block
48
59
  BLOCK = "block"
60
+ # Drop
49
61
  DROP = "drop"
50
62
 
51
63
 
52
64
  class OutputExabeamDiskSpaceProtection(str, Enum, metaclass=utils.OpenEnumMeta):
53
65
  r"""How to handle events when disk space is below the global 'Min free disk space' limit"""
54
66
 
67
+ # Block
55
68
  BLOCK = "block"
69
+ # Drop
56
70
  DROP = "drop"
57
71
 
58
72
 
@@ -18,22 +18,29 @@ class OutputFilesystemType(str, Enum):
18
18
  class OutputFilesystemDataFormat(str, Enum, metaclass=utils.OpenEnumMeta):
19
19
  r"""Format of the output data"""
20
20
 
21
+ # JSON
21
22
  JSON = "json"
23
+ # Raw
22
24
  RAW = "raw"
25
+ # Parquet
23
26
  PARQUET = "parquet"
24
27
 
25
28
 
26
29
  class OutputFilesystemBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
27
30
  r"""How to handle events when all receivers are exerting backpressure"""
28
31
 
32
+ # Block
29
33
  BLOCK = "block"
34
+ # Drop
30
35
  DROP = "drop"
31
36
 
32
37
 
33
38
  class OutputFilesystemDiskSpaceProtection(str, Enum, metaclass=utils.OpenEnumMeta):
34
39
  r"""How to handle events when disk space is below the global 'Min free disk space' limit"""
35
40
 
41
+ # Block
36
42
  BLOCK = "block"
43
+ # Drop
37
44
  DROP = "drop"
38
45
 
39
46
 
@@ -47,23 +54,31 @@ class OutputFilesystemCompression(str, Enum, metaclass=utils.OpenEnumMeta):
47
54
  class OutputFilesystemCompressionLevel(str, Enum, metaclass=utils.OpenEnumMeta):
48
55
  r"""Compression level to apply before moving files to final destination"""
49
56
 
57
+ # Best Speed
50
58
  BEST_SPEED = "best_speed"
59
+ # Normal
51
60
  NORMAL = "normal"
61
+ # Best Compression
52
62
  BEST_COMPRESSION = "best_compression"
53
63
 
54
64
 
55
65
  class OutputFilesystemParquetVersion(str, Enum, metaclass=utils.OpenEnumMeta):
56
66
  r"""Determines which data types are supported and how they are represented"""
57
67
 
68
+ # 1.0
58
69
  PARQUET_1_0 = "PARQUET_1_0"
70
+ # 2.4
59
71
  PARQUET_2_4 = "PARQUET_2_4"
72
+ # 2.6
60
73
  PARQUET_2_6 = "PARQUET_2_6"
61
74
 
62
75
 
63
76
  class OutputFilesystemDataPageVersion(str, Enum, metaclass=utils.OpenEnumMeta):
64
77
  r"""Serialization format of data pages. Note that some reader implementations use Data page V2's attributes to work more efficiently, while others ignore it."""
65
78
 
79
+ # V1
66
80
  DATA_PAGE_V1 = "DATA_PAGE_V1"
81
+ # V2
67
82
  DATA_PAGE_V2 = "DATA_PAGE_V2"
68
83
 
69
84
 
@@ -16,16 +16,22 @@ class OutputGoogleChronicleType(str, Enum):
16
16
 
17
17
 
18
18
  class OutputGoogleChronicleAPIVersion(str, Enum, metaclass=utils.OpenEnumMeta):
19
+ # V1
19
20
  V1 = "v1"
21
+ # V2
20
22
  V2 = "v2"
21
23
 
22
24
 
23
25
  class OutputGoogleChronicleAuthenticationMethod(
24
26
  str, Enum, metaclass=utils.OpenEnumMeta
25
27
  ):
28
+ # API key
26
29
  MANUAL = "manual"
30
+ # API key secret
27
31
  SECRET = "secret"
32
+ # Service account credentials
28
33
  SERVICE_ACCOUNT = "serviceAccount"
34
+ # Service account credentials secret
29
35
  SERVICE_ACCOUNT_SECRET = "serviceAccountSecret"
30
36
 
31
37
 
@@ -84,7 +90,9 @@ class OutputGoogleChronicleTimeoutRetrySettings(BaseModel):
84
90
 
85
91
 
86
92
  class SendEventsAs(str, Enum, metaclass=utils.OpenEnumMeta):
93
+ # Unstructured
87
94
  UNSTRUCTURED = "unstructured"
95
+ # UDM
88
96
  UDM = "udm"
89
97
 
90
98
 
@@ -104,8 +112,11 @@ class OutputGoogleChronicleFailedRequestLoggingMode(
104
112
  ):
105
113
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
106
114
 
115
+ # Payload
107
116
  PAYLOAD = "payload"
117
+ # Payload + Headers
108
118
  PAYLOAD_AND_HEADERS = "payloadAndHeaders"
119
+ # None
109
120
  NONE = "none"
110
121
 
111
122
 
@@ -114,8 +125,11 @@ class OutputGoogleChronicleBackpressureBehavior(
114
125
  ):
115
126
  r"""How to handle events when all receivers are exerting backpressure"""
116
127
 
128
+ # Block
117
129
  BLOCK = "block"
130
+ # Drop
118
131
  DROP = "drop"
132
+ # Persistent Queue
119
133
  QUEUE = "queue"
120
134
 
121
135
 
@@ -144,22 +158,29 @@ class OutputGoogleChronicleCustomLabel(BaseModel):
144
158
  class OutputGoogleChronicleCompression(str, Enum, metaclass=utils.OpenEnumMeta):
145
159
  r"""Codec to use to compress the persisted data"""
146
160
 
161
+ # None
147
162
  NONE = "none"
163
+ # Gzip
148
164
  GZIP = "gzip"
149
165
 
150
166
 
151
167
  class OutputGoogleChronicleQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
152
168
  r"""How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged."""
153
169
 
170
+ # Block
154
171
  BLOCK = "block"
172
+ # Drop new data
155
173
  DROP = "drop"
156
174
 
157
175
 
158
176
  class OutputGoogleChronicleMode(str, Enum, metaclass=utils.OpenEnumMeta):
159
177
  r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
160
178
 
179
+ # Error
161
180
  ERROR = "error"
181
+ # Backpressure
162
182
  BACKPRESSURE = "backpressure"
183
+ # Always On
163
184
  ALWAYS = "always"
164
185
 
165
186