cribl-control-plane 0.1.1rc6__py3-none-any.whl → 0.2.0__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 (145) hide show
  1. cribl_control_plane/_version.py +5 -3
  2. cribl_control_plane/groups_sdk.py +4 -4
  3. cribl_control_plane/models/__init__.py +27 -50
  4. cribl_control_plane/models/appmode.py +14 -0
  5. cribl_control_plane/models/authtoken.py +1 -5
  6. cribl_control_plane/models/configgroup.py +2 -17
  7. cribl_control_plane/models/createversionundoop.py +3 -3
  8. cribl_control_plane/models/distributedsummary.py +0 -6
  9. cribl_control_plane/models/hbcriblinfo.py +3 -14
  10. cribl_control_plane/models/heartbeatmetadata.py +0 -3
  11. cribl_control_plane/models/input.py +63 -65
  12. cribl_control_plane/models/inputappscope.py +0 -4
  13. cribl_control_plane/models/inputazureblob.py +0 -4
  14. cribl_control_plane/models/inputcollection.py +0 -4
  15. cribl_control_plane/models/inputconfluentcloud.py +18 -8
  16. cribl_control_plane/models/inputcribl.py +0 -4
  17. cribl_control_plane/models/inputcriblhttp.py +0 -4
  18. cribl_control_plane/models/inputcribllakehttp.py +0 -4
  19. cribl_control_plane/models/inputcriblmetrics.py +0 -4
  20. cribl_control_plane/models/inputcribltcp.py +0 -4
  21. cribl_control_plane/models/inputcrowdstrike.py +0 -7
  22. cribl_control_plane/models/inputdatadogagent.py +0 -4
  23. cribl_control_plane/models/inputdatagen.py +0 -4
  24. cribl_control_plane/models/inputedgeprometheus.py +0 -12
  25. cribl_control_plane/models/inputelastic.py +0 -11
  26. cribl_control_plane/models/inputeventhub.py +0 -6
  27. cribl_control_plane/models/inputexec.py +0 -4
  28. cribl_control_plane/models/inputfile.py +0 -6
  29. cribl_control_plane/models/inputfirehose.py +0 -4
  30. cribl_control_plane/models/inputgooglepubsub.py +0 -7
  31. cribl_control_plane/models/inputgrafana.py +0 -8
  32. cribl_control_plane/models/inputhttp.py +0 -4
  33. cribl_control_plane/models/inputhttpraw.py +0 -4
  34. cribl_control_plane/models/inputjournalfiles.py +0 -4
  35. cribl_control_plane/models/inputkafka.py +17 -8
  36. cribl_control_plane/models/inputkinesis.py +0 -15
  37. cribl_control_plane/models/inputkubeevents.py +0 -4
  38. cribl_control_plane/models/inputkubelogs.py +0 -4
  39. cribl_control_plane/models/inputkubemetrics.py +0 -4
  40. cribl_control_plane/models/inputloki.py +0 -4
  41. cribl_control_plane/models/inputmetrics.py +0 -4
  42. cribl_control_plane/models/inputmodeldriventelemetry.py +0 -4
  43. cribl_control_plane/models/inputmsk.py +17 -7
  44. cribl_control_plane/models/inputnetflow.py +0 -4
  45. cribl_control_plane/models/inputoffice365mgmt.py +0 -11
  46. cribl_control_plane/models/inputoffice365msgtrace.py +0 -11
  47. cribl_control_plane/models/inputoffice365service.py +0 -11
  48. cribl_control_plane/models/inputopentelemetry.py +0 -8
  49. cribl_control_plane/models/inputprometheus.py +0 -10
  50. cribl_control_plane/models/inputprometheusrw.py +0 -4
  51. cribl_control_plane/models/inputrawudp.py +0 -4
  52. cribl_control_plane/models/inputs3.py +0 -7
  53. cribl_control_plane/models/inputs3inventory.py +0 -7
  54. cribl_control_plane/models/inputsecuritylake.py +0 -7
  55. cribl_control_plane/models/inputsnmp.py +0 -11
  56. cribl_control_plane/models/inputsplunk.py +0 -9
  57. cribl_control_plane/models/inputsplunkhec.py +0 -4
  58. cribl_control_plane/models/inputsplunksearch.py +0 -7
  59. cribl_control_plane/models/inputsqs.py +0 -9
  60. cribl_control_plane/models/inputsyslog.py +0 -8
  61. cribl_control_plane/models/inputsystemmetrics.py +0 -32
  62. cribl_control_plane/models/inputsystemstate.py +0 -4
  63. cribl_control_plane/models/inputtcp.py +0 -4
  64. cribl_control_plane/models/inputtcpjson.py +0 -4
  65. cribl_control_plane/models/inputwef.py +0 -6
  66. cribl_control_plane/models/inputwindowsmetrics.py +0 -28
  67. cribl_control_plane/models/inputwineventlogs.py +0 -8
  68. cribl_control_plane/models/inputwiz.py +0 -7
  69. cribl_control_plane/models/inputwizwebhook.py +0 -4
  70. cribl_control_plane/models/inputzscalerhec.py +0 -4
  71. cribl_control_plane/models/jobinfo.py +1 -4
  72. cribl_control_plane/models/nodeprovidedinfo.py +1 -7
  73. cribl_control_plane/models/output.py +80 -85
  74. cribl_control_plane/models/outputazureblob.py +0 -20
  75. cribl_control_plane/models/outputazuredataexplorer.py +0 -28
  76. cribl_control_plane/models/outputazureeventhub.py +0 -17
  77. cribl_control_plane/models/outputazurelogs.py +0 -13
  78. cribl_control_plane/models/outputchronicle.py +0 -13
  79. cribl_control_plane/models/outputclickhouse.py +0 -17
  80. cribl_control_plane/models/outputcloudwatch.py +0 -13
  81. cribl_control_plane/models/outputconfluentcloud.py +18 -24
  82. cribl_control_plane/models/outputcriblhttp.py +0 -15
  83. cribl_control_plane/models/outputcribllake.py +0 -21
  84. cribl_control_plane/models/outputcribltcp.py +0 -12
  85. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -15
  86. cribl_control_plane/models/outputdatadog.py +0 -30
  87. cribl_control_plane/models/outputdataset.py +0 -23
  88. cribl_control_plane/models/outputdls3.py +0 -35
  89. cribl_control_plane/models/outputdynatracehttp.py +0 -22
  90. cribl_control_plane/models/outputdynatraceotlp.py +0 -22
  91. cribl_control_plane/models/outputelastic.py +0 -18
  92. cribl_control_plane/models/outputelasticcloud.py +0 -13
  93. cribl_control_plane/models/outputexabeam.py +0 -14
  94. cribl_control_plane/models/outputfilesystem.py +0 -15
  95. cribl_control_plane/models/outputgooglechronicle.py +0 -21
  96. cribl_control_plane/models/outputgooglecloudlogging.py +0 -19
  97. cribl_control_plane/models/outputgooglecloudstorage.py +0 -28
  98. cribl_control_plane/models/outputgooglepubsub.py +0 -13
  99. cribl_control_plane/models/outputgrafanacloud.py +0 -50
  100. cribl_control_plane/models/outputgraphite.py +0 -12
  101. cribl_control_plane/models/outputhoneycomb.py +0 -13
  102. cribl_control_plane/models/outputhumiohec.py +0 -15
  103. cribl_control_plane/models/outputinfluxdb.py +0 -19
  104. cribl_control_plane/models/outputkafka.py +17 -24
  105. cribl_control_plane/models/outputkinesis.py +0 -15
  106. cribl_control_plane/models/outputloki.py +0 -20
  107. cribl_control_plane/models/outputminio.py +0 -28
  108. cribl_control_plane/models/outputmsk.py +17 -23
  109. cribl_control_plane/models/outputnewrelic.py +0 -16
  110. cribl_control_plane/models/outputnewrelicevents.py +0 -16
  111. cribl_control_plane/models/outputopentelemetry.py +0 -22
  112. cribl_control_plane/models/outputprometheus.py +0 -13
  113. cribl_control_plane/models/outputring.py +0 -2
  114. cribl_control_plane/models/outputs3.py +0 -35
  115. cribl_control_plane/models/outputsecuritylake.py +0 -29
  116. cribl_control_plane/models/outputsentinel.py +0 -15
  117. cribl_control_plane/models/outputsentineloneaisiem.py +0 -13
  118. cribl_control_plane/models/outputservicenow.py +0 -21
  119. cribl_control_plane/models/outputsignalfx.py +0 -13
  120. cribl_control_plane/models/outputsns.py +0 -13
  121. cribl_control_plane/models/outputsplunk.py +0 -15
  122. cribl_control_plane/models/outputsplunkhec.py +0 -13
  123. cribl_control_plane/models/outputsplunklb.py +0 -15
  124. cribl_control_plane/models/outputsqs.py +0 -15
  125. cribl_control_plane/models/outputstatsd.py +0 -12
  126. cribl_control_plane/models/outputstatsdext.py +0 -12
  127. cribl_control_plane/models/outputsumologic.py +0 -15
  128. cribl_control_plane/models/outputsyslog.py +0 -24
  129. cribl_control_plane/models/outputtcpjson.py +0 -12
  130. cribl_control_plane/models/outputwavefront.py +0 -13
  131. cribl_control_plane/models/outputwebhook.py +0 -23
  132. cribl_control_plane/models/outputxsiam.py +0 -13
  133. cribl_control_plane/models/packinfo.py +5 -8
  134. cribl_control_plane/models/packinstallinfo.py +5 -8
  135. cribl_control_plane/models/{uploadpackresponse.py → routecloneconf.py} +4 -4
  136. cribl_control_plane/models/routeconf.py +4 -3
  137. cribl_control_plane/models/runnablejobcollection.py +0 -4
  138. cribl_control_plane/packs.py +7 -202
  139. cribl_control_plane/tokens.py +6 -16
  140. {cribl_control_plane-0.1.1rc6.dist-info → cribl_control_plane-0.2.0.dist-info}/METADATA +3 -35
  141. {cribl_control_plane-0.1.1rc6.dist-info → cribl_control_plane-0.2.0.dist-info}/RECORD +142 -144
  142. cribl_control_plane/models/loginop.py +0 -18
  143. cribl_control_plane/models/outputdatabricks.py +0 -291
  144. cribl_control_plane/models/updatepacksop.py +0 -27
  145. {cribl_control_plane-0.1.1rc6.dist-info → cribl_control_plane-0.2.0.dist-info}/WHEEL +0 -0
@@ -29,18 +29,14 @@ class InputRawUDPConnection(BaseModel):
29
29
  class InputRawUDPMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
31
 
32
- # Smart
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputRawUDPCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -29,18 +29,14 @@ class InputS3Connection(BaseModel):
29
29
  class InputS3Mode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
31
 
32
- # Smart
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputS3Compression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -110,11 +106,8 @@ class InputS3Pq(BaseModel):
110
106
  class InputS3AuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
111
107
  r"""AWS authentication method. Choose Auto to use IAM roles."""
112
108
 
113
- # Auto
114
109
  AUTO = "auto"
115
- # Manual
116
110
  MANUAL = "manual"
117
- # Secret Key pair
118
111
  SECRET = "secret"
119
112
 
120
113
 
@@ -29,18 +29,14 @@ class InputS3InventoryConnection(BaseModel):
29
29
  class InputS3InventoryMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
31
 
32
- # Smart
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputS3InventoryCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -110,11 +106,8 @@ class InputS3InventoryPq(BaseModel):
110
106
  class InputS3InventoryAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
111
107
  r"""AWS authentication method. Choose Auto to use IAM roles."""
112
108
 
113
- # Auto
114
109
  AUTO = "auto"
115
- # Manual
116
110
  MANUAL = "manual"
117
- # Secret Key pair
118
111
  SECRET = "secret"
119
112
 
120
113
 
@@ -29,18 +29,14 @@ class InputSecurityLakeConnection(BaseModel):
29
29
  class InputSecurityLakeMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
31
 
32
- # Smart
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputSecurityLakeCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -111,11 +107,8 @@ class InputSecurityLakePq(BaseModel):
111
107
  class InputSecurityLakeAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
112
108
  r"""AWS authentication method. Choose Auto to use IAM roles."""
113
109
 
114
- # Auto
115
110
  AUTO = "auto"
116
- # Manual
117
111
  MANUAL = "manual"
118
- # Secret Key pair
119
112
  SECRET = "secret"
120
113
 
121
114
 
@@ -29,18 +29,14 @@ class InputSnmpConnection(BaseModel):
29
29
  class InputSnmpMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
31
 
32
- # Smart
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputSnmpCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -108,19 +104,12 @@ class InputSnmpPq(BaseModel):
108
104
 
109
105
 
110
106
  class AuthenticationProtocol(str, Enum, metaclass=utils.OpenEnumMeta):
111
- # None
112
107
  NONE = "none"
113
- # MD5
114
108
  MD5 = "md5"
115
- # SHA1
116
109
  SHA = "sha"
117
- # SHA224
118
110
  SHA224 = "sha224"
119
- # SHA256
120
111
  SHA256 = "sha256"
121
- # SHA384
122
112
  SHA384 = "sha384"
123
- # SHA512
124
113
  SHA512 = "sha512"
125
114
 
126
115
 
@@ -29,18 +29,14 @@ class InputSplunkConnection(BaseModel):
29
29
  class InputSplunkMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
31
 
32
- # Smart
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputSplunkPqCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -218,20 +214,15 @@ class InputSplunkAuthToken(BaseModel):
218
214
  class InputSplunkMaxS2SVersion(str, Enum, metaclass=utils.OpenEnumMeta):
219
215
  r"""The highest S2S protocol version to advertise during handshake"""
220
216
 
221
- # v3
222
217
  V3 = "v3"
223
- # v4
224
218
  V4 = "v4"
225
219
 
226
220
 
227
221
  class InputSplunkCompression(str, Enum, metaclass=utils.OpenEnumMeta):
228
222
  r"""Controls whether to support reading compressed data from a forwarder. Select 'Automatic' to match the forwarder's configuration, or 'Disabled' to reject compressed connections."""
229
223
 
230
- # Disabled
231
224
  DISABLED = "disabled"
232
- # Automatic
233
225
  AUTO = "auto"
234
- # Always
235
226
  ALWAYS = "always"
236
227
 
237
228
 
@@ -29,18 +29,14 @@ class InputSplunkHecConnection(BaseModel):
29
29
  class InputSplunkHecMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
31
 
32
- # Smart
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputSplunkHecCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -29,18 +29,14 @@ class InputSplunkSearchConnection(BaseModel):
29
29
  class InputSplunkSearchMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
31
 
32
- # Smart
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputSplunkSearchCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -166,11 +162,8 @@ class InputSplunkSearchMetadatum(BaseModel):
166
162
  class InputSplunkSearchRetryType(str, Enum, metaclass=utils.OpenEnumMeta):
167
163
  r"""The algorithm to use when performing HTTP retries"""
168
164
 
169
- # Disabled
170
165
  NONE = "none"
171
- # Backoff
172
166
  BACKOFF = "backoff"
173
- # Static
174
167
  STATIC = "static"
175
168
 
176
169
 
@@ -29,18 +29,14 @@ class InputSqsConnection(BaseModel):
29
29
  class InputSqsMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
31
 
32
- # Smart
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputSqsCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -110,20 +106,15 @@ class InputSqsPq(BaseModel):
110
106
  class InputSqsQueueType(str, Enum, metaclass=utils.OpenEnumMeta):
111
107
  r"""The queue type used (or created)"""
112
108
 
113
- # Standard
114
109
  STANDARD = "standard"
115
- # FIFO
116
110
  FIFO = "fifo"
117
111
 
118
112
 
119
113
  class InputSqsAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
120
114
  r"""AWS authentication method. Choose Auto to use IAM roles."""
121
115
 
122
- # Auto
123
116
  AUTO = "auto"
124
- # Manual
125
117
  MANUAL = "manual"
126
- # Secret Key pair
127
118
  SECRET = "secret"
128
119
 
129
120
 
@@ -29,18 +29,14 @@ class InputSyslogConnection2(BaseModel):
29
29
  class InputSyslogMode2(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
31
 
32
- # Smart
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputSyslogCompression2(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -416,18 +412,14 @@ class InputSyslogConnection1(BaseModel):
416
412
  class InputSyslogMode1(str, Enum, metaclass=utils.OpenEnumMeta):
417
413
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
418
414
 
419
- # Smart
420
415
  SMART = "smart"
421
- # Always On
422
416
  ALWAYS = "always"
423
417
 
424
418
 
425
419
  class InputSyslogCompression1(str, Enum, metaclass=utils.OpenEnumMeta):
426
420
  r"""Codec to use to compress the persisted data"""
427
421
 
428
- # None
429
422
  NONE = "none"
430
- # Gzip
431
423
  GZIP = "gzip"
432
424
 
433
425
 
@@ -29,18 +29,14 @@ class InputSystemMetricsConnection(BaseModel):
29
29
  class InputSystemMetricsPqMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
31
 
32
- # Smart
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputSystemMetricsCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -111,26 +107,18 @@ class InputSystemMetricsPq(BaseModel):
111
107
  class InputSystemMetricsHostMode(str, Enum, metaclass=utils.OpenEnumMeta):
112
108
  r"""Select level of detail for host metrics"""
113
109
 
114
- # Basic
115
110
  BASIC = "basic"
116
- # All
117
111
  ALL = "all"
118
- # Custom
119
112
  CUSTOM = "custom"
120
- # Disabled
121
113
  DISABLED = "disabled"
122
114
 
123
115
 
124
116
  class InputSystemMetricsSystemMode(str, Enum, metaclass=utils.OpenEnumMeta):
125
117
  r"""Select the level of detail for system metrics"""
126
118
 
127
- # Basic
128
119
  BASIC = "basic"
129
- # All
130
120
  ALL = "all"
131
- # Custom
132
121
  CUSTOM = "custom"
133
- # Disabled
134
122
  DISABLED = "disabled"
135
123
 
136
124
 
@@ -155,13 +143,9 @@ class InputSystemMetricsSystem(BaseModel):
155
143
  class InputSystemMetricsCPUMode(str, Enum, metaclass=utils.OpenEnumMeta):
156
144
  r"""Select the level of detail for CPU metrics"""
157
145
 
158
- # Basic
159
146
  BASIC = "basic"
160
- # All
161
147
  ALL = "all"
162
- # Custom
163
148
  CUSTOM = "custom"
164
- # Disabled
165
149
  DISABLED = "disabled"
166
150
 
167
151
 
@@ -195,13 +179,9 @@ class InputSystemMetricsCPU(BaseModel):
195
179
  class InputSystemMetricsMemoryMode(str, Enum, metaclass=utils.OpenEnumMeta):
196
180
  r"""Select the level of detail for memory metrics"""
197
181
 
198
- # Basic
199
182
  BASIC = "basic"
200
- # All
201
183
  ALL = "all"
202
- # Custom
203
184
  CUSTOM = "custom"
204
- # Disabled
205
185
  DISABLED = "disabled"
206
186
 
207
187
 
@@ -226,13 +206,9 @@ class InputSystemMetricsMemory(BaseModel):
226
206
  class InputSystemMetricsNetworkMode(str, Enum, metaclass=utils.OpenEnumMeta):
227
207
  r"""Select the level of detail for network metrics"""
228
208
 
229
- # Basic
230
209
  BASIC = "basic"
231
- # All
232
210
  ALL = "all"
233
- # Custom
234
211
  CUSTOM = "custom"
235
- # Disabled
236
212
  DISABLED = "disabled"
237
213
 
238
214
 
@@ -269,13 +245,9 @@ class InputSystemMetricsNetwork(BaseModel):
269
245
  class InputSystemMetricsDiskMode(str, Enum, metaclass=utils.OpenEnumMeta):
270
246
  r"""Select the level of detail for disk metrics"""
271
247
 
272
- # Basic
273
248
  BASIC = "basic"
274
- # All
275
249
  ALL = "all"
276
- # Custom
277
250
  CUSTOM = "custom"
278
- # Disabled
279
251
  DISABLED = "disabled"
280
252
 
281
253
 
@@ -380,13 +352,9 @@ class InputSystemMetricsProcess(BaseModel):
380
352
  class ContainerMode(str, Enum, metaclass=utils.OpenEnumMeta):
381
353
  r"""Select the level of detail for container metrics"""
382
354
 
383
- # Basic
384
355
  BASIC = "basic"
385
- # All
386
356
  ALL = "all"
387
- # Custom
388
357
  CUSTOM = "custom"
389
- # Disabled
390
358
  DISABLED = "disabled"
391
359
 
392
360
 
@@ -29,18 +29,14 @@ class InputSystemStateConnection(BaseModel):
29
29
  class InputSystemStateMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
31
 
32
- # Smart
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputSystemStateCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -29,18 +29,14 @@ class InputTCPConnection(BaseModel):
29
29
  class InputTCPMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
31
 
32
- # Smart
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputTCPCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -29,18 +29,14 @@ class InputTcpjsonConnection(BaseModel):
29
29
  class InputTcpjsonMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
31
 
32
- # Smart
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputTcpjsonCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -29,18 +29,14 @@ class InputWefConnection(BaseModel):
29
29
  class InputWefMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
31
 
32
- # Smart
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputWefCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -110,9 +106,7 @@ class InputWefPq(BaseModel):
110
106
  class InputWefAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
111
107
  r"""How to authenticate incoming client connections"""
112
108
 
113
- # Client certificate
114
109
  CLIENT_CERT = "clientCert"
115
- # Kerberos
116
110
  KERBEROS = "kerberos"
117
111
 
118
112
 
@@ -29,18 +29,14 @@ class InputWindowsMetricsConnection(BaseModel):
29
29
  class InputWindowsMetricsPqMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
31
 
32
- # Smart
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputWindowsMetricsCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -111,26 +107,18 @@ class InputWindowsMetricsPq(BaseModel):
111
107
  class InputWindowsMetricsHostMode(str, Enum, metaclass=utils.OpenEnumMeta):
112
108
  r"""Select level of detail for host metrics"""
113
109
 
114
- # Basic
115
110
  BASIC = "basic"
116
- # All
117
111
  ALL = "all"
118
- # Custom
119
112
  CUSTOM = "custom"
120
- # Disabled
121
113
  DISABLED = "disabled"
122
114
 
123
115
 
124
116
  class InputWindowsMetricsSystemMode(str, Enum, metaclass=utils.OpenEnumMeta):
125
117
  r"""Select the level of details for system metrics"""
126
118
 
127
- # Basic
128
119
  BASIC = "basic"
129
- # All
130
120
  ALL = "all"
131
- # Custom
132
121
  CUSTOM = "custom"
133
- # Disabled
134
122
  DISABLED = "disabled"
135
123
 
136
124
 
@@ -155,13 +143,9 @@ class InputWindowsMetricsSystem(BaseModel):
155
143
  class InputWindowsMetricsCPUMode(str, Enum, metaclass=utils.OpenEnumMeta):
156
144
  r"""Select the level of details for CPU metrics"""
157
145
 
158
- # Basic
159
146
  BASIC = "basic"
160
- # All
161
147
  ALL = "all"
162
- # Custom
163
148
  CUSTOM = "custom"
164
- # Disabled
165
149
  DISABLED = "disabled"
166
150
 
167
151
 
@@ -195,13 +179,9 @@ class InputWindowsMetricsCPU(BaseModel):
195
179
  class InputWindowsMetricsMemoryMode(str, Enum, metaclass=utils.OpenEnumMeta):
196
180
  r"""Select the level of details for memory metrics"""
197
181
 
198
- # Basic
199
182
  BASIC = "basic"
200
- # All
201
183
  ALL = "all"
202
- # Custom
203
184
  CUSTOM = "custom"
204
- # Disabled
205
185
  DISABLED = "disabled"
206
186
 
207
187
 
@@ -226,13 +206,9 @@ class InputWindowsMetricsMemory(BaseModel):
226
206
  class InputWindowsMetricsNetworkMode(str, Enum, metaclass=utils.OpenEnumMeta):
227
207
  r"""Select the level of details for network metrics"""
228
208
 
229
- # Basic
230
209
  BASIC = "basic"
231
- # All
232
210
  ALL = "all"
233
- # Custom
234
211
  CUSTOM = "custom"
235
- # Disabled
236
212
  DISABLED = "disabled"
237
213
 
238
214
 
@@ -269,13 +245,9 @@ class InputWindowsMetricsNetwork(BaseModel):
269
245
  class InputWindowsMetricsDiskMode(str, Enum, metaclass=utils.OpenEnumMeta):
270
246
  r"""Select the level of details for disk metrics"""
271
247
 
272
- # Basic
273
248
  BASIC = "basic"
274
- # All
275
249
  ALL = "all"
276
- # Custom
277
250
  CUSTOM = "custom"
278
- # Disabled
279
251
  DISABLED = "disabled"
280
252
 
281
253
 
@@ -29,18 +29,14 @@ class InputWinEventLogsConnection(BaseModel):
29
29
  class InputWinEventLogsMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
31
31
 
32
- # Smart
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputWinEventLogsCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -111,18 +107,14 @@ class InputWinEventLogsPq(BaseModel):
111
107
  class ReadMode(str, Enum, metaclass=utils.OpenEnumMeta):
112
108
  r"""Read all stored and future event logs, or only future events"""
113
109
 
114
- # Entire log
115
110
  OLDEST = "oldest"
116
- # From last entry
117
111
  NEWEST = "newest"
118
112
 
119
113
 
120
114
  class EventFormat(str, Enum, metaclass=utils.OpenEnumMeta):
121
115
  r"""Format of individual events"""
122
116
 
123
- # JSON
124
117
  JSON = "json"
125
- # XML
126
118
  XML = "xml"
127
119
 
128
120