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
@@ -29,11 +29,8 @@ class OutputSentinelExtraHTTPHeader(BaseModel):
29
29
  class OutputSentinelFailedRequestLoggingMode(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
 
@@ -94,11 +91,8 @@ class OutputSentinelTimeoutRetrySettings(BaseModel):
94
91
  class OutputSentinelBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
95
92
  r"""How to handle events when all receivers are exerting backpressure"""
96
93
 
97
- # Block
98
94
  BLOCK = "block"
99
- # Drop
100
95
  DROP = "drop"
101
- # Persistent Queue
102
96
  QUEUE = "queue"
103
97
 
104
98
 
@@ -109,9 +103,7 @@ class AuthType(str, Enum, metaclass=utils.OpenEnumMeta):
109
103
  class EndpointConfiguration(str, Enum, metaclass=utils.OpenEnumMeta):
110
104
  r"""Enter the data collection endpoint URL or the individual ID"""
111
105
 
112
- # URL
113
106
  URL = "url"
114
- # ID
115
107
  ID = "ID"
116
108
 
117
109
 
@@ -125,29 +117,22 @@ class OutputSentinelFormat(str, Enum, metaclass=utils.OpenEnumMeta):
125
117
  class OutputSentinelCompression(str, Enum, metaclass=utils.OpenEnumMeta):
126
118
  r"""Codec to use to compress the persisted data"""
127
119
 
128
- # None
129
120
  NONE = "none"
130
- # Gzip
131
121
  GZIP = "gzip"
132
122
 
133
123
 
134
124
  class OutputSentinelQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
135
125
  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."""
136
126
 
137
- # Block
138
127
  BLOCK = "block"
139
- # Drop new data
140
128
  DROP = "drop"
141
129
 
142
130
 
143
131
  class OutputSentinelMode(str, Enum, metaclass=utils.OpenEnumMeta):
144
132
  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."""
145
133
 
146
- # Error
147
134
  ERROR = "error"
148
- # Backpressure
149
135
  BACKPRESSURE = "backpressure"
150
- # Always On
151
136
  ALWAYS = "always"
152
137
 
153
138
 
@@ -50,11 +50,8 @@ class OutputSentinelOneAiSiemFailedRequestLoggingMode(
50
50
  ):
51
51
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
52
52
 
53
- # Payload
54
53
  PAYLOAD = "payload"
55
- # Payload + Headers
56
54
  PAYLOAD_AND_HEADERS = "payloadAndHeaders"
57
- # None
58
55
  NONE = "none"
59
56
 
60
57
 
@@ -126,40 +123,30 @@ class OutputSentinelOneAiSiemBackpressureBehavior(
126
123
  ):
127
124
  r"""How to handle events when all receivers are exerting backpressure"""
128
125
 
129
- # Block
130
126
  BLOCK = "block"
131
- # Drop
132
127
  DROP = "drop"
133
- # Persistent Queue
134
128
  QUEUE = "queue"
135
129
 
136
130
 
137
131
  class OutputSentinelOneAiSiemCompression(str, Enum, metaclass=utils.OpenEnumMeta):
138
132
  r"""Codec to use to compress the persisted data"""
139
133
 
140
- # None
141
134
  NONE = "none"
142
- # Gzip
143
135
  GZIP = "gzip"
144
136
 
145
137
 
146
138
  class OutputSentinelOneAiSiemQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
147
139
  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."""
148
140
 
149
- # Block
150
141
  BLOCK = "block"
151
- # Drop new data
152
142
  DROP = "drop"
153
143
 
154
144
 
155
145
  class OutputSentinelOneAiSiemMode(str, Enum, metaclass=utils.OpenEnumMeta):
156
146
  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."""
157
147
 
158
- # Error
159
148
  ERROR = "error"
160
- # Backpressure
161
149
  BACKPRESSURE = "backpressure"
162
- # Always On
163
150
  ALWAYS = "always"
164
151
 
165
152
 
@@ -18,36 +18,28 @@ class OutputServiceNowType(str, Enum):
18
18
  class OutputServiceNowOTLPVersion(str, Enum, metaclass=utils.OpenEnumMeta):
19
19
  r"""The version of OTLP Protobuf definitions to use when structuring data to send"""
20
20
 
21
- # 1.3.1
22
21
  ONE_DOT_3_DOT_1 = "1.3.1"
23
22
 
24
23
 
25
24
  class OutputServiceNowProtocol(str, Enum, metaclass=utils.OpenEnumMeta):
26
25
  r"""Select a transport option for OpenTelemetry"""
27
26
 
28
- # gRPC
29
27
  GRPC = "grpc"
30
- # HTTP
31
28
  HTTP = "http"
32
29
 
33
30
 
34
31
  class OutputServiceNowCompressCompression(str, Enum, metaclass=utils.OpenEnumMeta):
35
32
  r"""Type of compression to apply to messages sent to the OpenTelemetry endpoint"""
36
33
 
37
- # None
38
34
  NONE = "none"
39
- # Deflate
40
35
  DEFLATE = "deflate"
41
- # Gzip
42
36
  GZIP = "gzip"
43
37
 
44
38
 
45
39
  class OutputServiceNowHTTPCompressCompression(str, Enum, metaclass=utils.OpenEnumMeta):
46
40
  r"""Type of compression to apply to messages sent to the OpenTelemetry endpoint"""
47
41
 
48
- # None
49
42
  NONE = "none"
50
- # Gzip
51
43
  GZIP = "gzip"
52
44
 
53
45
 
@@ -65,22 +57,16 @@ class OutputServiceNowMetadatum(BaseModel):
65
57
  class OutputServiceNowFailedRequestLoggingMode(str, Enum, metaclass=utils.OpenEnumMeta):
66
58
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
67
59
 
68
- # Payload
69
60
  PAYLOAD = "payload"
70
- # Payload + Headers
71
61
  PAYLOAD_AND_HEADERS = "payloadAndHeaders"
72
- # None
73
62
  NONE = "none"
74
63
 
75
64
 
76
65
  class OutputServiceNowBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
77
66
  r"""How to handle events when all receivers are exerting backpressure"""
78
67
 
79
- # Block
80
68
  BLOCK = "block"
81
- # Drop
82
69
  DROP = "drop"
83
- # Persistent Queue
84
70
  QUEUE = "queue"
85
71
 
86
72
 
@@ -230,29 +216,22 @@ class OutputServiceNowTLSSettingsClientSide(BaseModel):
230
216
  class OutputServiceNowPqCompressCompression(str, Enum, metaclass=utils.OpenEnumMeta):
231
217
  r"""Codec to use to compress the persisted data"""
232
218
 
233
- # None
234
219
  NONE = "none"
235
- # Gzip
236
220
  GZIP = "gzip"
237
221
 
238
222
 
239
223
  class OutputServiceNowQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
240
224
  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."""
241
225
 
242
- # Block
243
226
  BLOCK = "block"
244
- # Drop new data
245
227
  DROP = "drop"
246
228
 
247
229
 
248
230
  class OutputServiceNowMode(str, Enum, metaclass=utils.OpenEnumMeta):
249
231
  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."""
250
232
 
251
- # Error
252
233
  ERROR = "error"
253
- # Backpressure
254
234
  BACKPRESSURE = "backpressure"
255
- # Always On
256
235
  ALWAYS = "always"
257
236
 
258
237
 
@@ -36,11 +36,8 @@ class OutputSignalfxExtraHTTPHeader(BaseModel):
36
36
  class OutputSignalfxFailedRequestLoggingMode(str, Enum, metaclass=utils.OpenEnumMeta):
37
37
  r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
38
38
 
39
- # Payload
40
39
  PAYLOAD = "payload"
41
- # Payload + Headers
42
40
  PAYLOAD_AND_HEADERS = "payloadAndHeaders"
43
- # None
44
41
  NONE = "none"
45
42
 
46
43
 
@@ -101,40 +98,30 @@ class OutputSignalfxTimeoutRetrySettings(BaseModel):
101
98
  class OutputSignalfxBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
102
99
  r"""How to handle events when all receivers are exerting backpressure"""
103
100
 
104
- # Block
105
101
  BLOCK = "block"
106
- # Drop
107
102
  DROP = "drop"
108
- # Persistent Queue
109
103
  QUEUE = "queue"
110
104
 
111
105
 
112
106
  class OutputSignalfxCompression(str, Enum, metaclass=utils.OpenEnumMeta):
113
107
  r"""Codec to use to compress the persisted data"""
114
108
 
115
- # None
116
109
  NONE = "none"
117
- # Gzip
118
110
  GZIP = "gzip"
119
111
 
120
112
 
121
113
  class OutputSignalfxQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
122
114
  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."""
123
115
 
124
- # Block
125
116
  BLOCK = "block"
126
- # Drop new data
127
117
  DROP = "drop"
128
118
 
129
119
 
130
120
  class OutputSignalfxMode(str, Enum, metaclass=utils.OpenEnumMeta):
131
121
  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."""
132
122
 
133
- # Error
134
123
  ERROR = "error"
135
- # Backpressure
136
124
  BACKPRESSURE = "backpressure"
137
- # Always On
138
125
  ALWAYS = "always"
139
126
 
140
127
 
@@ -18,11 +18,8 @@ class OutputSnsType(str, Enum):
18
18
  class OutputSnsAuthenticationMethod(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,40 +33,30 @@ class OutputSnsSignatureVersion(str, Enum, metaclass=utils.OpenEnumMeta):
36
33
  class OutputSnsBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
37
34
  r"""How to handle events when all receivers are exerting backpressure"""
38
35
 
39
- # Block
40
36
  BLOCK = "block"
41
- # Drop
42
37
  DROP = "drop"
43
- # Persistent Queue
44
38
  QUEUE = "queue"
45
39
 
46
40
 
47
41
  class OutputSnsCompression(str, Enum, metaclass=utils.OpenEnumMeta):
48
42
  r"""Codec to use to compress the persisted data"""
49
43
 
50
- # None
51
44
  NONE = "none"
52
- # Gzip
53
45
  GZIP = "gzip"
54
46
 
55
47
 
56
48
  class OutputSnsQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
57
49
  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."""
58
50
 
59
- # Block
60
51
  BLOCK = "block"
61
- # Drop new data
62
52
  DROP = "drop"
63
53
 
64
54
 
65
55
  class OutputSnsMode(str, Enum, metaclass=utils.OpenEnumMeta):
66
56
  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."""
67
57
 
68
- # Error
69
58
  ERROR = "error"
70
- # Backpressure
71
59
  BACKPRESSURE = "backpressure"
72
- # Always On
73
60
  ALWAYS = "always"
74
61
 
75
62
 
@@ -18,9 +18,7 @@ class OutputSplunkType(str, Enum):
18
18
  class OutputSplunkNestedFieldSerialization(str, Enum, metaclass=utils.OpenEnumMeta):
19
19
  r"""How to serialize nested fields into index-time fields"""
20
20
 
21
- # JSON
22
21
  JSON = "json"
23
- # None
24
22
  NONE = "none"
25
23
 
26
24
 
@@ -117,11 +115,8 @@ class OutputSplunkMaxS2SVersion(str, Enum, metaclass=utils.OpenEnumMeta):
117
115
  class OutputSplunkBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
118
116
  r"""How to handle events when all receivers are exerting backpressure"""
119
117
 
120
- # Block
121
118
  BLOCK = "block"
122
- # Drop
123
119
  DROP = "drop"
124
- # Persistent Queue
125
120
  QUEUE = "queue"
126
121
 
127
122
 
@@ -135,40 +130,30 @@ class OutputSplunkAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
135
130
  class OutputSplunkCompressCompression(str, Enum, metaclass=utils.OpenEnumMeta):
136
131
  r"""Controls whether the sender should send compressed data to the server. Select 'Disabled' to reject compressed connections or 'Always' to ignore server's configuration and send compressed data."""
137
132
 
138
- # Disabled
139
133
  DISABLED = "disabled"
140
- # Automatic
141
134
  AUTO = "auto"
142
- # Always
143
135
  ALWAYS = "always"
144
136
 
145
137
 
146
138
  class OutputSplunkPqCompressCompression(str, Enum, metaclass=utils.OpenEnumMeta):
147
139
  r"""Codec to use to compress the persisted data"""
148
140
 
149
- # None
150
141
  NONE = "none"
151
- # Gzip
152
142
  GZIP = "gzip"
153
143
 
154
144
 
155
145
  class OutputSplunkQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
156
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."""
157
147
 
158
- # Block
159
148
  BLOCK = "block"
160
- # Drop new data
161
149
  DROP = "drop"
162
150
 
163
151
 
164
152
  class OutputSplunkMode(str, Enum, metaclass=utils.OpenEnumMeta):
165
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."""
166
154
 
167
- # Error
168
155
  ERROR = "error"
169
- # Backpressure
170
156
  BACKPRESSURE = "backpressure"
171
- # Always On
172
157
  ALWAYS = "always"
173
158
 
174
159
 
@@ -29,11 +29,8 @@ class OutputSplunkHecExtraHTTPHeader(BaseModel):
29
29
  class OutputSplunkHecFailedRequestLoggingMode(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
 
@@ -101,11 +98,8 @@ class OutputSplunkHecTimeoutRetrySettings(BaseModel):
101
98
  class OutputSplunkHecBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
102
99
  r"""How to handle events when all receivers are exerting backpressure"""
103
100
 
104
- # Block
105
101
  BLOCK = "block"
106
- # Drop
107
102
  DROP = "drop"
108
- # Persistent Queue
109
103
  QUEUE = "queue"
110
104
 
111
105
 
@@ -127,29 +121,22 @@ class OutputSplunkHecURL(BaseModel):
127
121
  class OutputSplunkHecCompression(str, Enum, metaclass=utils.OpenEnumMeta):
128
122
  r"""Codec to use to compress the persisted data"""
129
123
 
130
- # None
131
124
  NONE = "none"
132
- # Gzip
133
125
  GZIP = "gzip"
134
126
 
135
127
 
136
128
  class OutputSplunkHecQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
137
129
  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."""
138
130
 
139
- # Block
140
131
  BLOCK = "block"
141
- # Drop new data
142
132
  DROP = "drop"
143
133
 
144
134
 
145
135
  class OutputSplunkHecMode(str, Enum, metaclass=utils.OpenEnumMeta):
146
136
  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."""
147
137
 
148
- # Error
149
138
  ERROR = "error"
150
- # Backpressure
151
139
  BACKPRESSURE = "backpressure"
152
- # Always On
153
140
  ALWAYS = "always"
154
141
 
155
142
 
@@ -18,9 +18,7 @@ class OutputSplunkLbType(str, Enum):
18
18
  class OutputSplunkLbNestedFieldSerialization(str, Enum, metaclass=utils.OpenEnumMeta):
19
19
  r"""How to serialize nested fields into index-time fields"""
20
20
 
21
- # JSON
22
21
  JSON = "json"
23
- # None
24
22
  NONE = "none"
25
23
 
26
24
 
@@ -117,11 +115,8 @@ class OutputSplunkLbMaxS2SVersion(str, Enum, metaclass=utils.OpenEnumMeta):
117
115
  class OutputSplunkLbBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
118
116
  r"""How to handle events when all receivers are exerting backpressure"""
119
117
 
120
- # Block
121
118
  BLOCK = "block"
122
- # Drop
123
119
  DROP = "drop"
124
- # Persistent Queue
125
120
  QUEUE = "queue"
126
121
 
127
122
 
@@ -135,11 +130,8 @@ class OutputSplunkLbAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta
135
130
  class OutputSplunkLbCompressCompression(str, Enum, metaclass=utils.OpenEnumMeta):
136
131
  r"""Controls whether the sender should send compressed data to the server. Select 'Disabled' to reject compressed connections or 'Always' to ignore server's configuration and send compressed data."""
137
132
 
138
- # Disabled
139
133
  DISABLED = "disabled"
140
- # Automatic
141
134
  AUTO = "auto"
142
- # Always
143
135
  ALWAYS = "always"
144
136
 
145
137
 
@@ -280,29 +272,22 @@ class OutputSplunkLbHost(BaseModel):
280
272
  class OutputSplunkLbPqCompressCompression(str, Enum, metaclass=utils.OpenEnumMeta):
281
273
  r"""Codec to use to compress the persisted data"""
282
274
 
283
- # None
284
275
  NONE = "none"
285
- # Gzip
286
276
  GZIP = "gzip"
287
277
 
288
278
 
289
279
  class OutputSplunkLbQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
290
280
  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."""
291
281
 
292
- # Block
293
282
  BLOCK = "block"
294
- # Drop new data
295
283
  DROP = "drop"
296
284
 
297
285
 
298
286
  class OutputSplunkLbMode(str, Enum, metaclass=utils.OpenEnumMeta):
299
287
  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."""
300
288
 
301
- # Error
302
289
  ERROR = "error"
303
- # Backpressure
304
290
  BACKPRESSURE = "backpressure"
305
- # Always On
306
291
  ALWAYS = "always"
307
292
 
308
293
 
@@ -18,20 +18,15 @@ class OutputSqsType(str, Enum):
18
18
  class OutputSqsQueueType(str, Enum, metaclass=utils.OpenEnumMeta):
19
19
  r"""The queue type used (or created). Defaults to Standard."""
20
20
 
21
- # Standard
22
21
  STANDARD = "standard"
23
- # FIFO
24
22
  FIFO = "fifo"
25
23
 
26
24
 
27
25
  class OutputSqsAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
28
26
  r"""AWS authentication method. Choose Auto to use IAM roles."""
29
27
 
30
- # Auto
31
28
  AUTO = "auto"
32
- # Manual
33
29
  MANUAL = "manual"
34
- # Secret Key pair
35
30
  SECRET = "secret"
36
31
 
37
32
 
@@ -45,40 +40,30 @@ class OutputSqsSignatureVersion(str, Enum, metaclass=utils.OpenEnumMeta):
45
40
  class OutputSqsBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
46
41
  r"""How to handle events when all receivers are exerting backpressure"""
47
42
 
48
- # Block
49
43
  BLOCK = "block"
50
- # Drop
51
44
  DROP = "drop"
52
- # Persistent Queue
53
45
  QUEUE = "queue"
54
46
 
55
47
 
56
48
  class OutputSqsCompression(str, Enum, metaclass=utils.OpenEnumMeta):
57
49
  r"""Codec to use to compress the persisted data"""
58
50
 
59
- # None
60
51
  NONE = "none"
61
- # Gzip
62
52
  GZIP = "gzip"
63
53
 
64
54
 
65
55
  class OutputSqsQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
66
56
  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."""
67
57
 
68
- # Block
69
58
  BLOCK = "block"
70
- # Drop new data
71
59
  DROP = "drop"
72
60
 
73
61
 
74
62
  class OutputSqsMode(str, Enum, metaclass=utils.OpenEnumMeta):
75
63
  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."""
76
64
 
77
- # Error
78
65
  ERROR = "error"
79
- # Backpressure
80
66
  BACKPRESSURE = "backpressure"
81
- # Always On
82
67
  ALWAYS = "always"
83
68
 
84
69
 
@@ -18,49 +18,37 @@ class OutputStatsdType(str, Enum):
18
18
  class OutputStatsdDestinationProtocol(str, Enum, metaclass=utils.OpenEnumMeta):
19
19
  r"""Protocol to use when communicating with the destination."""
20
20
 
21
- # UDP
22
21
  UDP = "udp"
23
- # TCP
24
22
  TCP = "tcp"
25
23
 
26
24
 
27
25
  class OutputStatsdBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
28
26
  r"""How to handle events when all receivers are exerting backpressure"""
29
27
 
30
- # Block
31
28
  BLOCK = "block"
32
- # Drop
33
29
  DROP = "drop"
34
- # Persistent Queue
35
30
  QUEUE = "queue"
36
31
 
37
32
 
38
33
  class OutputStatsdCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
34
  r"""Codec to use to compress the persisted data"""
40
35
 
41
- # None
42
36
  NONE = "none"
43
- # Gzip
44
37
  GZIP = "gzip"
45
38
 
46
39
 
47
40
  class OutputStatsdQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
48
41
  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."""
49
42
 
50
- # Block
51
43
  BLOCK = "block"
52
- # Drop new data
53
44
  DROP = "drop"
54
45
 
55
46
 
56
47
  class OutputStatsdMode(str, Enum, metaclass=utils.OpenEnumMeta):
57
48
  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."""
58
49
 
59
- # Error
60
50
  ERROR = "error"
61
- # Backpressure
62
51
  BACKPRESSURE = "backpressure"
63
- # Always On
64
52
  ALWAYS = "always"
65
53
 
66
54
 
@@ -18,49 +18,37 @@ class OutputStatsdExtType(str, Enum):
18
18
  class OutputStatsdExtDestinationProtocol(str, Enum, metaclass=utils.OpenEnumMeta):
19
19
  r"""Protocol to use when communicating with the destination."""
20
20
 
21
- # UDP
22
21
  UDP = "udp"
23
- # TCP
24
22
  TCP = "tcp"
25
23
 
26
24
 
27
25
  class OutputStatsdExtBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
28
26
  r"""How to handle events when all receivers are exerting backpressure"""
29
27
 
30
- # Block
31
28
  BLOCK = "block"
32
- # Drop
33
29
  DROP = "drop"
34
- # Persistent Queue
35
30
  QUEUE = "queue"
36
31
 
37
32
 
38
33
  class OutputStatsdExtCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
34
  r"""Codec to use to compress the persisted data"""
40
35
 
41
- # None
42
36
  NONE = "none"
43
- # Gzip
44
37
  GZIP = "gzip"
45
38
 
46
39
 
47
40
  class OutputStatsdExtQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
48
41
  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."""
49
42
 
50
- # Block
51
43
  BLOCK = "block"
52
- # Drop new data
53
44
  DROP = "drop"
54
45
 
55
46
 
56
47
  class OutputStatsdExtMode(str, Enum, metaclass=utils.OpenEnumMeta):
57
48
  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."""
58
49
 
59
- # Error
60
50
  ERROR = "error"
61
- # Backpressure
62
51
  BACKPRESSURE = "backpressure"
63
- # Always On
64
52
  ALWAYS = "always"
65
53
 
66
54