cribl-control-plane 0.2.1rc6__py3-none-any.whl → 0.3.0a1__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 (157) hide show
  1. cribl_control_plane/_version.py +4 -4
  2. cribl_control_plane/errors/__init__.py +5 -8
  3. cribl_control_plane/errors/{healthserverstatus_error.py → healthstatus_error.py} +9 -10
  4. cribl_control_plane/groups_sdk.py +30 -54
  5. cribl_control_plane/health.py +16 -22
  6. cribl_control_plane/models/__init__.py +50 -103
  7. cribl_control_plane/models/appmode.py +14 -0
  8. cribl_control_plane/models/authtoken.py +1 -5
  9. cribl_control_plane/models/configgroup.py +6 -35
  10. cribl_control_plane/models/createconfiggroupbyproductop.py +7 -8
  11. cribl_control_plane/models/createroutesappendbyidop.py +2 -2
  12. cribl_control_plane/models/createversionundoop.py +3 -3
  13. cribl_control_plane/models/deleteoutputpqbyidop.py +2 -2
  14. cribl_control_plane/models/distributedsummary.py +0 -6
  15. cribl_control_plane/models/error.py +16 -0
  16. cribl_control_plane/models/gethealthinfoop.py +17 -0
  17. cribl_control_plane/models/hbcriblinfo.py +3 -14
  18. cribl_control_plane/models/{healthserverstatus.py → healthstatus.py} +7 -7
  19. cribl_control_plane/models/heartbeatmetadata.py +0 -3
  20. cribl_control_plane/models/input.py +63 -65
  21. cribl_control_plane/models/inputappscope.py +0 -4
  22. cribl_control_plane/models/inputazureblob.py +0 -4
  23. cribl_control_plane/models/inputcollection.py +0 -4
  24. cribl_control_plane/models/inputconfluentcloud.py +18 -8
  25. cribl_control_plane/models/inputcribl.py +0 -4
  26. cribl_control_plane/models/inputcriblhttp.py +0 -4
  27. cribl_control_plane/models/inputcribllakehttp.py +0 -4
  28. cribl_control_plane/models/inputcriblmetrics.py +0 -4
  29. cribl_control_plane/models/inputcribltcp.py +0 -4
  30. cribl_control_plane/models/inputcrowdstrike.py +0 -7
  31. cribl_control_plane/models/inputdatadogagent.py +0 -4
  32. cribl_control_plane/models/inputdatagen.py +0 -4
  33. cribl_control_plane/models/inputedgeprometheus.py +0 -12
  34. cribl_control_plane/models/inputelastic.py +0 -11
  35. cribl_control_plane/models/inputeventhub.py +0 -6
  36. cribl_control_plane/models/inputexec.py +0 -4
  37. cribl_control_plane/models/inputfile.py +0 -6
  38. cribl_control_plane/models/inputfirehose.py +0 -4
  39. cribl_control_plane/models/inputgooglepubsub.py +0 -7
  40. cribl_control_plane/models/inputgrafana.py +0 -8
  41. cribl_control_plane/models/inputhttp.py +0 -4
  42. cribl_control_plane/models/inputhttpraw.py +0 -4
  43. cribl_control_plane/models/inputjournalfiles.py +0 -4
  44. cribl_control_plane/models/inputkafka.py +17 -8
  45. cribl_control_plane/models/inputkinesis.py +0 -15
  46. cribl_control_plane/models/inputkubeevents.py +0 -4
  47. cribl_control_plane/models/inputkubelogs.py +0 -4
  48. cribl_control_plane/models/inputkubemetrics.py +0 -4
  49. cribl_control_plane/models/inputloki.py +0 -4
  50. cribl_control_plane/models/inputmetrics.py +0 -4
  51. cribl_control_plane/models/inputmodeldriventelemetry.py +0 -4
  52. cribl_control_plane/models/inputmsk.py +17 -7
  53. cribl_control_plane/models/inputnetflow.py +0 -4
  54. cribl_control_plane/models/inputoffice365mgmt.py +0 -11
  55. cribl_control_plane/models/inputoffice365msgtrace.py +0 -11
  56. cribl_control_plane/models/inputoffice365service.py +0 -11
  57. cribl_control_plane/models/inputopentelemetry.py +0 -8
  58. cribl_control_plane/models/inputprometheus.py +0 -10
  59. cribl_control_plane/models/inputprometheusrw.py +0 -4
  60. cribl_control_plane/models/inputrawudp.py +0 -4
  61. cribl_control_plane/models/inputs3.py +0 -7
  62. cribl_control_plane/models/inputs3inventory.py +0 -7
  63. cribl_control_plane/models/inputsecuritylake.py +0 -7
  64. cribl_control_plane/models/inputsnmp.py +0 -11
  65. cribl_control_plane/models/inputsplunk.py +0 -9
  66. cribl_control_plane/models/inputsplunkhec.py +0 -4
  67. cribl_control_plane/models/inputsplunksearch.py +0 -7
  68. cribl_control_plane/models/inputsqs.py +0 -9
  69. cribl_control_plane/models/inputsyslog.py +0 -8
  70. cribl_control_plane/models/inputsystemmetrics.py +0 -32
  71. cribl_control_plane/models/inputsystemstate.py +0 -4
  72. cribl_control_plane/models/inputtcp.py +0 -4
  73. cribl_control_plane/models/inputtcpjson.py +0 -4
  74. cribl_control_plane/models/inputwef.py +0 -6
  75. cribl_control_plane/models/inputwindowsmetrics.py +0 -28
  76. cribl_control_plane/models/inputwineventlogs.py +0 -8
  77. cribl_control_plane/models/inputwiz.py +0 -7
  78. cribl_control_plane/models/inputwizwebhook.py +0 -4
  79. cribl_control_plane/models/inputzscalerhec.py +0 -4
  80. cribl_control_plane/models/jobinfo.py +1 -4
  81. cribl_control_plane/models/logininfo.py +3 -3
  82. cribl_control_plane/models/nodeprovidedinfo.py +1 -11
  83. cribl_control_plane/models/output.py +72 -77
  84. cribl_control_plane/models/outputazureblob.py +0 -20
  85. cribl_control_plane/models/outputazuredataexplorer.py +0 -28
  86. cribl_control_plane/models/outputazureeventhub.py +0 -17
  87. cribl_control_plane/models/outputazurelogs.py +0 -13
  88. cribl_control_plane/models/outputchronicle.py +0 -13
  89. cribl_control_plane/models/outputclickhouse.py +0 -17
  90. cribl_control_plane/models/outputcloudwatch.py +0 -13
  91. cribl_control_plane/models/outputconfluentcloud.py +18 -24
  92. cribl_control_plane/models/outputcriblhttp.py +0 -15
  93. cribl_control_plane/models/outputcribllake.py +0 -21
  94. cribl_control_plane/models/outputcribltcp.py +0 -12
  95. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -15
  96. cribl_control_plane/models/outputdatadog.py +0 -30
  97. cribl_control_plane/models/outputdataset.py +0 -23
  98. cribl_control_plane/models/outputdls3.py +0 -35
  99. cribl_control_plane/models/outputdynatracehttp.py +0 -22
  100. cribl_control_plane/models/outputdynatraceotlp.py +0 -22
  101. cribl_control_plane/models/outputelastic.py +0 -18
  102. cribl_control_plane/models/outputelasticcloud.py +0 -13
  103. cribl_control_plane/models/outputexabeam.py +0 -14
  104. cribl_control_plane/models/outputfilesystem.py +0 -15
  105. cribl_control_plane/models/outputgooglechronicle.py +0 -21
  106. cribl_control_plane/models/outputgooglecloudlogging.py +0 -19
  107. cribl_control_plane/models/outputgooglecloudstorage.py +0 -28
  108. cribl_control_plane/models/outputgooglepubsub.py +0 -13
  109. cribl_control_plane/models/outputgrafanacloud.py +0 -50
  110. cribl_control_plane/models/outputgraphite.py +0 -12
  111. cribl_control_plane/models/outputhoneycomb.py +0 -13
  112. cribl_control_plane/models/outputhumiohec.py +0 -15
  113. cribl_control_plane/models/outputinfluxdb.py +0 -19
  114. cribl_control_plane/models/outputkafka.py +17 -24
  115. cribl_control_plane/models/outputkinesis.py +0 -15
  116. cribl_control_plane/models/outputloki.py +0 -20
  117. cribl_control_plane/models/outputminio.py +0 -28
  118. cribl_control_plane/models/outputmsk.py +17 -23
  119. cribl_control_plane/models/outputnewrelic.py +0 -16
  120. cribl_control_plane/models/outputnewrelicevents.py +0 -16
  121. cribl_control_plane/models/outputopentelemetry.py +0 -22
  122. cribl_control_plane/models/outputprometheus.py +0 -13
  123. cribl_control_plane/models/outputring.py +0 -2
  124. cribl_control_plane/models/outputs3.py +0 -35
  125. cribl_control_plane/models/outputsecuritylake.py +0 -29
  126. cribl_control_plane/models/outputsentinel.py +0 -15
  127. cribl_control_plane/models/outputsentineloneaisiem.py +0 -13
  128. cribl_control_plane/models/outputservicenow.py +0 -21
  129. cribl_control_plane/models/outputsignalfx.py +0 -13
  130. cribl_control_plane/models/outputsns.py +0 -13
  131. cribl_control_plane/models/outputsplunk.py +0 -15
  132. cribl_control_plane/models/outputsplunkhec.py +0 -13
  133. cribl_control_plane/models/outputsplunklb.py +0 -15
  134. cribl_control_plane/models/outputsqs.py +0 -15
  135. cribl_control_plane/models/outputstatsd.py +0 -12
  136. cribl_control_plane/models/outputstatsdext.py +0 -12
  137. cribl_control_plane/models/outputsumologic.py +0 -15
  138. cribl_control_plane/models/outputsyslog.py +0 -24
  139. cribl_control_plane/models/outputtcpjson.py +0 -12
  140. cribl_control_plane/models/outputwavefront.py +0 -13
  141. cribl_control_plane/models/outputwebhook.py +0 -23
  142. cribl_control_plane/models/outputxsiam.py +0 -13
  143. cribl_control_plane/models/packinfo.py +5 -8
  144. cribl_control_plane/models/packinstallinfo.py +5 -8
  145. cribl_control_plane/models/{uploadpackresponse.py → routecloneconf.py} +4 -4
  146. cribl_control_plane/models/routeconf.py +4 -3
  147. cribl_control_plane/models/runnablejobcollection.py +0 -4
  148. cribl_control_plane/packs.py +7 -202
  149. cribl_control_plane/routes_sdk.py +6 -6
  150. cribl_control_plane/tokens.py +15 -23
  151. {cribl_control_plane-0.2.1rc6.dist-info → cribl_control_plane-0.3.0a1.dist-info}/METADATA +9 -50
  152. {cribl_control_plane-0.2.1rc6.dist-info → cribl_control_plane-0.3.0a1.dist-info}/RECORD +153 -154
  153. cribl_control_plane/models/groupcreaterequest.py +0 -152
  154. cribl_control_plane/models/outpostnodeinfo.py +0 -16
  155. cribl_control_plane/models/outputdatabricks.py +0 -411
  156. cribl_control_plane/models/updatepacksop.py +0 -25
  157. {cribl_control_plane-0.2.1rc6.dist-info → cribl_control_plane-0.3.0a1.dist-info}/WHEEL +0 -0
@@ -18,9 +18,7 @@ class OutputCriblTCPType(str, Enum):
18
18
  class OutputCriblTCPCompression(str, Enum, metaclass=utils.OpenEnumMeta):
19
19
  r"""Codec to use to compress the data before sending"""
20
20
 
21
- # None
22
21
  NONE = "none"
23
- # Gzip
24
22
  GZIP = "gzip"
25
23
 
26
24
 
@@ -110,11 +108,8 @@ class OutputCriblTCPTLSSettingsClientSide(BaseModel):
110
108
  class OutputCriblTCPBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
111
109
  r"""How to handle events when all receivers are exerting backpressure"""
112
110
 
113
- # Block
114
111
  BLOCK = "block"
115
- # Drop
116
112
  DROP = "drop"
117
- # Persistent Queue
118
113
  QUEUE = "queue"
119
114
 
120
115
 
@@ -160,29 +155,22 @@ class OutputCriblTCPHost(BaseModel):
160
155
  class OutputCriblTCPPqCompressCompression(str, Enum, metaclass=utils.OpenEnumMeta):
161
156
  r"""Codec to use to compress the persisted data"""
162
157
 
163
- # None
164
158
  NONE = "none"
165
- # Gzip
166
159
  GZIP = "gzip"
167
160
 
168
161
 
169
162
  class OutputCriblTCPQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
170
163
  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."""
171
164
 
172
- # Block
173
165
  BLOCK = "block"
174
- # Drop new data
175
166
  DROP = "drop"
176
167
 
177
168
 
178
169
  class OutputCriblTCPMode(str, Enum, metaclass=utils.OpenEnumMeta):
179
170
  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."""
180
171
 
181
- # Error
182
172
  ERROR = "error"
183
- # Backpressure
184
173
  BACKPRESSURE = "backpressure"
185
- # Always On
186
174
  ALWAYS = "always"
187
175
 
188
176
 
@@ -31,11 +31,8 @@ class OutputCrowdstrikeNextGenSiemFailedRequestLoggingMode(
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
35
34
  PAYLOAD = "payload"
36
- # Payload + Headers
37
35
  PAYLOAD_AND_HEADERS = "payloadAndHeaders"
38
- # None
39
36
  NONE = "none"
40
37
 
41
38
 
@@ -44,9 +41,7 @@ class OutputCrowdstrikeNextGenSiemRequestFormat(
44
41
  ):
45
42
  r"""When set to JSON, the event is automatically formatted with required fields before sending. When set to Raw, only the event's `_raw` value is sent."""
46
43
 
47
- # JSON
48
44
  JSON = "JSON"
49
- # Raw
50
45
  RAW = "raw"
51
46
 
52
47
 
@@ -118,20 +113,15 @@ class OutputCrowdstrikeNextGenSiemBackpressureBehavior(
118
113
  ):
119
114
  r"""How to handle events when all receivers are exerting backpressure"""
120
115
 
121
- # Block
122
116
  BLOCK = "block"
123
- # Drop
124
117
  DROP = "drop"
125
- # Persistent Queue
126
118
  QUEUE = "queue"
127
119
 
128
120
 
129
121
  class OutputCrowdstrikeNextGenSiemCompression(str, Enum, metaclass=utils.OpenEnumMeta):
130
122
  r"""Codec to use to compress the persisted data"""
131
123
 
132
- # None
133
124
  NONE = "none"
134
- # Gzip
135
125
  GZIP = "gzip"
136
126
 
137
127
 
@@ -140,20 +130,15 @@ class OutputCrowdstrikeNextGenSiemQueueFullBehavior(
140
130
  ):
141
131
  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."""
142
132
 
143
- # Block
144
133
  BLOCK = "block"
145
- # Drop new data
146
134
  DROP = "drop"
147
135
 
148
136
 
149
137
  class OutputCrowdstrikeNextGenSiemMode(str, Enum, metaclass=utils.OpenEnumMeta):
150
138
  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."""
151
139
 
152
- # Error
153
140
  ERROR = "error"
154
- # Backpressure
155
141
  BACKPRESSURE = "backpressure"
156
- # Always On
157
142
  ALWAYS = "always"
158
143
 
159
144
 
@@ -18,49 +18,32 @@ class OutputDatadogType(str, Enum):
18
18
  class SendLogsAs(str, Enum, metaclass=utils.OpenEnumMeta):
19
19
  r"""The content type to use when sending logs"""
20
20
 
21
- # text/plain
22
21
  TEXT = "text"
23
- # application/json
24
22
  JSON = "json"
25
23
 
26
24
 
27
25
  class OutputDatadogSeverity(str, Enum, metaclass=utils.OpenEnumMeta):
28
26
  r"""Default value for message severity. When you send logs as JSON objects, the event's '__severity' field (if set) will override this value."""
29
27
 
30
- # emergency
31
28
  EMERGENCY = "emergency"
32
- # alert
33
29
  ALERT = "alert"
34
- # critical
35
30
  CRITICAL = "critical"
36
- # error
37
31
  ERROR = "error"
38
- # warning
39
32
  WARNING = "warning"
40
- # notice
41
33
  NOTICE = "notice"
42
- # info
43
34
  INFO = "info"
44
- # debug
45
35
  DEBUG = "debug"
46
36
 
47
37
 
48
38
  class DatadogSite(str, Enum, metaclass=utils.OpenEnumMeta):
49
39
  r"""Datadog site to which events should be sent"""
50
40
 
51
- # US
52
41
  US = "us"
53
- # US3
54
42
  US3 = "us3"
55
- # US5
56
43
  US5 = "us5"
57
- # Europe
58
44
  EU = "eu"
59
- # US1-FED
60
45
  FED1 = "fed1"
61
- # AP1
62
46
  AP1 = "ap1"
63
- # Custom
64
47
  CUSTOM = "custom"
65
48
 
66
49
 
@@ -78,11 +61,8 @@ class OutputDatadogExtraHTTPHeader(BaseModel):
78
61
  class OutputDatadogFailedRequestLoggingMode(str, Enum, metaclass=utils.OpenEnumMeta):
79
62
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
80
63
 
81
- # Payload
82
64
  PAYLOAD = "payload"
83
- # Payload + Headers
84
65
  PAYLOAD_AND_HEADERS = "payloadAndHeaders"
85
- # None
86
66
  NONE = "none"
87
67
 
88
68
 
@@ -143,11 +123,8 @@ class OutputDatadogTimeoutRetrySettings(BaseModel):
143
123
  class OutputDatadogBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
144
124
  r"""How to handle events when all receivers are exerting backpressure"""
145
125
 
146
- # Block
147
126
  BLOCK = "block"
148
- # Drop
149
127
  DROP = "drop"
150
- # Persistent Queue
151
128
  QUEUE = "queue"
152
129
 
153
130
 
@@ -161,29 +138,22 @@ class OutputDatadogAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta)
161
138
  class OutputDatadogCompression(str, Enum, metaclass=utils.OpenEnumMeta):
162
139
  r"""Codec to use to compress the persisted data"""
163
140
 
164
- # None
165
141
  NONE = "none"
166
- # Gzip
167
142
  GZIP = "gzip"
168
143
 
169
144
 
170
145
  class OutputDatadogQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
171
146
  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."""
172
147
 
173
- # Block
174
148
  BLOCK = "block"
175
- # Drop new data
176
149
  DROP = "drop"
177
150
 
178
151
 
179
152
  class OutputDatadogMode(str, Enum, metaclass=utils.OpenEnumMeta):
180
153
  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."""
181
154
 
182
- # Error
183
155
  ERROR = "error"
184
- # Backpressure
185
156
  BACKPRESSURE = "backpressure"
186
- # Always On
187
157
  ALWAYS = "always"
188
158
 
189
159
 
@@ -18,19 +18,12 @@ class OutputDatasetType(str, Enum):
18
18
  class OutputDatasetSeverity(str, Enum, metaclass=utils.OpenEnumMeta):
19
19
  r"""Default value for event severity. If the `sev` or `__severity` fields are set on an event, the first one matching will override this value."""
20
20
 
21
- # 0 - finest
22
21
  FINEST = "finest"
23
- # 1 - finer
24
22
  FINER = "finer"
25
- # 2 - fine
26
23
  FINE = "fine"
27
- # 3 - info
28
24
  INFO = "info"
29
- # 4 - warning
30
25
  WARNING = "warning"
31
- # 5 - error
32
26
  ERROR = "error"
33
- # 6 - fatal
34
27
  FATAL = "fatal"
35
28
 
36
29
 
@@ -91,11 +84,8 @@ class OutputDatasetTimeoutRetrySettings(BaseModel):
91
84
  class DataSetSite(str, Enum, metaclass=utils.OpenEnumMeta):
92
85
  r"""DataSet site to which events should be sent"""
93
86
 
94
- # US
95
87
  US = "us"
96
- # Europe
97
88
  EU = "eu"
98
- # Custom
99
89
  CUSTOM = "custom"
100
90
 
101
91
 
@@ -113,22 +103,16 @@ class OutputDatasetExtraHTTPHeader(BaseModel):
113
103
  class OutputDatasetFailedRequestLoggingMode(str, Enum, metaclass=utils.OpenEnumMeta):
114
104
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
115
105
 
116
- # Payload
117
106
  PAYLOAD = "payload"
118
- # Payload + Headers
119
107
  PAYLOAD_AND_HEADERS = "payloadAndHeaders"
120
- # None
121
108
  NONE = "none"
122
109
 
123
110
 
124
111
  class OutputDatasetBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
125
112
  r"""How to handle events when all receivers are exerting backpressure"""
126
113
 
127
- # Block
128
114
  BLOCK = "block"
129
- # Drop
130
115
  DROP = "drop"
131
- # Persistent Queue
132
116
  QUEUE = "queue"
133
117
 
134
118
 
@@ -142,29 +126,22 @@ class OutputDatasetAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta)
142
126
  class OutputDatasetCompression(str, Enum, metaclass=utils.OpenEnumMeta):
143
127
  r"""Codec to use to compress the persisted data"""
144
128
 
145
- # None
146
129
  NONE = "none"
147
- # Gzip
148
130
  GZIP = "gzip"
149
131
 
150
132
 
151
133
  class OutputDatasetQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
152
134
  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
135
 
154
- # Block
155
136
  BLOCK = "block"
156
- # Drop new data
157
137
  DROP = "drop"
158
138
 
159
139
 
160
140
  class OutputDatasetMode(str, Enum, metaclass=utils.OpenEnumMeta):
161
141
  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."""
162
142
 
163
- # Error
164
143
  ERROR = "error"
165
- # Backpressure
166
144
  BACKPRESSURE = "backpressure"
167
- # Always On
168
145
  ALWAYS = "always"
169
146
 
170
147
 
@@ -18,11 +18,8 @@ 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
22
21
  AUTO = "auto"
23
- # Manual
24
22
  MANUAL = "manual"
25
- # Secret Key pair
26
23
  SECRET = "secret"
27
24
 
28
25
 
@@ -36,78 +33,54 @@ class OutputDlS3SignatureVersion(str, Enum, metaclass=utils.OpenEnumMeta):
36
33
  class OutputDlS3ObjectACL(str, Enum, metaclass=utils.OpenEnumMeta):
37
34
  r"""Object ACL to assign to uploaded objects"""
38
35
 
39
- # Private
40
36
  PRIVATE = "private"
41
- # Public Read Only
42
37
  PUBLIC_READ = "public-read"
43
- # Public Read/Write
44
38
  PUBLIC_READ_WRITE = "public-read-write"
45
- # Authenticated Read Only
46
39
  AUTHENTICATED_READ = "authenticated-read"
47
- # AWS EC2 AMI Read Only
48
40
  AWS_EXEC_READ = "aws-exec-read"
49
- # Bucket Owner Read Only
50
41
  BUCKET_OWNER_READ = "bucket-owner-read"
51
- # Bucket Owner Full Control
52
42
  BUCKET_OWNER_FULL_CONTROL = "bucket-owner-full-control"
53
43
 
54
44
 
55
45
  class OutputDlS3StorageClass(str, Enum, metaclass=utils.OpenEnumMeta):
56
46
  r"""Storage class to select for uploaded objects"""
57
47
 
58
- # Standard
59
48
  STANDARD = "STANDARD"
60
- # Reduced Redundancy Storage
61
49
  REDUCED_REDUNDANCY = "REDUCED_REDUNDANCY"
62
- # Standard, Infrequent Access
63
50
  STANDARD_IA = "STANDARD_IA"
64
- # One Zone, Infrequent Access
65
51
  ONEZONE_IA = "ONEZONE_IA"
66
- # Intelligent Tiering
67
52
  INTELLIGENT_TIERING = "INTELLIGENT_TIERING"
68
- # Glacier Flexible Retrieval
69
53
  GLACIER = "GLACIER"
70
- # Glacier Instant Retrieval
71
54
  GLACIER_IR = "GLACIER_IR"
72
- # Glacier Deep Archive
73
55
  DEEP_ARCHIVE = "DEEP_ARCHIVE"
74
56
 
75
57
 
76
58
  class OutputDlS3ServerSideEncryptionForUploadedObjects(
77
59
  str, Enum, metaclass=utils.OpenEnumMeta
78
60
  ):
79
- # Amazon S3 Managed Key
80
61
  AES256 = "AES256"
81
- # AWS KMS Managed Key
82
62
  AWS_KMS = "aws:kms"
83
63
 
84
64
 
85
65
  class OutputDlS3DataFormat(str, Enum, metaclass=utils.OpenEnumMeta):
86
66
  r"""Format of the output data"""
87
67
 
88
- # JSON
89
68
  JSON = "json"
90
- # Raw
91
69
  RAW = "raw"
92
- # Parquet
93
70
  PARQUET = "parquet"
94
71
 
95
72
 
96
73
  class OutputDlS3BackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
97
74
  r"""How to handle events when all receivers are exerting backpressure"""
98
75
 
99
- # Block
100
76
  BLOCK = "block"
101
- # Drop
102
77
  DROP = "drop"
103
78
 
104
79
 
105
80
  class OutputDlS3DiskSpaceProtection(str, Enum, metaclass=utils.OpenEnumMeta):
106
81
  r"""How to handle events when disk space is below the global 'Min free disk space' limit"""
107
82
 
108
- # Block
109
83
  BLOCK = "block"
110
- # Drop
111
84
  DROP = "drop"
112
85
 
113
86
 
@@ -121,31 +94,23 @@ class OutputDlS3Compression(str, Enum, metaclass=utils.OpenEnumMeta):
121
94
  class OutputDlS3CompressionLevel(str, Enum, metaclass=utils.OpenEnumMeta):
122
95
  r"""Compression level to apply before moving files to final destination"""
123
96
 
124
- # Best Speed
125
97
  BEST_SPEED = "best_speed"
126
- # Normal
127
98
  NORMAL = "normal"
128
- # Best Compression
129
99
  BEST_COMPRESSION = "best_compression"
130
100
 
131
101
 
132
102
  class OutputDlS3ParquetVersion(str, Enum, metaclass=utils.OpenEnumMeta):
133
103
  r"""Determines which data types are supported and how they are represented"""
134
104
 
135
- # 1.0
136
105
  PARQUET_1_0 = "PARQUET_1_0"
137
- # 2.4
138
106
  PARQUET_2_4 = "PARQUET_2_4"
139
- # 2.6
140
107
  PARQUET_2_6 = "PARQUET_2_6"
141
108
 
142
109
 
143
110
  class OutputDlS3DataPageVersion(str, Enum, metaclass=utils.OpenEnumMeta):
144
111
  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."""
145
112
 
146
- # V1
147
113
  DATA_PAGE_V1 = "DATA_PAGE_V1"
148
- # V2
149
114
  DATA_PAGE_V2 = "DATA_PAGE_V2"
150
115
 
151
116
 
@@ -39,11 +39,8 @@ 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
43
42
  PAYLOAD = "payload"
44
- # Payload + Headers
45
43
  PAYLOAD_AND_HEADERS = "payloadAndHeaders"
46
- # None
47
44
  NONE = "none"
48
45
 
49
46
 
@@ -104,72 +101,53 @@ class OutputDynatraceHTTPTimeoutRetrySettings(BaseModel):
104
101
  class OutputDynatraceHTTPBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
105
102
  r"""How to handle events when all receivers are exerting backpressure"""
106
103
 
107
- # Block
108
104
  BLOCK = "block"
109
- # Drop
110
105
  DROP = "drop"
111
- # Persistent Queue
112
106
  QUEUE = "queue"
113
107
 
114
108
 
115
109
  class OutputDynatraceHTTPAuthenticationType(str, Enum, metaclass=utils.OpenEnumMeta):
116
- # Auth token
117
110
  TOKEN = "token"
118
- # Token (text secret)
119
111
  TEXT_SECRET = "textSecret"
120
112
 
121
113
 
122
114
  class OutputDynatraceHTTPFormat(str, Enum, metaclass=utils.OpenEnumMeta):
123
115
  r"""How to format events before sending. Defaults to JSON. Plaintext is not currently supported."""
124
116
 
125
- # JSON
126
117
  JSON_ARRAY = "json_array"
127
- # Plaintext
128
118
  PLAINTEXT = "plaintext"
129
119
 
130
120
 
131
121
  class Endpoint(str, Enum, metaclass=utils.OpenEnumMeta):
132
- # Cloud
133
122
  CLOUD = "cloud"
134
- # ActiveGate
135
123
  ACTIVE_GATE = "activeGate"
136
- # Manual
137
124
  MANUAL = "manual"
138
125
 
139
126
 
140
127
  class TelemetryType(str, Enum, metaclass=utils.OpenEnumMeta):
141
- # Logs
142
128
  LOGS = "logs"
143
- # Metrics
144
129
  METRICS = "metrics"
145
130
 
146
131
 
147
132
  class OutputDynatraceHTTPCompression(str, Enum, metaclass=utils.OpenEnumMeta):
148
133
  r"""Codec to use to compress the persisted data"""
149
134
 
150
- # None
151
135
  NONE = "none"
152
- # Gzip
153
136
  GZIP = "gzip"
154
137
 
155
138
 
156
139
  class OutputDynatraceHTTPQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
157
140
  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."""
158
141
 
159
- # Block
160
142
  BLOCK = "block"
161
- # Drop new data
162
143
  DROP = "drop"
163
144
 
164
145
 
165
146
  class OutputDynatraceHTTPMode(str, Enum, metaclass=utils.OpenEnumMeta):
166
147
  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."""
167
148
 
168
- # Error
169
149
  ERROR = "error"
170
- # Backpressure
171
150
  BACKPRESSURE = "backpressure"
172
- # Always On
173
151
  ALWAYS = "always"
174
152
 
175
153
 
@@ -18,25 +18,20 @@ 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
22
21
  HTTP = "http"
23
22
 
24
23
 
25
24
  class OutputDynatraceOTLPOTLPVersion(str, Enum, metaclass=utils.OpenEnumMeta):
26
25
  r"""The version of OTLP Protobuf definitions to use when structuring data to send"""
27
26
 
28
- # 1.3.1
29
27
  ONE_DOT_3_DOT_1 = "1.3.1"
30
28
 
31
29
 
32
30
  class OutputDynatraceOtlpCompressCompression(str, Enum, metaclass=utils.OpenEnumMeta):
33
31
  r"""Type of compression to apply to messages sent to the OpenTelemetry endpoint"""
34
32
 
35
- # None
36
33
  NONE = "none"
37
- # Deflate
38
34
  DEFLATE = "deflate"
39
- # Gzip
40
35
  GZIP = "gzip"
41
36
 
42
37
 
@@ -45,9 +40,7 @@ class OutputDynatraceOtlpHTTPCompressCompression(
45
40
  ):
46
41
  r"""Type of compression to apply to messages sent to the OpenTelemetry endpoint"""
47
42
 
48
- # None
49
43
  NONE = "none"
50
- # Gzip
51
44
  GZIP = "gzip"
52
45
 
53
46
 
@@ -67,31 +60,23 @@ class OutputDynatraceOtlpFailedRequestLoggingMode(
67
60
  ):
68
61
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
69
62
 
70
- # Payload
71
63
  PAYLOAD = "payload"
72
- # Payload + Headers
73
64
  PAYLOAD_AND_HEADERS = "payloadAndHeaders"
74
- # None
75
65
  NONE = "none"
76
66
 
77
67
 
78
68
  class EndpointType(str, Enum, metaclass=utils.OpenEnumMeta):
79
69
  r"""Select the type of Dynatrace endpoint configured"""
80
70
 
81
- # SaaS
82
71
  SAAS = "saas"
83
- # ActiveGate
84
72
  AG = "ag"
85
73
 
86
74
 
87
75
  class OutputDynatraceOtlpBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
88
76
  r"""How to handle events when all receivers are exerting backpressure"""
89
77
 
90
- # Block
91
78
  BLOCK = "block"
92
- # Drop
93
79
  DROP = "drop"
94
- # Persistent Queue
95
80
  QUEUE = "queue"
96
81
 
97
82
 
@@ -163,29 +148,22 @@ class OutputDynatraceOtlpTimeoutRetrySettings(BaseModel):
163
148
  class OutputDynatraceOtlpPqCompressCompression(str, Enum, metaclass=utils.OpenEnumMeta):
164
149
  r"""Codec to use to compress the persisted data"""
165
150
 
166
- # None
167
151
  NONE = "none"
168
- # Gzip
169
152
  GZIP = "gzip"
170
153
 
171
154
 
172
155
  class OutputDynatraceOtlpQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
173
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."""
174
157
 
175
- # Block
176
158
  BLOCK = "block"
177
- # Drop new data
178
159
  DROP = "drop"
179
160
 
180
161
 
181
162
  class OutputDynatraceOtlpMode(str, Enum, metaclass=utils.OpenEnumMeta):
182
163
  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."""
183
164
 
184
- # Error
185
165
  ERROR = "error"
186
- # Backpressure
187
166
  BACKPRESSURE = "backpressure"
188
- # Always On
189
167
  ALWAYS = "always"
190
168
 
191
169
 
@@ -29,11 +29,8 @@ 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
33
32
  PAYLOAD = "payload"
34
- # Payload + Headers
35
33
  PAYLOAD_AND_HEADERS = "payloadAndHeaders"
36
- # None
37
34
  NONE = "none"
38
35
 
39
36
 
@@ -133,31 +130,23 @@ class OutputElasticAuth(BaseModel):
133
130
  class ElasticVersion(str, Enum, metaclass=utils.OpenEnumMeta):
134
131
  r"""Optional Elasticsearch version, used to format events. If not specified, will auto-discover version."""
135
132
 
136
- # Auto
137
133
  AUTO = "auto"
138
- # 6.x
139
134
  SIX = "6"
140
- # 7.x
141
135
  SEVEN = "7"
142
136
 
143
137
 
144
138
  class WriteAction(str, Enum, metaclass=utils.OpenEnumMeta):
145
139
  r"""Action to use when writing events. Must be set to `Create` when writing to a data stream."""
146
140
 
147
- # Index
148
141
  INDEX = "index"
149
- # Create
150
142
  CREATE = "create"
151
143
 
152
144
 
153
145
  class OutputElasticBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
154
146
  r"""How to handle events when all receivers are exerting backpressure"""
155
147
 
156
- # Block
157
148
  BLOCK = "block"
158
- # Drop
159
149
  DROP = "drop"
160
- # Persistent Queue
161
150
  QUEUE = "queue"
162
151
 
163
152
 
@@ -179,29 +168,22 @@ class OutputElasticURL(BaseModel):
179
168
  class OutputElasticCompression(str, Enum, metaclass=utils.OpenEnumMeta):
180
169
  r"""Codec to use to compress the persisted data"""
181
170
 
182
- # None
183
171
  NONE = "none"
184
- # Gzip
185
172
  GZIP = "gzip"
186
173
 
187
174
 
188
175
  class OutputElasticQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
189
176
  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."""
190
177
 
191
- # Block
192
178
  BLOCK = "block"
193
- # Drop new data
194
179
  DROP = "drop"
195
180
 
196
181
 
197
182
  class OutputElasticMode(str, Enum, metaclass=utils.OpenEnumMeta):
198
183
  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."""
199
184
 
200
- # Error
201
185
  ERROR = "error"
202
- # Backpressure
203
186
  BACKPRESSURE = "backpressure"
204
- # Always On
205
187
  ALWAYS = "always"
206
188
 
207
189