cribl-control-plane 0.0.42__py3-none-any.whl → 0.0.44__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.
- cribl_control_plane/_hooks/clientcredentials.py +1 -1
- cribl_control_plane/_version.py +4 -4
- cribl_control_plane/acl.py +5 -3
- cribl_control_plane/auth_sdk.py +6 -3
- cribl_control_plane/basesdk.py +11 -1
- cribl_control_plane/commits.py +5 -3
- cribl_control_plane/destinations.py +6 -4
- cribl_control_plane/errors/__init__.py +15 -3
- cribl_control_plane/groups_configs.py +8 -3
- cribl_control_plane/groups_sdk.py +6 -4
- cribl_control_plane/models/__init__.py +401 -1
- cribl_control_plane/models/input.py +2 -2
- cribl_control_plane/models/inputappscope.py +13 -0
- cribl_control_plane/models/inputazureblob.py +13 -0
- cribl_control_plane/models/inputcollection.py +13 -0
- cribl_control_plane/models/inputconfluentcloud.py +20 -0
- cribl_control_plane/models/inputcribl.py +13 -0
- cribl_control_plane/models/inputcriblhttp.py +13 -0
- cribl_control_plane/models/inputcribllakehttp.py +38 -4
- cribl_control_plane/models/inputcriblmetrics.py +13 -0
- cribl_control_plane/models/inputcribltcp.py +13 -0
- cribl_control_plane/models/inputcrowdstrike.py +13 -0
- cribl_control_plane/models/inputdatadogagent.py +13 -0
- cribl_control_plane/models/inputdatagen.py +13 -0
- cribl_control_plane/models/inputedgeprometheus.py +13 -0
- cribl_control_plane/models/inputelastic.py +13 -0
- cribl_control_plane/models/inputeventhub.py +13 -0
- cribl_control_plane/models/inputexec.py +13 -0
- cribl_control_plane/models/inputfile.py +13 -0
- cribl_control_plane/models/inputfirehose.py +13 -0
- cribl_control_plane/models/inputgooglepubsub.py +13 -0
- cribl_control_plane/models/inputgrafana.py +26 -14
- cribl_control_plane/models/inputhttp.py +13 -0
- cribl_control_plane/models/inputhttpraw.py +13 -0
- cribl_control_plane/models/inputjournalfiles.py +13 -0
- cribl_control_plane/models/inputkafka.py +20 -0
- cribl_control_plane/models/inputkinesis.py +13 -0
- cribl_control_plane/models/inputkubeevents.py +13 -0
- cribl_control_plane/models/inputkubelogs.py +13 -0
- cribl_control_plane/models/inputkubemetrics.py +13 -0
- cribl_control_plane/models/inputloki.py +13 -7
- cribl_control_plane/models/inputmetrics.py +13 -0
- cribl_control_plane/models/inputmodeldriventelemetry.py +14 -0
- cribl_control_plane/models/inputmsk.py +13 -0
- cribl_control_plane/models/inputnetflow.py +13 -0
- cribl_control_plane/models/inputoffice365mgmt.py +13 -0
- cribl_control_plane/models/inputoffice365msgtrace.py +13 -0
- cribl_control_plane/models/inputoffice365service.py +13 -0
- cribl_control_plane/models/inputopentelemetry.py +13 -0
- cribl_control_plane/models/inputprometheus.py +13 -0
- cribl_control_plane/models/inputprometheusrw.py +13 -0
- cribl_control_plane/models/inputrawudp.py +13 -0
- cribl_control_plane/models/inputs3.py +13 -0
- cribl_control_plane/models/inputs3inventory.py +13 -0
- cribl_control_plane/models/inputsecuritylake.py +13 -0
- cribl_control_plane/models/inputsnmp.py +13 -0
- cribl_control_plane/models/inputsplunk.py +13 -0
- cribl_control_plane/models/inputsplunkhec.py +13 -0
- cribl_control_plane/models/inputsplunksearch.py +13 -0
- cribl_control_plane/models/inputsqs.py +13 -0
- cribl_control_plane/models/inputsyslog.py +26 -0
- cribl_control_plane/models/inputsystemmetrics.py +13 -0
- cribl_control_plane/models/inputsystemstate.py +13 -0
- cribl_control_plane/models/inputtcp.py +13 -0
- cribl_control_plane/models/inputtcpjson.py +13 -0
- cribl_control_plane/models/inputwef.py +13 -0
- cribl_control_plane/models/inputwindowsmetrics.py +13 -0
- cribl_control_plane/models/inputwineventlogs.py +13 -0
- cribl_control_plane/models/inputwiz.py +13 -0
- cribl_control_plane/models/inputwizwebhook.py +13 -0
- cribl_control_plane/models/inputzscalerhec.py +13 -0
- cribl_control_plane/models/output.py +18 -18
- cribl_control_plane/models/outputazuredataexplorer.py +7 -0
- cribl_control_plane/models/outputconfluentcloud.py +7 -0
- cribl_control_plane/models/outputgrafanacloud.py +0 -14
- cribl_control_plane/models/outputkafka.py +7 -0
- cribl_control_plane/models/outputloki.py +0 -7
- cribl_control_plane/models/outputsyslog.py +68 -0
- cribl_control_plane/nodes.py +5 -3
- cribl_control_plane/sdk.py +15 -2
- cribl_control_plane/sources.py +5 -3
- cribl_control_plane/utils/__init__.py +15 -3
- cribl_control_plane/utils/eventstreaming.py +10 -0
- cribl_control_plane/versions.py +11 -6
- {cribl_control_plane-0.0.42.dist-info → cribl_control_plane-0.0.44.dist-info}/METADATA +1 -1
- {cribl_control_plane-0.0.42.dist-info → cribl_control_plane-0.0.44.dist-info}/RECORD +87 -87
- {cribl_control_plane-0.0.42.dist-info → cribl_control_plane-0.0.44.dist-info}/WHEEL +0 -0
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
from typing import TYPE_CHECKING
|
|
4
4
|
from importlib import import_module
|
|
5
5
|
import builtins
|
|
6
|
+
import sys
|
|
6
7
|
|
|
7
8
|
if TYPE_CHECKING:
|
|
8
9
|
from .addhectokenrequest import (
|
|
@@ -391,6 +392,8 @@ if TYPE_CHECKING:
|
|
|
391
392
|
InputAppscopePersistence,
|
|
392
393
|
InputAppscopePersistenceTypedDict,
|
|
393
394
|
InputAppscopePq,
|
|
395
|
+
InputAppscopePqControls,
|
|
396
|
+
InputAppscopePqControlsTypedDict,
|
|
394
397
|
InputAppscopePqTypedDict,
|
|
395
398
|
InputAppscopeTLSSettingsServerSide,
|
|
396
399
|
InputAppscopeTLSSettingsServerSideTypedDict,
|
|
@@ -409,6 +412,8 @@ if TYPE_CHECKING:
|
|
|
409
412
|
InputAzureBlobMetadatumTypedDict,
|
|
410
413
|
InputAzureBlobMode,
|
|
411
414
|
InputAzureBlobPq,
|
|
415
|
+
InputAzureBlobPqControls,
|
|
416
|
+
InputAzureBlobPqControlsTypedDict,
|
|
412
417
|
InputAzureBlobPqTypedDict,
|
|
413
418
|
InputAzureBlobType,
|
|
414
419
|
InputAzureBlobTypedDict,
|
|
@@ -422,6 +427,8 @@ if TYPE_CHECKING:
|
|
|
422
427
|
InputCollectionMetadatumTypedDict,
|
|
423
428
|
InputCollectionMode,
|
|
424
429
|
InputCollectionPq,
|
|
430
|
+
InputCollectionPqControls,
|
|
431
|
+
InputCollectionPqControlsTypedDict,
|
|
425
432
|
InputCollectionPqTypedDict,
|
|
426
433
|
InputCollectionPreprocess,
|
|
427
434
|
InputCollectionPreprocessTypedDict,
|
|
@@ -449,6 +456,8 @@ if TYPE_CHECKING:
|
|
|
449
456
|
InputConfluentCloudMinimumTLSVersion,
|
|
450
457
|
InputConfluentCloudMode,
|
|
451
458
|
InputConfluentCloudPq,
|
|
459
|
+
InputConfluentCloudPqControls,
|
|
460
|
+
InputConfluentCloudPqControlsTypedDict,
|
|
452
461
|
InputConfluentCloudPqTypedDict,
|
|
453
462
|
InputConfluentCloudSASLMechanism,
|
|
454
463
|
InputConfluentCloudSchemaType,
|
|
@@ -466,6 +475,8 @@ if TYPE_CHECKING:
|
|
|
466
475
|
InputCriblMetadatumTypedDict,
|
|
467
476
|
InputCriblMode,
|
|
468
477
|
InputCriblPq,
|
|
478
|
+
InputCriblPqControls,
|
|
479
|
+
InputCriblPqControlsTypedDict,
|
|
469
480
|
InputCriblPqTypedDict,
|
|
470
481
|
InputCriblType,
|
|
471
482
|
InputCriblTypedDict,
|
|
@@ -481,6 +492,8 @@ if TYPE_CHECKING:
|
|
|
481
492
|
InputCriblHTTPMinimumTLSVersion,
|
|
482
493
|
InputCriblHTTPMode,
|
|
483
494
|
InputCriblHTTPPq,
|
|
495
|
+
InputCriblHTTPPqControls,
|
|
496
|
+
InputCriblHTTPPqControlsTypedDict,
|
|
484
497
|
InputCriblHTTPPqTypedDict,
|
|
485
498
|
InputCriblHTTPTLSSettingsServerSide,
|
|
486
499
|
InputCriblHTTPTLSSettingsServerSideTypedDict,
|
|
@@ -488,6 +501,8 @@ if TYPE_CHECKING:
|
|
|
488
501
|
InputCriblHTTPTypedDict,
|
|
489
502
|
)
|
|
490
503
|
from .inputcribllakehttp import (
|
|
504
|
+
ElasticsearchMetadata,
|
|
505
|
+
ElasticsearchMetadataTypedDict,
|
|
491
506
|
InputCriblLakeHTTP,
|
|
492
507
|
InputCriblLakeHTTPAuthTokensExt,
|
|
493
508
|
InputCriblLakeHTTPAuthTokensExtMetadatum,
|
|
@@ -502,11 +517,15 @@ if TYPE_CHECKING:
|
|
|
502
517
|
InputCriblLakeHTTPMinimumTLSVersion,
|
|
503
518
|
InputCriblLakeHTTPMode,
|
|
504
519
|
InputCriblLakeHTTPPq,
|
|
520
|
+
InputCriblLakeHTTPPqControls,
|
|
521
|
+
InputCriblLakeHTTPPqControlsTypedDict,
|
|
505
522
|
InputCriblLakeHTTPPqTypedDict,
|
|
506
523
|
InputCriblLakeHTTPTLSSettingsServerSide,
|
|
507
524
|
InputCriblLakeHTTPTLSSettingsServerSideTypedDict,
|
|
508
525
|
InputCriblLakeHTTPType,
|
|
509
526
|
InputCriblLakeHTTPTypedDict,
|
|
527
|
+
SplunkHecMetadata,
|
|
528
|
+
SplunkHecMetadataTypedDict,
|
|
510
529
|
)
|
|
511
530
|
from .inputcriblmetrics import (
|
|
512
531
|
InputCriblmetrics,
|
|
@@ -517,6 +536,8 @@ if TYPE_CHECKING:
|
|
|
517
536
|
InputCriblmetricsMetadatumTypedDict,
|
|
518
537
|
InputCriblmetricsMode,
|
|
519
538
|
InputCriblmetricsPq,
|
|
539
|
+
InputCriblmetricsPqControls,
|
|
540
|
+
InputCriblmetricsPqControlsTypedDict,
|
|
520
541
|
InputCriblmetricsPqTypedDict,
|
|
521
542
|
InputCriblmetricsType,
|
|
522
543
|
InputCriblmetricsTypedDict,
|
|
@@ -532,6 +553,8 @@ if TYPE_CHECKING:
|
|
|
532
553
|
InputCriblTCPMinimumTLSVersion,
|
|
533
554
|
InputCriblTCPMode,
|
|
534
555
|
InputCriblTCPPq,
|
|
556
|
+
InputCriblTCPPqControls,
|
|
557
|
+
InputCriblTCPPqControlsTypedDict,
|
|
535
558
|
InputCriblTCPPqTypedDict,
|
|
536
559
|
InputCriblTCPTLSSettingsServerSide,
|
|
537
560
|
InputCriblTCPTLSSettingsServerSideTypedDict,
|
|
@@ -550,6 +573,8 @@ if TYPE_CHECKING:
|
|
|
550
573
|
InputCrowdstrikeMetadatumTypedDict,
|
|
551
574
|
InputCrowdstrikeMode,
|
|
552
575
|
InputCrowdstrikePq,
|
|
576
|
+
InputCrowdstrikePqControls,
|
|
577
|
+
InputCrowdstrikePqControlsTypedDict,
|
|
553
578
|
InputCrowdstrikePqTypedDict,
|
|
554
579
|
InputCrowdstrikePreprocess,
|
|
555
580
|
InputCrowdstrikePreprocessTypedDict,
|
|
@@ -569,6 +594,8 @@ if TYPE_CHECKING:
|
|
|
569
594
|
InputDatadogAgentMinimumTLSVersion,
|
|
570
595
|
InputDatadogAgentMode,
|
|
571
596
|
InputDatadogAgentPq,
|
|
597
|
+
InputDatadogAgentPqControls,
|
|
598
|
+
InputDatadogAgentPqControlsTypedDict,
|
|
572
599
|
InputDatadogAgentPqTypedDict,
|
|
573
600
|
InputDatadogAgentProxyMode,
|
|
574
601
|
InputDatadogAgentProxyModeTypedDict,
|
|
@@ -586,6 +613,8 @@ if TYPE_CHECKING:
|
|
|
586
613
|
InputDatagenMetadatumTypedDict,
|
|
587
614
|
InputDatagenMode,
|
|
588
615
|
InputDatagenPq,
|
|
616
|
+
InputDatagenPqControls,
|
|
617
|
+
InputDatagenPqControlsTypedDict,
|
|
589
618
|
InputDatagenPqTypedDict,
|
|
590
619
|
InputDatagenType,
|
|
591
620
|
InputDatagenTypedDict,
|
|
@@ -607,6 +636,8 @@ if TYPE_CHECKING:
|
|
|
607
636
|
InputEdgePrometheusPersistenceCompression,
|
|
608
637
|
InputEdgePrometheusPq,
|
|
609
638
|
InputEdgePrometheusPqCompression,
|
|
639
|
+
InputEdgePrometheusPqControls,
|
|
640
|
+
InputEdgePrometheusPqControlsTypedDict,
|
|
610
641
|
InputEdgePrometheusPqTypedDict,
|
|
611
642
|
InputEdgePrometheusRecordType,
|
|
612
643
|
InputEdgePrometheusSearchFilter,
|
|
@@ -637,6 +668,8 @@ if TYPE_CHECKING:
|
|
|
637
668
|
InputElasticMinimumTLSVersion,
|
|
638
669
|
InputElasticMode,
|
|
639
670
|
InputElasticPq,
|
|
671
|
+
InputElasticPqControls,
|
|
672
|
+
InputElasticPqControlsTypedDict,
|
|
640
673
|
InputElasticPqTypedDict,
|
|
641
674
|
InputElasticProxyMode,
|
|
642
675
|
InputElasticProxyModeTypedDict,
|
|
@@ -656,6 +689,8 @@ if TYPE_CHECKING:
|
|
|
656
689
|
InputEventhubMetadatumTypedDict,
|
|
657
690
|
InputEventhubMode,
|
|
658
691
|
InputEventhubPq,
|
|
692
|
+
InputEventhubPqControls,
|
|
693
|
+
InputEventhubPqControlsTypedDict,
|
|
659
694
|
InputEventhubPqTypedDict,
|
|
660
695
|
InputEventhubSASLMechanism,
|
|
661
696
|
InputEventhubTLSSettingsClientSide,
|
|
@@ -672,6 +707,8 @@ if TYPE_CHECKING:
|
|
|
672
707
|
InputExecMetadatumTypedDict,
|
|
673
708
|
InputExecMode,
|
|
674
709
|
InputExecPq,
|
|
710
|
+
InputExecPqControls,
|
|
711
|
+
InputExecPqControlsTypedDict,
|
|
675
712
|
InputExecPqTypedDict,
|
|
676
713
|
InputExecType,
|
|
677
714
|
InputExecTypedDict,
|
|
@@ -686,6 +723,8 @@ if TYPE_CHECKING:
|
|
|
686
723
|
InputFileMetadatumTypedDict,
|
|
687
724
|
InputFileMode,
|
|
688
725
|
InputFilePq,
|
|
726
|
+
InputFilePqControls,
|
|
727
|
+
InputFilePqControlsTypedDict,
|
|
689
728
|
InputFilePqMode,
|
|
690
729
|
InputFilePqTypedDict,
|
|
691
730
|
InputFileType,
|
|
@@ -702,6 +741,8 @@ if TYPE_CHECKING:
|
|
|
702
741
|
InputFirehoseMinimumTLSVersion,
|
|
703
742
|
InputFirehoseMode,
|
|
704
743
|
InputFirehosePq,
|
|
744
|
+
InputFirehosePqControls,
|
|
745
|
+
InputFirehosePqControlsTypedDict,
|
|
705
746
|
InputFirehosePqTypedDict,
|
|
706
747
|
InputFirehoseTLSSettingsServerSide,
|
|
707
748
|
InputFirehoseTLSSettingsServerSideTypedDict,
|
|
@@ -718,6 +759,8 @@ if TYPE_CHECKING:
|
|
|
718
759
|
InputGooglePubsubMetadatumTypedDict,
|
|
719
760
|
InputGooglePubsubMode,
|
|
720
761
|
InputGooglePubsubPq,
|
|
762
|
+
InputGooglePubsubPqControls,
|
|
763
|
+
InputGooglePubsubPqControlsTypedDict,
|
|
721
764
|
InputGooglePubsubPqTypedDict,
|
|
722
765
|
InputGooglePubsubType,
|
|
723
766
|
InputGooglePubsubTypedDict,
|
|
@@ -754,6 +797,10 @@ if TYPE_CHECKING:
|
|
|
754
797
|
InputGrafanaPq1TypedDict,
|
|
755
798
|
InputGrafanaPq2,
|
|
756
799
|
InputGrafanaPq2TypedDict,
|
|
800
|
+
InputGrafanaPqControls1,
|
|
801
|
+
InputGrafanaPqControls1TypedDict,
|
|
802
|
+
InputGrafanaPqControls2,
|
|
803
|
+
InputGrafanaPqControls2TypedDict,
|
|
757
804
|
InputGrafanaPrometheusAuth1,
|
|
758
805
|
InputGrafanaPrometheusAuth1TypedDict,
|
|
759
806
|
InputGrafanaPrometheusAuth2,
|
|
@@ -799,6 +846,8 @@ if TYPE_CHECKING:
|
|
|
799
846
|
InputHTTPMinimumTLSVersion,
|
|
800
847
|
InputHTTPMode,
|
|
801
848
|
InputHTTPPq,
|
|
849
|
+
InputHTTPPqControls,
|
|
850
|
+
InputHTTPPqControlsTypedDict,
|
|
802
851
|
InputHTTPPqTypedDict,
|
|
803
852
|
InputHTTPTLSSettingsServerSide,
|
|
804
853
|
InputHTTPTLSSettingsServerSideTypedDict,
|
|
@@ -820,6 +869,8 @@ if TYPE_CHECKING:
|
|
|
820
869
|
InputHTTPRawMinimumTLSVersion,
|
|
821
870
|
InputHTTPRawMode,
|
|
822
871
|
InputHTTPRawPq,
|
|
872
|
+
InputHTTPRawPqControls,
|
|
873
|
+
InputHTTPRawPqControlsTypedDict,
|
|
823
874
|
InputHTTPRawPqTypedDict,
|
|
824
875
|
InputHTTPRawTLSSettingsServerSide,
|
|
825
876
|
InputHTTPRawTLSSettingsServerSideTypedDict,
|
|
@@ -835,6 +886,8 @@ if TYPE_CHECKING:
|
|
|
835
886
|
InputJournalFilesMetadatumTypedDict,
|
|
836
887
|
InputJournalFilesMode,
|
|
837
888
|
InputJournalFilesPq,
|
|
889
|
+
InputJournalFilesPqControls,
|
|
890
|
+
InputJournalFilesPqControlsTypedDict,
|
|
838
891
|
InputJournalFilesPqTypedDict,
|
|
839
892
|
InputJournalFilesRule,
|
|
840
893
|
InputJournalFilesRuleTypedDict,
|
|
@@ -862,6 +915,8 @@ if TYPE_CHECKING:
|
|
|
862
915
|
InputKafkaMinimumTLSVersion,
|
|
863
916
|
InputKafkaMode,
|
|
864
917
|
InputKafkaPq,
|
|
918
|
+
InputKafkaPqControls,
|
|
919
|
+
InputKafkaPqControlsTypedDict,
|
|
865
920
|
InputKafkaPqTypedDict,
|
|
866
921
|
InputKafkaSASLMechanism,
|
|
867
922
|
InputKafkaSchemaType,
|
|
@@ -880,6 +935,8 @@ if TYPE_CHECKING:
|
|
|
880
935
|
InputKinesisMetadatumTypedDict,
|
|
881
936
|
InputKinesisMode,
|
|
882
937
|
InputKinesisPq,
|
|
938
|
+
InputKinesisPqControls,
|
|
939
|
+
InputKinesisPqControlsTypedDict,
|
|
883
940
|
InputKinesisPqTypedDict,
|
|
884
941
|
InputKinesisRecordDataFormat,
|
|
885
942
|
InputKinesisSignatureVersion,
|
|
@@ -897,6 +954,8 @@ if TYPE_CHECKING:
|
|
|
897
954
|
InputKubeEventsMetadatumTypedDict,
|
|
898
955
|
InputKubeEventsMode,
|
|
899
956
|
InputKubeEventsPq,
|
|
957
|
+
InputKubeEventsPqControls,
|
|
958
|
+
InputKubeEventsPqControlsTypedDict,
|
|
900
959
|
InputKubeEventsPqTypedDict,
|
|
901
960
|
InputKubeEventsRule,
|
|
902
961
|
InputKubeEventsRuleTypedDict,
|
|
@@ -915,6 +974,8 @@ if TYPE_CHECKING:
|
|
|
915
974
|
InputKubeLogsPersistenceCompression,
|
|
916
975
|
InputKubeLogsPq,
|
|
917
976
|
InputKubeLogsPqCompression,
|
|
977
|
+
InputKubeLogsPqControls,
|
|
978
|
+
InputKubeLogsPqControlsTypedDict,
|
|
918
979
|
InputKubeLogsPqTypedDict,
|
|
919
980
|
InputKubeLogsRule,
|
|
920
981
|
InputKubeLogsRuleTypedDict,
|
|
@@ -933,6 +994,8 @@ if TYPE_CHECKING:
|
|
|
933
994
|
InputKubeMetricsPersistence,
|
|
934
995
|
InputKubeMetricsPersistenceTypedDict,
|
|
935
996
|
InputKubeMetricsPq,
|
|
997
|
+
InputKubeMetricsPqControls,
|
|
998
|
+
InputKubeMetricsPqControlsTypedDict,
|
|
936
999
|
InputKubeMetricsPqTypedDict,
|
|
937
1000
|
InputKubeMetricsRule,
|
|
938
1001
|
InputKubeMetricsRuleTypedDict,
|
|
@@ -955,6 +1018,8 @@ if TYPE_CHECKING:
|
|
|
955
1018
|
InputLokiOauthParam,
|
|
956
1019
|
InputLokiOauthParamTypedDict,
|
|
957
1020
|
InputLokiPq,
|
|
1021
|
+
InputLokiPqControls,
|
|
1022
|
+
InputLokiPqControlsTypedDict,
|
|
958
1023
|
InputLokiPqTypedDict,
|
|
959
1024
|
InputLokiTLSSettingsServerSide,
|
|
960
1025
|
InputLokiTLSSettingsServerSideTypedDict,
|
|
@@ -972,6 +1037,8 @@ if TYPE_CHECKING:
|
|
|
972
1037
|
InputMetricsMinimumTLSVersion,
|
|
973
1038
|
InputMetricsMode,
|
|
974
1039
|
InputMetricsPq,
|
|
1040
|
+
InputMetricsPqControls,
|
|
1041
|
+
InputMetricsPqControlsTypedDict,
|
|
975
1042
|
InputMetricsPqTypedDict,
|
|
976
1043
|
InputMetricsTLSSettingsServerSide,
|
|
977
1044
|
InputMetricsTLSSettingsServerSideTypedDict,
|
|
@@ -989,6 +1056,8 @@ if TYPE_CHECKING:
|
|
|
989
1056
|
InputModelDrivenTelemetryMinimumTLSVersion,
|
|
990
1057
|
InputModelDrivenTelemetryMode,
|
|
991
1058
|
InputModelDrivenTelemetryPq,
|
|
1059
|
+
InputModelDrivenTelemetryPqControls,
|
|
1060
|
+
InputModelDrivenTelemetryPqControlsTypedDict,
|
|
992
1061
|
InputModelDrivenTelemetryPqTypedDict,
|
|
993
1062
|
InputModelDrivenTelemetryTLSSettingsServerSide,
|
|
994
1063
|
InputModelDrivenTelemetryTLSSettingsServerSideTypedDict,
|
|
@@ -1015,6 +1084,8 @@ if TYPE_CHECKING:
|
|
|
1015
1084
|
InputMskMinimumTLSVersion,
|
|
1016
1085
|
InputMskMode,
|
|
1017
1086
|
InputMskPq,
|
|
1087
|
+
InputMskPqControls,
|
|
1088
|
+
InputMskPqControlsTypedDict,
|
|
1018
1089
|
InputMskPqTypedDict,
|
|
1019
1090
|
InputMskSchemaType,
|
|
1020
1091
|
InputMskSignatureVersion,
|
|
@@ -1032,6 +1103,8 @@ if TYPE_CHECKING:
|
|
|
1032
1103
|
InputNetflowMetadatumTypedDict,
|
|
1033
1104
|
InputNetflowMode,
|
|
1034
1105
|
InputNetflowPq,
|
|
1106
|
+
InputNetflowPqControls,
|
|
1107
|
+
InputNetflowPqControlsTypedDict,
|
|
1035
1108
|
InputNetflowPqTypedDict,
|
|
1036
1109
|
InputNetflowType,
|
|
1037
1110
|
InputNetflowTypedDict,
|
|
@@ -1049,6 +1122,8 @@ if TYPE_CHECKING:
|
|
|
1049
1122
|
InputOffice365MgmtMetadatumTypedDict,
|
|
1050
1123
|
InputOffice365MgmtMode,
|
|
1051
1124
|
InputOffice365MgmtPq,
|
|
1125
|
+
InputOffice365MgmtPqControls,
|
|
1126
|
+
InputOffice365MgmtPqControlsTypedDict,
|
|
1052
1127
|
InputOffice365MgmtPqTypedDict,
|
|
1053
1128
|
InputOffice365MgmtRetryRules,
|
|
1054
1129
|
InputOffice365MgmtRetryRulesTypedDict,
|
|
@@ -1070,6 +1145,8 @@ if TYPE_CHECKING:
|
|
|
1070
1145
|
InputOffice365MsgTraceMetadatumTypedDict,
|
|
1071
1146
|
InputOffice365MsgTraceMode,
|
|
1072
1147
|
InputOffice365MsgTracePq,
|
|
1148
|
+
InputOffice365MsgTracePqControls,
|
|
1149
|
+
InputOffice365MsgTracePqControlsTypedDict,
|
|
1073
1150
|
InputOffice365MsgTracePqTypedDict,
|
|
1074
1151
|
InputOffice365MsgTraceRetryRules,
|
|
1075
1152
|
InputOffice365MsgTraceRetryRulesTypedDict,
|
|
@@ -1091,6 +1168,8 @@ if TYPE_CHECKING:
|
|
|
1091
1168
|
InputOffice365ServiceMetadatumTypedDict,
|
|
1092
1169
|
InputOffice365ServiceMode,
|
|
1093
1170
|
InputOffice365ServicePq,
|
|
1171
|
+
InputOffice365ServicePqControls,
|
|
1172
|
+
InputOffice365ServicePqControlsTypedDict,
|
|
1094
1173
|
InputOffice365ServicePqTypedDict,
|
|
1095
1174
|
InputOffice365ServiceRetryRules,
|
|
1096
1175
|
InputOffice365ServiceRetryRulesTypedDict,
|
|
@@ -1116,6 +1195,8 @@ if TYPE_CHECKING:
|
|
|
1116
1195
|
InputOpenTelemetryOauthParam,
|
|
1117
1196
|
InputOpenTelemetryOauthParamTypedDict,
|
|
1118
1197
|
InputOpenTelemetryPq,
|
|
1198
|
+
InputOpenTelemetryPqControls,
|
|
1199
|
+
InputOpenTelemetryPqControlsTypedDict,
|
|
1119
1200
|
InputOpenTelemetryPqTypedDict,
|
|
1120
1201
|
InputOpenTelemetryProtocol,
|
|
1121
1202
|
InputOpenTelemetryTLSSettingsServerSide,
|
|
@@ -1136,6 +1217,8 @@ if TYPE_CHECKING:
|
|
|
1136
1217
|
InputPrometheusMetadatumTypedDict,
|
|
1137
1218
|
InputPrometheusMode,
|
|
1138
1219
|
InputPrometheusPq,
|
|
1220
|
+
InputPrometheusPqControls,
|
|
1221
|
+
InputPrometheusPqControlsTypedDict,
|
|
1139
1222
|
InputPrometheusPqTypedDict,
|
|
1140
1223
|
InputPrometheusRecordType,
|
|
1141
1224
|
InputPrometheusSearchFilter,
|
|
@@ -1161,6 +1244,8 @@ if TYPE_CHECKING:
|
|
|
1161
1244
|
InputPrometheusRwOauthParam,
|
|
1162
1245
|
InputPrometheusRwOauthParamTypedDict,
|
|
1163
1246
|
InputPrometheusRwPq,
|
|
1247
|
+
InputPrometheusRwPqControls,
|
|
1248
|
+
InputPrometheusRwPqControlsTypedDict,
|
|
1164
1249
|
InputPrometheusRwPqTypedDict,
|
|
1165
1250
|
InputPrometheusRwTLSSettingsServerSide,
|
|
1166
1251
|
InputPrometheusRwTLSSettingsServerSideTypedDict,
|
|
@@ -1176,6 +1261,8 @@ if TYPE_CHECKING:
|
|
|
1176
1261
|
InputRawUDPMetadatumTypedDict,
|
|
1177
1262
|
InputRawUDPMode,
|
|
1178
1263
|
InputRawUDPPq,
|
|
1264
|
+
InputRawUDPPqControls,
|
|
1265
|
+
InputRawUDPPqControlsTypedDict,
|
|
1179
1266
|
InputRawUDPPqTypedDict,
|
|
1180
1267
|
InputRawUDPType,
|
|
1181
1268
|
InputRawUDPTypedDict,
|
|
@@ -1192,6 +1279,8 @@ if TYPE_CHECKING:
|
|
|
1192
1279
|
InputS3MetadatumTypedDict,
|
|
1193
1280
|
InputS3Mode,
|
|
1194
1281
|
InputS3Pq,
|
|
1282
|
+
InputS3PqControls,
|
|
1283
|
+
InputS3PqControlsTypedDict,
|
|
1195
1284
|
InputS3PqTypedDict,
|
|
1196
1285
|
InputS3Preprocess,
|
|
1197
1286
|
InputS3PreprocessTypedDict,
|
|
@@ -1211,6 +1300,8 @@ if TYPE_CHECKING:
|
|
|
1211
1300
|
InputS3InventoryMetadatumTypedDict,
|
|
1212
1301
|
InputS3InventoryMode,
|
|
1213
1302
|
InputS3InventoryPq,
|
|
1303
|
+
InputS3InventoryPqControls,
|
|
1304
|
+
InputS3InventoryPqControlsTypedDict,
|
|
1214
1305
|
InputS3InventoryPqTypedDict,
|
|
1215
1306
|
InputS3InventoryPreprocess,
|
|
1216
1307
|
InputS3InventoryPreprocessTypedDict,
|
|
@@ -1231,6 +1322,8 @@ if TYPE_CHECKING:
|
|
|
1231
1322
|
InputSecurityLakeMetadatumTypedDict,
|
|
1232
1323
|
InputSecurityLakeMode,
|
|
1233
1324
|
InputSecurityLakePq,
|
|
1325
|
+
InputSecurityLakePqControls,
|
|
1326
|
+
InputSecurityLakePqControlsTypedDict,
|
|
1234
1327
|
InputSecurityLakePqTypedDict,
|
|
1235
1328
|
InputSecurityLakePreprocess,
|
|
1236
1329
|
InputSecurityLakePreprocessTypedDict,
|
|
@@ -1249,6 +1342,8 @@ if TYPE_CHECKING:
|
|
|
1249
1342
|
InputSnmpMetadatumTypedDict,
|
|
1250
1343
|
InputSnmpMode,
|
|
1251
1344
|
InputSnmpPq,
|
|
1345
|
+
InputSnmpPqControls,
|
|
1346
|
+
InputSnmpPqControlsTypedDict,
|
|
1252
1347
|
InputSnmpPqTypedDict,
|
|
1253
1348
|
InputSnmpType,
|
|
1254
1349
|
InputSnmpTypedDict,
|
|
@@ -1272,6 +1367,8 @@ if TYPE_CHECKING:
|
|
|
1272
1367
|
InputSplunkMode,
|
|
1273
1368
|
InputSplunkPq,
|
|
1274
1369
|
InputSplunkPqCompression,
|
|
1370
|
+
InputSplunkPqControls,
|
|
1371
|
+
InputSplunkPqControlsTypedDict,
|
|
1275
1372
|
InputSplunkPqTypedDict,
|
|
1276
1373
|
InputSplunkTLSSettingsServerSide,
|
|
1277
1374
|
InputSplunkTLSSettingsServerSideTypedDict,
|
|
@@ -1294,6 +1391,8 @@ if TYPE_CHECKING:
|
|
|
1294
1391
|
InputSplunkHecMinimumTLSVersion,
|
|
1295
1392
|
InputSplunkHecMode,
|
|
1296
1393
|
InputSplunkHecPq,
|
|
1394
|
+
InputSplunkHecPqControls,
|
|
1395
|
+
InputSplunkHecPqControlsTypedDict,
|
|
1297
1396
|
InputSplunkHecPqTypedDict,
|
|
1298
1397
|
InputSplunkHecTLSSettingsServerSide,
|
|
1299
1398
|
InputSplunkHecTLSSettingsServerSideTypedDict,
|
|
@@ -1319,6 +1418,8 @@ if TYPE_CHECKING:
|
|
|
1319
1418
|
InputSplunkSearchOauthParam,
|
|
1320
1419
|
InputSplunkSearchOauthParamTypedDict,
|
|
1321
1420
|
InputSplunkSearchPq,
|
|
1421
|
+
InputSplunkSearchPqControls,
|
|
1422
|
+
InputSplunkSearchPqControlsTypedDict,
|
|
1322
1423
|
InputSplunkSearchPqTypedDict,
|
|
1323
1424
|
InputSplunkSearchRetryRules,
|
|
1324
1425
|
InputSplunkSearchRetryRulesTypedDict,
|
|
@@ -1337,6 +1438,8 @@ if TYPE_CHECKING:
|
|
|
1337
1438
|
InputSqsMetadatumTypedDict,
|
|
1338
1439
|
InputSqsMode,
|
|
1339
1440
|
InputSqsPq,
|
|
1441
|
+
InputSqsPqControls,
|
|
1442
|
+
InputSqsPqControlsTypedDict,
|
|
1340
1443
|
InputSqsPqTypedDict,
|
|
1341
1444
|
InputSqsQueueType,
|
|
1342
1445
|
InputSqsSignatureVersion,
|
|
@@ -1365,6 +1468,10 @@ if TYPE_CHECKING:
|
|
|
1365
1468
|
InputSyslogPq1TypedDict,
|
|
1366
1469
|
InputSyslogPq2,
|
|
1367
1470
|
InputSyslogPq2TypedDict,
|
|
1471
|
+
InputSyslogPqControls1,
|
|
1472
|
+
InputSyslogPqControls1TypedDict,
|
|
1473
|
+
InputSyslogPqControls2,
|
|
1474
|
+
InputSyslogPqControls2TypedDict,
|
|
1368
1475
|
InputSyslogSyslog1,
|
|
1369
1476
|
InputSyslogSyslog1TypedDict,
|
|
1370
1477
|
InputSyslogSyslog2,
|
|
@@ -1410,6 +1517,8 @@ if TYPE_CHECKING:
|
|
|
1410
1517
|
InputSystemMetricsPersistence,
|
|
1411
1518
|
InputSystemMetricsPersistenceTypedDict,
|
|
1412
1519
|
InputSystemMetricsPq,
|
|
1520
|
+
InputSystemMetricsPqControls,
|
|
1521
|
+
InputSystemMetricsPqControlsTypedDict,
|
|
1413
1522
|
InputSystemMetricsPqMode,
|
|
1414
1523
|
InputSystemMetricsPqTypedDict,
|
|
1415
1524
|
InputSystemMetricsProcess,
|
|
@@ -1446,6 +1555,8 @@ if TYPE_CHECKING:
|
|
|
1446
1555
|
InputSystemStatePersistence,
|
|
1447
1556
|
InputSystemStatePersistenceTypedDict,
|
|
1448
1557
|
InputSystemStatePq,
|
|
1558
|
+
InputSystemStatePqControls,
|
|
1559
|
+
InputSystemStatePqControlsTypedDict,
|
|
1449
1560
|
InputSystemStatePqTypedDict,
|
|
1450
1561
|
InputSystemStateRoutes,
|
|
1451
1562
|
InputSystemStateRoutesTypedDict,
|
|
@@ -1474,6 +1585,8 @@ if TYPE_CHECKING:
|
|
|
1474
1585
|
InputTCPMinimumTLSVersion,
|
|
1475
1586
|
InputTCPMode,
|
|
1476
1587
|
InputTCPPq,
|
|
1588
|
+
InputTCPPqControls,
|
|
1589
|
+
InputTCPPqControlsTypedDict,
|
|
1477
1590
|
InputTCPPqTypedDict,
|
|
1478
1591
|
InputTCPPreprocess,
|
|
1479
1592
|
InputTCPPreprocessTypedDict,
|
|
@@ -1494,6 +1607,8 @@ if TYPE_CHECKING:
|
|
|
1494
1607
|
InputTcpjsonMinimumTLSVersion,
|
|
1495
1608
|
InputTcpjsonMode,
|
|
1496
1609
|
InputTcpjsonPq,
|
|
1610
|
+
InputTcpjsonPqControls,
|
|
1611
|
+
InputTcpjsonPqControlsTypedDict,
|
|
1497
1612
|
InputTcpjsonPqTypedDict,
|
|
1498
1613
|
InputTcpjsonTLSSettingsServerSide,
|
|
1499
1614
|
InputTcpjsonTLSSettingsServerSideTypedDict,
|
|
@@ -1513,6 +1628,8 @@ if TYPE_CHECKING:
|
|
|
1513
1628
|
InputWefMinimumTLSVersion,
|
|
1514
1629
|
InputWefMode,
|
|
1515
1630
|
InputWefPq,
|
|
1631
|
+
InputWefPqControls,
|
|
1632
|
+
InputWefPqControlsTypedDict,
|
|
1516
1633
|
InputWefPqTypedDict,
|
|
1517
1634
|
InputWefType,
|
|
1518
1635
|
InputWefTypedDict,
|
|
@@ -1552,6 +1669,8 @@ if TYPE_CHECKING:
|
|
|
1552
1669
|
InputWindowsMetricsPersistence,
|
|
1553
1670
|
InputWindowsMetricsPersistenceTypedDict,
|
|
1554
1671
|
InputWindowsMetricsPq,
|
|
1672
|
+
InputWindowsMetricsPqControls,
|
|
1673
|
+
InputWindowsMetricsPqControlsTypedDict,
|
|
1555
1674
|
InputWindowsMetricsPqMode,
|
|
1556
1675
|
InputWindowsMetricsPqTypedDict,
|
|
1557
1676
|
InputWindowsMetricsProcess,
|
|
@@ -1574,6 +1693,8 @@ if TYPE_CHECKING:
|
|
|
1574
1693
|
InputWinEventLogsMetadatumTypedDict,
|
|
1575
1694
|
InputWinEventLogsMode,
|
|
1576
1695
|
InputWinEventLogsPq,
|
|
1696
|
+
InputWinEventLogsPqControls,
|
|
1697
|
+
InputWinEventLogsPqControlsTypedDict,
|
|
1577
1698
|
InputWinEventLogsPqTypedDict,
|
|
1578
1699
|
InputWinEventLogsType,
|
|
1579
1700
|
InputWinEventLogsTypedDict,
|
|
@@ -1591,6 +1712,8 @@ if TYPE_CHECKING:
|
|
|
1591
1712
|
InputWizMetadatumTypedDict,
|
|
1592
1713
|
InputWizMode,
|
|
1593
1714
|
InputWizPq,
|
|
1715
|
+
InputWizPqControls,
|
|
1716
|
+
InputWizPqControlsTypedDict,
|
|
1594
1717
|
InputWizPqTypedDict,
|
|
1595
1718
|
InputWizRetryRules,
|
|
1596
1719
|
InputWizRetryRulesTypedDict,
|
|
@@ -1613,6 +1736,8 @@ if TYPE_CHECKING:
|
|
|
1613
1736
|
InputWizWebhookMinimumTLSVersion,
|
|
1614
1737
|
InputWizWebhookMode,
|
|
1615
1738
|
InputWizWebhookPq,
|
|
1739
|
+
InputWizWebhookPqControls,
|
|
1740
|
+
InputWizWebhookPqControlsTypedDict,
|
|
1616
1741
|
InputWizWebhookPqTypedDict,
|
|
1617
1742
|
InputWizWebhookTLSSettingsServerSide,
|
|
1618
1743
|
InputWizWebhookTLSSettingsServerSideTypedDict,
|
|
@@ -1635,6 +1760,8 @@ if TYPE_CHECKING:
|
|
|
1635
1760
|
InputZscalerHecMinimumTLSVersion,
|
|
1636
1761
|
InputZscalerHecMode,
|
|
1637
1762
|
InputZscalerHecPq,
|
|
1763
|
+
InputZscalerHecPqControls,
|
|
1764
|
+
InputZscalerHecPqControlsTypedDict,
|
|
1638
1765
|
InputZscalerHecPqTypedDict,
|
|
1639
1766
|
InputZscalerHecTLSSettingsServerSide,
|
|
1640
1767
|
InputZscalerHecTLSSettingsServerSideTypedDict,
|
|
@@ -2845,6 +2972,8 @@ if TYPE_CHECKING:
|
|
|
2845
2972
|
OutputSyslog,
|
|
2846
2973
|
OutputSyslogBackpressureBehavior,
|
|
2847
2974
|
OutputSyslogCompression,
|
|
2975
|
+
OutputSyslogHost,
|
|
2976
|
+
OutputSyslogHostTypedDict,
|
|
2848
2977
|
OutputSyslogMaximumTLSVersion,
|
|
2849
2978
|
OutputSyslogMessageFormat,
|
|
2850
2979
|
OutputSyslogMinimumTLSVersion,
|
|
@@ -2854,6 +2983,7 @@ if TYPE_CHECKING:
|
|
|
2854
2983
|
OutputSyslogProtocol,
|
|
2855
2984
|
OutputSyslogQueueFullBehavior,
|
|
2856
2985
|
OutputSyslogSeverity,
|
|
2986
|
+
OutputSyslogTLS,
|
|
2857
2987
|
OutputSyslogTLSSettingsClientSide,
|
|
2858
2988
|
OutputSyslogTLSSettingsClientSideTypedDict,
|
|
2859
2989
|
OutputSyslogType,
|
|
@@ -3313,6 +3443,8 @@ __all__ = [
|
|
|
3313
3443
|
"DistributedSummaryWorkers",
|
|
3314
3444
|
"DistributedSummaryWorkersTypedDict",
|
|
3315
3445
|
"ElasticVersion",
|
|
3446
|
+
"ElasticsearchMetadata",
|
|
3447
|
+
"ElasticsearchMetadataTypedDict",
|
|
3316
3448
|
"Endpoint",
|
|
3317
3449
|
"EndpointConfiguration",
|
|
3318
3450
|
"EndpointHeader",
|
|
@@ -3505,6 +3637,8 @@ __all__ = [
|
|
|
3505
3637
|
"InputAppscopePersistence",
|
|
3506
3638
|
"InputAppscopePersistenceTypedDict",
|
|
3507
3639
|
"InputAppscopePq",
|
|
3640
|
+
"InputAppscopePqControls",
|
|
3641
|
+
"InputAppscopePqControlsTypedDict",
|
|
3508
3642
|
"InputAppscopePqTypedDict",
|
|
3509
3643
|
"InputAppscopeTLSSettingsServerSide",
|
|
3510
3644
|
"InputAppscopeTLSSettingsServerSideTypedDict",
|
|
@@ -3521,6 +3655,8 @@ __all__ = [
|
|
|
3521
3655
|
"InputAzureBlobMetadatumTypedDict",
|
|
3522
3656
|
"InputAzureBlobMode",
|
|
3523
3657
|
"InputAzureBlobPq",
|
|
3658
|
+
"InputAzureBlobPqControls",
|
|
3659
|
+
"InputAzureBlobPqControlsTypedDict",
|
|
3524
3660
|
"InputAzureBlobPqTypedDict",
|
|
3525
3661
|
"InputAzureBlobType",
|
|
3526
3662
|
"InputAzureBlobTypedDict",
|
|
@@ -3532,6 +3668,8 @@ __all__ = [
|
|
|
3532
3668
|
"InputCollectionMetadatumTypedDict",
|
|
3533
3669
|
"InputCollectionMode",
|
|
3534
3670
|
"InputCollectionPq",
|
|
3671
|
+
"InputCollectionPqControls",
|
|
3672
|
+
"InputCollectionPqControlsTypedDict",
|
|
3535
3673
|
"InputCollectionPqTypedDict",
|
|
3536
3674
|
"InputCollectionPreprocess",
|
|
3537
3675
|
"InputCollectionPreprocessTypedDict",
|
|
@@ -3557,6 +3695,8 @@ __all__ = [
|
|
|
3557
3695
|
"InputConfluentCloudMinimumTLSVersion",
|
|
3558
3696
|
"InputConfluentCloudMode",
|
|
3559
3697
|
"InputConfluentCloudPq",
|
|
3698
|
+
"InputConfluentCloudPqControls",
|
|
3699
|
+
"InputConfluentCloudPqControlsTypedDict",
|
|
3560
3700
|
"InputConfluentCloudPqTypedDict",
|
|
3561
3701
|
"InputConfluentCloudSASLMechanism",
|
|
3562
3702
|
"InputConfluentCloudSchemaType",
|
|
@@ -3578,6 +3718,8 @@ __all__ = [
|
|
|
3578
3718
|
"InputCriblHTTPMinimumTLSVersion",
|
|
3579
3719
|
"InputCriblHTTPMode",
|
|
3580
3720
|
"InputCriblHTTPPq",
|
|
3721
|
+
"InputCriblHTTPPqControls",
|
|
3722
|
+
"InputCriblHTTPPqControlsTypedDict",
|
|
3581
3723
|
"InputCriblHTTPPqTypedDict",
|
|
3582
3724
|
"InputCriblHTTPTLSSettingsServerSide",
|
|
3583
3725
|
"InputCriblHTTPTLSSettingsServerSideTypedDict",
|
|
@@ -3597,6 +3739,8 @@ __all__ = [
|
|
|
3597
3739
|
"InputCriblLakeHTTPMinimumTLSVersion",
|
|
3598
3740
|
"InputCriblLakeHTTPMode",
|
|
3599
3741
|
"InputCriblLakeHTTPPq",
|
|
3742
|
+
"InputCriblLakeHTTPPqControls",
|
|
3743
|
+
"InputCriblLakeHTTPPqControlsTypedDict",
|
|
3600
3744
|
"InputCriblLakeHTTPPqTypedDict",
|
|
3601
3745
|
"InputCriblLakeHTTPTLSSettingsServerSide",
|
|
3602
3746
|
"InputCriblLakeHTTPTLSSettingsServerSideTypedDict",
|
|
@@ -3606,6 +3750,8 @@ __all__ = [
|
|
|
3606
3750
|
"InputCriblMetadatumTypedDict",
|
|
3607
3751
|
"InputCriblMode",
|
|
3608
3752
|
"InputCriblPq",
|
|
3753
|
+
"InputCriblPqControls",
|
|
3754
|
+
"InputCriblPqControlsTypedDict",
|
|
3609
3755
|
"InputCriblPqTypedDict",
|
|
3610
3756
|
"InputCriblTCP",
|
|
3611
3757
|
"InputCriblTCPCompression",
|
|
@@ -3617,6 +3763,8 @@ __all__ = [
|
|
|
3617
3763
|
"InputCriblTCPMinimumTLSVersion",
|
|
3618
3764
|
"InputCriblTCPMode",
|
|
3619
3765
|
"InputCriblTCPPq",
|
|
3766
|
+
"InputCriblTCPPqControls",
|
|
3767
|
+
"InputCriblTCPPqControlsTypedDict",
|
|
3620
3768
|
"InputCriblTCPPqTypedDict",
|
|
3621
3769
|
"InputCriblTCPTLSSettingsServerSide",
|
|
3622
3770
|
"InputCriblTCPTLSSettingsServerSideTypedDict",
|
|
@@ -3632,6 +3780,8 @@ __all__ = [
|
|
|
3632
3780
|
"InputCriblmetricsMetadatumTypedDict",
|
|
3633
3781
|
"InputCriblmetricsMode",
|
|
3634
3782
|
"InputCriblmetricsPq",
|
|
3783
|
+
"InputCriblmetricsPqControls",
|
|
3784
|
+
"InputCriblmetricsPqControlsTypedDict",
|
|
3635
3785
|
"InputCriblmetricsPqTypedDict",
|
|
3636
3786
|
"InputCriblmetricsType",
|
|
3637
3787
|
"InputCriblmetricsTypedDict",
|
|
@@ -3646,6 +3796,8 @@ __all__ = [
|
|
|
3646
3796
|
"InputCrowdstrikeMetadatumTypedDict",
|
|
3647
3797
|
"InputCrowdstrikeMode",
|
|
3648
3798
|
"InputCrowdstrikePq",
|
|
3799
|
+
"InputCrowdstrikePqControls",
|
|
3800
|
+
"InputCrowdstrikePqControlsTypedDict",
|
|
3649
3801
|
"InputCrowdstrikePqTypedDict",
|
|
3650
3802
|
"InputCrowdstrikePreprocess",
|
|
3651
3803
|
"InputCrowdstrikePreprocessTypedDict",
|
|
@@ -3663,6 +3815,8 @@ __all__ = [
|
|
|
3663
3815
|
"InputDatadogAgentMinimumTLSVersion",
|
|
3664
3816
|
"InputDatadogAgentMode",
|
|
3665
3817
|
"InputDatadogAgentPq",
|
|
3818
|
+
"InputDatadogAgentPqControls",
|
|
3819
|
+
"InputDatadogAgentPqControlsTypedDict",
|
|
3666
3820
|
"InputDatadogAgentPqTypedDict",
|
|
3667
3821
|
"InputDatadogAgentProxyMode",
|
|
3668
3822
|
"InputDatadogAgentProxyModeTypedDict",
|
|
@@ -3678,6 +3832,8 @@ __all__ = [
|
|
|
3678
3832
|
"InputDatagenMetadatumTypedDict",
|
|
3679
3833
|
"InputDatagenMode",
|
|
3680
3834
|
"InputDatagenPq",
|
|
3835
|
+
"InputDatagenPqControls",
|
|
3836
|
+
"InputDatagenPqControlsTypedDict",
|
|
3681
3837
|
"InputDatagenPqTypedDict",
|
|
3682
3838
|
"InputDatagenType",
|
|
3683
3839
|
"InputDatagenTypedDict",
|
|
@@ -3695,6 +3851,8 @@ __all__ = [
|
|
|
3695
3851
|
"InputEdgePrometheusPersistenceCompression",
|
|
3696
3852
|
"InputEdgePrometheusPq",
|
|
3697
3853
|
"InputEdgePrometheusPqCompression",
|
|
3854
|
+
"InputEdgePrometheusPqControls",
|
|
3855
|
+
"InputEdgePrometheusPqControlsTypedDict",
|
|
3698
3856
|
"InputEdgePrometheusPqTypedDict",
|
|
3699
3857
|
"InputEdgePrometheusRecordType",
|
|
3700
3858
|
"InputEdgePrometheusSearchFilter",
|
|
@@ -3717,6 +3875,8 @@ __all__ = [
|
|
|
3717
3875
|
"InputElasticMinimumTLSVersion",
|
|
3718
3876
|
"InputElasticMode",
|
|
3719
3877
|
"InputElasticPq",
|
|
3878
|
+
"InputElasticPqControls",
|
|
3879
|
+
"InputElasticPqControlsTypedDict",
|
|
3720
3880
|
"InputElasticPqTypedDict",
|
|
3721
3881
|
"InputElasticProxyMode",
|
|
3722
3882
|
"InputElasticProxyModeTypedDict",
|
|
@@ -3734,6 +3894,8 @@ __all__ = [
|
|
|
3734
3894
|
"InputEventhubMetadatumTypedDict",
|
|
3735
3895
|
"InputEventhubMode",
|
|
3736
3896
|
"InputEventhubPq",
|
|
3897
|
+
"InputEventhubPqControls",
|
|
3898
|
+
"InputEventhubPqControlsTypedDict",
|
|
3737
3899
|
"InputEventhubPqTypedDict",
|
|
3738
3900
|
"InputEventhubSASLMechanism",
|
|
3739
3901
|
"InputEventhubTLSSettingsClientSide",
|
|
@@ -3748,6 +3910,8 @@ __all__ = [
|
|
|
3748
3910
|
"InputExecMetadatumTypedDict",
|
|
3749
3911
|
"InputExecMode",
|
|
3750
3912
|
"InputExecPq",
|
|
3913
|
+
"InputExecPqControls",
|
|
3914
|
+
"InputExecPqControlsTypedDict",
|
|
3751
3915
|
"InputExecPqTypedDict",
|
|
3752
3916
|
"InputExecType",
|
|
3753
3917
|
"InputExecTypedDict",
|
|
@@ -3759,6 +3923,8 @@ __all__ = [
|
|
|
3759
3923
|
"InputFileMetadatumTypedDict",
|
|
3760
3924
|
"InputFileMode",
|
|
3761
3925
|
"InputFilePq",
|
|
3926
|
+
"InputFilePqControls",
|
|
3927
|
+
"InputFilePqControlsTypedDict",
|
|
3762
3928
|
"InputFilePqMode",
|
|
3763
3929
|
"InputFilePqTypedDict",
|
|
3764
3930
|
"InputFileType",
|
|
@@ -3773,6 +3939,8 @@ __all__ = [
|
|
|
3773
3939
|
"InputFirehoseMinimumTLSVersion",
|
|
3774
3940
|
"InputFirehoseMode",
|
|
3775
3941
|
"InputFirehosePq",
|
|
3942
|
+
"InputFirehosePqControls",
|
|
3943
|
+
"InputFirehosePqControlsTypedDict",
|
|
3776
3944
|
"InputFirehosePqTypedDict",
|
|
3777
3945
|
"InputFirehoseTLSSettingsServerSide",
|
|
3778
3946
|
"InputFirehoseTLSSettingsServerSideTypedDict",
|
|
@@ -3787,6 +3955,8 @@ __all__ = [
|
|
|
3787
3955
|
"InputGooglePubsubMetadatumTypedDict",
|
|
3788
3956
|
"InputGooglePubsubMode",
|
|
3789
3957
|
"InputGooglePubsubPq",
|
|
3958
|
+
"InputGooglePubsubPqControls",
|
|
3959
|
+
"InputGooglePubsubPqControlsTypedDict",
|
|
3790
3960
|
"InputGooglePubsubPqTypedDict",
|
|
3791
3961
|
"InputGooglePubsubType",
|
|
3792
3962
|
"InputGooglePubsubTypedDict",
|
|
@@ -3821,6 +3991,10 @@ __all__ = [
|
|
|
3821
3991
|
"InputGrafanaPq1TypedDict",
|
|
3822
3992
|
"InputGrafanaPq2",
|
|
3823
3993
|
"InputGrafanaPq2TypedDict",
|
|
3994
|
+
"InputGrafanaPqControls1",
|
|
3995
|
+
"InputGrafanaPqControls1TypedDict",
|
|
3996
|
+
"InputGrafanaPqControls2",
|
|
3997
|
+
"InputGrafanaPqControls2TypedDict",
|
|
3824
3998
|
"InputGrafanaPrometheusAuth1",
|
|
3825
3999
|
"InputGrafanaPrometheusAuth1TypedDict",
|
|
3826
4000
|
"InputGrafanaPrometheusAuth2",
|
|
@@ -3848,6 +4022,8 @@ __all__ = [
|
|
|
3848
4022
|
"InputHTTPMinimumTLSVersion",
|
|
3849
4023
|
"InputHTTPMode",
|
|
3850
4024
|
"InputHTTPPq",
|
|
4025
|
+
"InputHTTPPqControls",
|
|
4026
|
+
"InputHTTPPqControlsTypedDict",
|
|
3851
4027
|
"InputHTTPPqTypedDict",
|
|
3852
4028
|
"InputHTTPRaw",
|
|
3853
4029
|
"InputHTTPRawAuthTokensExt",
|
|
@@ -3863,6 +4039,8 @@ __all__ = [
|
|
|
3863
4039
|
"InputHTTPRawMinimumTLSVersion",
|
|
3864
4040
|
"InputHTTPRawMode",
|
|
3865
4041
|
"InputHTTPRawPq",
|
|
4042
|
+
"InputHTTPRawPqControls",
|
|
4043
|
+
"InputHTTPRawPqControlsTypedDict",
|
|
3866
4044
|
"InputHTTPRawPqTypedDict",
|
|
3867
4045
|
"InputHTTPRawTLSSettingsServerSide",
|
|
3868
4046
|
"InputHTTPRawTLSSettingsServerSideTypedDict",
|
|
@@ -3880,6 +4058,8 @@ __all__ = [
|
|
|
3880
4058
|
"InputJournalFilesMetadatumTypedDict",
|
|
3881
4059
|
"InputJournalFilesMode",
|
|
3882
4060
|
"InputJournalFilesPq",
|
|
4061
|
+
"InputJournalFilesPqControls",
|
|
4062
|
+
"InputJournalFilesPqControlsTypedDict",
|
|
3883
4063
|
"InputJournalFilesPqTypedDict",
|
|
3884
4064
|
"InputJournalFilesRule",
|
|
3885
4065
|
"InputJournalFilesRuleTypedDict",
|
|
@@ -3905,6 +4085,8 @@ __all__ = [
|
|
|
3905
4085
|
"InputKafkaMinimumTLSVersion",
|
|
3906
4086
|
"InputKafkaMode",
|
|
3907
4087
|
"InputKafkaPq",
|
|
4088
|
+
"InputKafkaPqControls",
|
|
4089
|
+
"InputKafkaPqControlsTypedDict",
|
|
3908
4090
|
"InputKafkaPqTypedDict",
|
|
3909
4091
|
"InputKafkaSASLMechanism",
|
|
3910
4092
|
"InputKafkaSchemaType",
|
|
@@ -3921,6 +4103,8 @@ __all__ = [
|
|
|
3921
4103
|
"InputKinesisMetadatumTypedDict",
|
|
3922
4104
|
"InputKinesisMode",
|
|
3923
4105
|
"InputKinesisPq",
|
|
4106
|
+
"InputKinesisPqControls",
|
|
4107
|
+
"InputKinesisPqControlsTypedDict",
|
|
3924
4108
|
"InputKinesisPqTypedDict",
|
|
3925
4109
|
"InputKinesisRecordDataFormat",
|
|
3926
4110
|
"InputKinesisSignatureVersion",
|
|
@@ -3934,6 +4118,8 @@ __all__ = [
|
|
|
3934
4118
|
"InputKubeEventsMetadatumTypedDict",
|
|
3935
4119
|
"InputKubeEventsMode",
|
|
3936
4120
|
"InputKubeEventsPq",
|
|
4121
|
+
"InputKubeEventsPqControls",
|
|
4122
|
+
"InputKubeEventsPqControlsTypedDict",
|
|
3937
4123
|
"InputKubeEventsPqTypedDict",
|
|
3938
4124
|
"InputKubeEventsRule",
|
|
3939
4125
|
"InputKubeEventsRuleTypedDict",
|
|
@@ -3950,6 +4136,8 @@ __all__ = [
|
|
|
3950
4136
|
"InputKubeLogsPersistenceCompression",
|
|
3951
4137
|
"InputKubeLogsPq",
|
|
3952
4138
|
"InputKubeLogsPqCompression",
|
|
4139
|
+
"InputKubeLogsPqControls",
|
|
4140
|
+
"InputKubeLogsPqControlsTypedDict",
|
|
3953
4141
|
"InputKubeLogsPqTypedDict",
|
|
3954
4142
|
"InputKubeLogsRule",
|
|
3955
4143
|
"InputKubeLogsRuleTypedDict",
|
|
@@ -3966,6 +4154,8 @@ __all__ = [
|
|
|
3966
4154
|
"InputKubeMetricsPersistence",
|
|
3967
4155
|
"InputKubeMetricsPersistenceTypedDict",
|
|
3968
4156
|
"InputKubeMetricsPq",
|
|
4157
|
+
"InputKubeMetricsPqControls",
|
|
4158
|
+
"InputKubeMetricsPqControlsTypedDict",
|
|
3969
4159
|
"InputKubeMetricsPqTypedDict",
|
|
3970
4160
|
"InputKubeMetricsRule",
|
|
3971
4161
|
"InputKubeMetricsRuleTypedDict",
|
|
@@ -3986,6 +4176,8 @@ __all__ = [
|
|
|
3986
4176
|
"InputLokiOauthParam",
|
|
3987
4177
|
"InputLokiOauthParamTypedDict",
|
|
3988
4178
|
"InputLokiPq",
|
|
4179
|
+
"InputLokiPqControls",
|
|
4180
|
+
"InputLokiPqControlsTypedDict",
|
|
3989
4181
|
"InputLokiPqTypedDict",
|
|
3990
4182
|
"InputLokiTLSSettingsServerSide",
|
|
3991
4183
|
"InputLokiTLSSettingsServerSideTypedDict",
|
|
@@ -4001,6 +4193,8 @@ __all__ = [
|
|
|
4001
4193
|
"InputMetricsMinimumTLSVersion",
|
|
4002
4194
|
"InputMetricsMode",
|
|
4003
4195
|
"InputMetricsPq",
|
|
4196
|
+
"InputMetricsPqControls",
|
|
4197
|
+
"InputMetricsPqControlsTypedDict",
|
|
4004
4198
|
"InputMetricsPqTypedDict",
|
|
4005
4199
|
"InputMetricsTLSSettingsServerSide",
|
|
4006
4200
|
"InputMetricsTLSSettingsServerSideTypedDict",
|
|
@@ -4016,6 +4210,8 @@ __all__ = [
|
|
|
4016
4210
|
"InputModelDrivenTelemetryMinimumTLSVersion",
|
|
4017
4211
|
"InputModelDrivenTelemetryMode",
|
|
4018
4212
|
"InputModelDrivenTelemetryPq",
|
|
4213
|
+
"InputModelDrivenTelemetryPqControls",
|
|
4214
|
+
"InputModelDrivenTelemetryPqControlsTypedDict",
|
|
4019
4215
|
"InputModelDrivenTelemetryPqTypedDict",
|
|
4020
4216
|
"InputModelDrivenTelemetryTLSSettingsServerSide",
|
|
4021
4217
|
"InputModelDrivenTelemetryTLSSettingsServerSideTypedDict",
|
|
@@ -4040,6 +4236,8 @@ __all__ = [
|
|
|
4040
4236
|
"InputMskMinimumTLSVersion",
|
|
4041
4237
|
"InputMskMode",
|
|
4042
4238
|
"InputMskPq",
|
|
4239
|
+
"InputMskPqControls",
|
|
4240
|
+
"InputMskPqControlsTypedDict",
|
|
4043
4241
|
"InputMskPqTypedDict",
|
|
4044
4242
|
"InputMskSchemaType",
|
|
4045
4243
|
"InputMskSignatureVersion",
|
|
@@ -4055,6 +4253,8 @@ __all__ = [
|
|
|
4055
4253
|
"InputNetflowMetadatumTypedDict",
|
|
4056
4254
|
"InputNetflowMode",
|
|
4057
4255
|
"InputNetflowPq",
|
|
4256
|
+
"InputNetflowPqControls",
|
|
4257
|
+
"InputNetflowPqControlsTypedDict",
|
|
4058
4258
|
"InputNetflowPqTypedDict",
|
|
4059
4259
|
"InputNetflowType",
|
|
4060
4260
|
"InputNetflowTypedDict",
|
|
@@ -4070,6 +4270,8 @@ __all__ = [
|
|
|
4070
4270
|
"InputOffice365MgmtMetadatumTypedDict",
|
|
4071
4271
|
"InputOffice365MgmtMode",
|
|
4072
4272
|
"InputOffice365MgmtPq",
|
|
4273
|
+
"InputOffice365MgmtPqControls",
|
|
4274
|
+
"InputOffice365MgmtPqControlsTypedDict",
|
|
4073
4275
|
"InputOffice365MgmtPqTypedDict",
|
|
4074
4276
|
"InputOffice365MgmtRetryRules",
|
|
4075
4277
|
"InputOffice365MgmtRetryRulesTypedDict",
|
|
@@ -4087,6 +4289,8 @@ __all__ = [
|
|
|
4087
4289
|
"InputOffice365MsgTraceMetadatumTypedDict",
|
|
4088
4290
|
"InputOffice365MsgTraceMode",
|
|
4089
4291
|
"InputOffice365MsgTracePq",
|
|
4292
|
+
"InputOffice365MsgTracePqControls",
|
|
4293
|
+
"InputOffice365MsgTracePqControlsTypedDict",
|
|
4090
4294
|
"InputOffice365MsgTracePqTypedDict",
|
|
4091
4295
|
"InputOffice365MsgTraceRetryRules",
|
|
4092
4296
|
"InputOffice365MsgTraceRetryRulesTypedDict",
|
|
@@ -4106,6 +4310,8 @@ __all__ = [
|
|
|
4106
4310
|
"InputOffice365ServiceMetadatumTypedDict",
|
|
4107
4311
|
"InputOffice365ServiceMode",
|
|
4108
4312
|
"InputOffice365ServicePq",
|
|
4313
|
+
"InputOffice365ServicePqControls",
|
|
4314
|
+
"InputOffice365ServicePqControlsTypedDict",
|
|
4109
4315
|
"InputOffice365ServicePqTypedDict",
|
|
4110
4316
|
"InputOffice365ServiceRetryRules",
|
|
4111
4317
|
"InputOffice365ServiceRetryRulesTypedDict",
|
|
@@ -4129,6 +4335,8 @@ __all__ = [
|
|
|
4129
4335
|
"InputOpenTelemetryOauthParam",
|
|
4130
4336
|
"InputOpenTelemetryOauthParamTypedDict",
|
|
4131
4337
|
"InputOpenTelemetryPq",
|
|
4338
|
+
"InputOpenTelemetryPqControls",
|
|
4339
|
+
"InputOpenTelemetryPqControlsTypedDict",
|
|
4132
4340
|
"InputOpenTelemetryPqTypedDict",
|
|
4133
4341
|
"InputOpenTelemetryProtocol",
|
|
4134
4342
|
"InputOpenTelemetryTLSSettingsServerSide",
|
|
@@ -4147,6 +4355,8 @@ __all__ = [
|
|
|
4147
4355
|
"InputPrometheusMetadatumTypedDict",
|
|
4148
4356
|
"InputPrometheusMode",
|
|
4149
4357
|
"InputPrometheusPq",
|
|
4358
|
+
"InputPrometheusPqControls",
|
|
4359
|
+
"InputPrometheusPqControlsTypedDict",
|
|
4150
4360
|
"InputPrometheusPqTypedDict",
|
|
4151
4361
|
"InputPrometheusRecordType",
|
|
4152
4362
|
"InputPrometheusRw",
|
|
@@ -4164,6 +4374,8 @@ __all__ = [
|
|
|
4164
4374
|
"InputPrometheusRwOauthParam",
|
|
4165
4375
|
"InputPrometheusRwOauthParamTypedDict",
|
|
4166
4376
|
"InputPrometheusRwPq",
|
|
4377
|
+
"InputPrometheusRwPqControls",
|
|
4378
|
+
"InputPrometheusRwPqControlsTypedDict",
|
|
4167
4379
|
"InputPrometheusRwPqTypedDict",
|
|
4168
4380
|
"InputPrometheusRwTLSSettingsServerSide",
|
|
4169
4381
|
"InputPrometheusRwTLSSettingsServerSideTypedDict",
|
|
@@ -4182,6 +4394,8 @@ __all__ = [
|
|
|
4182
4394
|
"InputRawUDPMetadatumTypedDict",
|
|
4183
4395
|
"InputRawUDPMode",
|
|
4184
4396
|
"InputRawUDPPq",
|
|
4397
|
+
"InputRawUDPPqControls",
|
|
4398
|
+
"InputRawUDPPqControlsTypedDict",
|
|
4185
4399
|
"InputRawUDPPqTypedDict",
|
|
4186
4400
|
"InputRawUDPType",
|
|
4187
4401
|
"InputRawUDPTypedDict",
|
|
@@ -4203,6 +4417,8 @@ __all__ = [
|
|
|
4203
4417
|
"InputS3InventoryMetadatumTypedDict",
|
|
4204
4418
|
"InputS3InventoryMode",
|
|
4205
4419
|
"InputS3InventoryPq",
|
|
4420
|
+
"InputS3InventoryPqControls",
|
|
4421
|
+
"InputS3InventoryPqControlsTypedDict",
|
|
4206
4422
|
"InputS3InventoryPqTypedDict",
|
|
4207
4423
|
"InputS3InventoryPreprocess",
|
|
4208
4424
|
"InputS3InventoryPreprocessTypedDict",
|
|
@@ -4214,6 +4430,8 @@ __all__ = [
|
|
|
4214
4430
|
"InputS3MetadatumTypedDict",
|
|
4215
4431
|
"InputS3Mode",
|
|
4216
4432
|
"InputS3Pq",
|
|
4433
|
+
"InputS3PqControls",
|
|
4434
|
+
"InputS3PqControlsTypedDict",
|
|
4217
4435
|
"InputS3PqTypedDict",
|
|
4218
4436
|
"InputS3Preprocess",
|
|
4219
4437
|
"InputS3PreprocessTypedDict",
|
|
@@ -4231,6 +4449,8 @@ __all__ = [
|
|
|
4231
4449
|
"InputSecurityLakeMetadatumTypedDict",
|
|
4232
4450
|
"InputSecurityLakeMode",
|
|
4233
4451
|
"InputSecurityLakePq",
|
|
4452
|
+
"InputSecurityLakePqControls",
|
|
4453
|
+
"InputSecurityLakePqControlsTypedDict",
|
|
4234
4454
|
"InputSecurityLakePqTypedDict",
|
|
4235
4455
|
"InputSecurityLakePreprocess",
|
|
4236
4456
|
"InputSecurityLakePreprocessTypedDict",
|
|
@@ -4246,6 +4466,8 @@ __all__ = [
|
|
|
4246
4466
|
"InputSnmpMetadatumTypedDict",
|
|
4247
4467
|
"InputSnmpMode",
|
|
4248
4468
|
"InputSnmpPq",
|
|
4469
|
+
"InputSnmpPqControls",
|
|
4470
|
+
"InputSnmpPqControlsTypedDict",
|
|
4249
4471
|
"InputSnmpPqTypedDict",
|
|
4250
4472
|
"InputSnmpType",
|
|
4251
4473
|
"InputSnmpTypedDict",
|
|
@@ -4270,6 +4492,8 @@ __all__ = [
|
|
|
4270
4492
|
"InputSplunkHecMinimumTLSVersion",
|
|
4271
4493
|
"InputSplunkHecMode",
|
|
4272
4494
|
"InputSplunkHecPq",
|
|
4495
|
+
"InputSplunkHecPqControls",
|
|
4496
|
+
"InputSplunkHecPqControlsTypedDict",
|
|
4273
4497
|
"InputSplunkHecPqTypedDict",
|
|
4274
4498
|
"InputSplunkHecTLSSettingsServerSide",
|
|
4275
4499
|
"InputSplunkHecTLSSettingsServerSideTypedDict",
|
|
@@ -4283,6 +4507,8 @@ __all__ = [
|
|
|
4283
4507
|
"InputSplunkMode",
|
|
4284
4508
|
"InputSplunkPq",
|
|
4285
4509
|
"InputSplunkPqCompression",
|
|
4510
|
+
"InputSplunkPqControls",
|
|
4511
|
+
"InputSplunkPqControlsTypedDict",
|
|
4286
4512
|
"InputSplunkPqTypedDict",
|
|
4287
4513
|
"InputSplunkSearch",
|
|
4288
4514
|
"InputSplunkSearchAuthenticationType",
|
|
@@ -4298,6 +4524,8 @@ __all__ = [
|
|
|
4298
4524
|
"InputSplunkSearchOauthParam",
|
|
4299
4525
|
"InputSplunkSearchOauthParamTypedDict",
|
|
4300
4526
|
"InputSplunkSearchPq",
|
|
4527
|
+
"InputSplunkSearchPqControls",
|
|
4528
|
+
"InputSplunkSearchPqControlsTypedDict",
|
|
4301
4529
|
"InputSplunkSearchPqTypedDict",
|
|
4302
4530
|
"InputSplunkSearchRetryRules",
|
|
4303
4531
|
"InputSplunkSearchRetryRulesTypedDict",
|
|
@@ -4317,6 +4545,8 @@ __all__ = [
|
|
|
4317
4545
|
"InputSqsMetadatumTypedDict",
|
|
4318
4546
|
"InputSqsMode",
|
|
4319
4547
|
"InputSqsPq",
|
|
4548
|
+
"InputSqsPqControls",
|
|
4549
|
+
"InputSqsPqControlsTypedDict",
|
|
4320
4550
|
"InputSqsPqTypedDict",
|
|
4321
4551
|
"InputSqsQueueType",
|
|
4322
4552
|
"InputSqsSignatureVersion",
|
|
@@ -4343,6 +4573,10 @@ __all__ = [
|
|
|
4343
4573
|
"InputSyslogPq1TypedDict",
|
|
4344
4574
|
"InputSyslogPq2",
|
|
4345
4575
|
"InputSyslogPq2TypedDict",
|
|
4576
|
+
"InputSyslogPqControls1",
|
|
4577
|
+
"InputSyslogPqControls1TypedDict",
|
|
4578
|
+
"InputSyslogPqControls2",
|
|
4579
|
+
"InputSyslogPqControls2TypedDict",
|
|
4346
4580
|
"InputSyslogSyslog1",
|
|
4347
4581
|
"InputSyslogSyslog1TypedDict",
|
|
4348
4582
|
"InputSyslogSyslog2",
|
|
@@ -4383,6 +4617,8 @@ __all__ = [
|
|
|
4383
4617
|
"InputSystemMetricsPersistence",
|
|
4384
4618
|
"InputSystemMetricsPersistenceTypedDict",
|
|
4385
4619
|
"InputSystemMetricsPq",
|
|
4620
|
+
"InputSystemMetricsPqControls",
|
|
4621
|
+
"InputSystemMetricsPqControlsTypedDict",
|
|
4386
4622
|
"InputSystemMetricsPqMode",
|
|
4387
4623
|
"InputSystemMetricsPqTypedDict",
|
|
4388
4624
|
"InputSystemMetricsProcess",
|
|
@@ -4405,6 +4641,8 @@ __all__ = [
|
|
|
4405
4641
|
"InputSystemStatePersistence",
|
|
4406
4642
|
"InputSystemStatePersistenceTypedDict",
|
|
4407
4643
|
"InputSystemStatePq",
|
|
4644
|
+
"InputSystemStatePqControls",
|
|
4645
|
+
"InputSystemStatePqControlsTypedDict",
|
|
4408
4646
|
"InputSystemStatePqTypedDict",
|
|
4409
4647
|
"InputSystemStateRoutes",
|
|
4410
4648
|
"InputSystemStateRoutesTypedDict",
|
|
@@ -4421,6 +4659,8 @@ __all__ = [
|
|
|
4421
4659
|
"InputTCPMinimumTLSVersion",
|
|
4422
4660
|
"InputTCPMode",
|
|
4423
4661
|
"InputTCPPq",
|
|
4662
|
+
"InputTCPPqControls",
|
|
4663
|
+
"InputTCPPqControlsTypedDict",
|
|
4424
4664
|
"InputTCPPqTypedDict",
|
|
4425
4665
|
"InputTCPPreprocess",
|
|
4426
4666
|
"InputTCPPreprocessTypedDict",
|
|
@@ -4439,6 +4679,8 @@ __all__ = [
|
|
|
4439
4679
|
"InputTcpjsonMinimumTLSVersion",
|
|
4440
4680
|
"InputTcpjsonMode",
|
|
4441
4681
|
"InputTcpjsonPq",
|
|
4682
|
+
"InputTcpjsonPqControls",
|
|
4683
|
+
"InputTcpjsonPqControlsTypedDict",
|
|
4442
4684
|
"InputTcpjsonPqTypedDict",
|
|
4443
4685
|
"InputTcpjsonTLSSettingsServerSide",
|
|
4444
4686
|
"InputTcpjsonTLSSettingsServerSideTypedDict",
|
|
@@ -4457,6 +4699,8 @@ __all__ = [
|
|
|
4457
4699
|
"InputWefMinimumTLSVersion",
|
|
4458
4700
|
"InputWefMode",
|
|
4459
4701
|
"InputWefPq",
|
|
4702
|
+
"InputWefPqControls",
|
|
4703
|
+
"InputWefPqControlsTypedDict",
|
|
4460
4704
|
"InputWefPqTypedDict",
|
|
4461
4705
|
"InputWefType",
|
|
4462
4706
|
"InputWefTypedDict",
|
|
@@ -4468,6 +4712,8 @@ __all__ = [
|
|
|
4468
4712
|
"InputWinEventLogsMetadatumTypedDict",
|
|
4469
4713
|
"InputWinEventLogsMode",
|
|
4470
4714
|
"InputWinEventLogsPq",
|
|
4715
|
+
"InputWinEventLogsPqControls",
|
|
4716
|
+
"InputWinEventLogsPqControlsTypedDict",
|
|
4471
4717
|
"InputWinEventLogsPqTypedDict",
|
|
4472
4718
|
"InputWinEventLogsType",
|
|
4473
4719
|
"InputWinEventLogsTypedDict",
|
|
@@ -4498,6 +4744,8 @@ __all__ = [
|
|
|
4498
4744
|
"InputWindowsMetricsPersistence",
|
|
4499
4745
|
"InputWindowsMetricsPersistenceTypedDict",
|
|
4500
4746
|
"InputWindowsMetricsPq",
|
|
4747
|
+
"InputWindowsMetricsPqControls",
|
|
4748
|
+
"InputWindowsMetricsPqControlsTypedDict",
|
|
4501
4749
|
"InputWindowsMetricsPqMode",
|
|
4502
4750
|
"InputWindowsMetricsPqTypedDict",
|
|
4503
4751
|
"InputWindowsMetricsProcess",
|
|
@@ -4520,6 +4768,8 @@ __all__ = [
|
|
|
4520
4768
|
"InputWizMetadatumTypedDict",
|
|
4521
4769
|
"InputWizMode",
|
|
4522
4770
|
"InputWizPq",
|
|
4771
|
+
"InputWizPqControls",
|
|
4772
|
+
"InputWizPqControlsTypedDict",
|
|
4523
4773
|
"InputWizPqTypedDict",
|
|
4524
4774
|
"InputWizRetryRules",
|
|
4525
4775
|
"InputWizRetryRulesTypedDict",
|
|
@@ -4540,6 +4790,8 @@ __all__ = [
|
|
|
4540
4790
|
"InputWizWebhookMinimumTLSVersion",
|
|
4541
4791
|
"InputWizWebhookMode",
|
|
4542
4792
|
"InputWizWebhookPq",
|
|
4793
|
+
"InputWizWebhookPqControls",
|
|
4794
|
+
"InputWizWebhookPqControlsTypedDict",
|
|
4543
4795
|
"InputWizWebhookPqTypedDict",
|
|
4544
4796
|
"InputWizWebhookTLSSettingsServerSide",
|
|
4545
4797
|
"InputWizWebhookTLSSettingsServerSideTypedDict",
|
|
@@ -4560,6 +4812,8 @@ __all__ = [
|
|
|
4560
4812
|
"InputZscalerHecMinimumTLSVersion",
|
|
4561
4813
|
"InputZscalerHecMode",
|
|
4562
4814
|
"InputZscalerHecPq",
|
|
4815
|
+
"InputZscalerHecPqControls",
|
|
4816
|
+
"InputZscalerHecPqControlsTypedDict",
|
|
4563
4817
|
"InputZscalerHecPqTypedDict",
|
|
4564
4818
|
"InputZscalerHecTLSSettingsServerSide",
|
|
4565
4819
|
"InputZscalerHecTLSSettingsServerSideTypedDict",
|
|
@@ -5642,6 +5896,8 @@ __all__ = [
|
|
|
5642
5896
|
"OutputSyslog",
|
|
5643
5897
|
"OutputSyslogBackpressureBehavior",
|
|
5644
5898
|
"OutputSyslogCompression",
|
|
5899
|
+
"OutputSyslogHost",
|
|
5900
|
+
"OutputSyslogHostTypedDict",
|
|
5645
5901
|
"OutputSyslogMaximumTLSVersion",
|
|
5646
5902
|
"OutputSyslogMessageFormat",
|
|
5647
5903
|
"OutputSyslogMinimumTLSVersion",
|
|
@@ -5651,6 +5907,7 @@ __all__ = [
|
|
|
5651
5907
|
"OutputSyslogProtocol",
|
|
5652
5908
|
"OutputSyslogQueueFullBehavior",
|
|
5653
5909
|
"OutputSyslogSeverity",
|
|
5910
|
+
"OutputSyslogTLS",
|
|
5654
5911
|
"OutputSyslogTLSSettingsClientSide",
|
|
5655
5912
|
"OutputSyslogTLSSettingsClientSideTypedDict",
|
|
5656
5913
|
"OutputSyslogType",
|
|
@@ -5875,6 +6132,8 @@ __all__ = [
|
|
|
5875
6132
|
"ServicesTypedDict",
|
|
5876
6133
|
"ShardIteratorStart",
|
|
5877
6134
|
"ShardLoadBalancing",
|
|
6135
|
+
"SplunkHecMetadata",
|
|
6136
|
+
"SplunkHecMetadataTypedDict",
|
|
5878
6137
|
"Status",
|
|
5879
6138
|
"Subscription",
|
|
5880
6139
|
"SubscriptionMetadatum",
|
|
@@ -6253,6 +6512,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6253
6512
|
"InputAppscopePersistence": ".inputappscope",
|
|
6254
6513
|
"InputAppscopePersistenceTypedDict": ".inputappscope",
|
|
6255
6514
|
"InputAppscopePq": ".inputappscope",
|
|
6515
|
+
"InputAppscopePqControls": ".inputappscope",
|
|
6516
|
+
"InputAppscopePqControlsTypedDict": ".inputappscope",
|
|
6256
6517
|
"InputAppscopePqTypedDict": ".inputappscope",
|
|
6257
6518
|
"InputAppscopeTLSSettingsServerSide": ".inputappscope",
|
|
6258
6519
|
"InputAppscopeTLSSettingsServerSideTypedDict": ".inputappscope",
|
|
@@ -6269,6 +6530,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6269
6530
|
"InputAzureBlobMetadatumTypedDict": ".inputazureblob",
|
|
6270
6531
|
"InputAzureBlobMode": ".inputazureblob",
|
|
6271
6532
|
"InputAzureBlobPq": ".inputazureblob",
|
|
6533
|
+
"InputAzureBlobPqControls": ".inputazureblob",
|
|
6534
|
+
"InputAzureBlobPqControlsTypedDict": ".inputazureblob",
|
|
6272
6535
|
"InputAzureBlobPqTypedDict": ".inputazureblob",
|
|
6273
6536
|
"InputAzureBlobType": ".inputazureblob",
|
|
6274
6537
|
"InputAzureBlobTypedDict": ".inputazureblob",
|
|
@@ -6280,6 +6543,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6280
6543
|
"InputCollectionMetadatumTypedDict": ".inputcollection",
|
|
6281
6544
|
"InputCollectionMode": ".inputcollection",
|
|
6282
6545
|
"InputCollectionPq": ".inputcollection",
|
|
6546
|
+
"InputCollectionPqControls": ".inputcollection",
|
|
6547
|
+
"InputCollectionPqControlsTypedDict": ".inputcollection",
|
|
6283
6548
|
"InputCollectionPqTypedDict": ".inputcollection",
|
|
6284
6549
|
"InputCollectionPreprocess": ".inputcollection",
|
|
6285
6550
|
"InputCollectionPreprocessTypedDict": ".inputcollection",
|
|
@@ -6305,6 +6570,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6305
6570
|
"InputConfluentCloudMinimumTLSVersion": ".inputconfluentcloud",
|
|
6306
6571
|
"InputConfluentCloudMode": ".inputconfluentcloud",
|
|
6307
6572
|
"InputConfluentCloudPq": ".inputconfluentcloud",
|
|
6573
|
+
"InputConfluentCloudPqControls": ".inputconfluentcloud",
|
|
6574
|
+
"InputConfluentCloudPqControlsTypedDict": ".inputconfluentcloud",
|
|
6308
6575
|
"InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
|
|
6309
6576
|
"InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
|
|
6310
6577
|
"InputConfluentCloudSchemaType": ".inputconfluentcloud",
|
|
@@ -6320,6 +6587,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6320
6587
|
"InputCriblMetadatumTypedDict": ".inputcribl",
|
|
6321
6588
|
"InputCriblMode": ".inputcribl",
|
|
6322
6589
|
"InputCriblPq": ".inputcribl",
|
|
6590
|
+
"InputCriblPqControls": ".inputcribl",
|
|
6591
|
+
"InputCriblPqControlsTypedDict": ".inputcribl",
|
|
6323
6592
|
"InputCriblPqTypedDict": ".inputcribl",
|
|
6324
6593
|
"InputCriblType": ".inputcribl",
|
|
6325
6594
|
"InputCriblTypedDict": ".inputcribl",
|
|
@@ -6333,11 +6602,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6333
6602
|
"InputCriblHTTPMinimumTLSVersion": ".inputcriblhttp",
|
|
6334
6603
|
"InputCriblHTTPMode": ".inputcriblhttp",
|
|
6335
6604
|
"InputCriblHTTPPq": ".inputcriblhttp",
|
|
6605
|
+
"InputCriblHTTPPqControls": ".inputcriblhttp",
|
|
6606
|
+
"InputCriblHTTPPqControlsTypedDict": ".inputcriblhttp",
|
|
6336
6607
|
"InputCriblHTTPPqTypedDict": ".inputcriblhttp",
|
|
6337
6608
|
"InputCriblHTTPTLSSettingsServerSide": ".inputcriblhttp",
|
|
6338
6609
|
"InputCriblHTTPTLSSettingsServerSideTypedDict": ".inputcriblhttp",
|
|
6339
6610
|
"InputCriblHTTPType": ".inputcriblhttp",
|
|
6340
6611
|
"InputCriblHTTPTypedDict": ".inputcriblhttp",
|
|
6612
|
+
"ElasticsearchMetadata": ".inputcribllakehttp",
|
|
6613
|
+
"ElasticsearchMetadataTypedDict": ".inputcribllakehttp",
|
|
6341
6614
|
"InputCriblLakeHTTP": ".inputcribllakehttp",
|
|
6342
6615
|
"InputCriblLakeHTTPAuthTokensExt": ".inputcribllakehttp",
|
|
6343
6616
|
"InputCriblLakeHTTPAuthTokensExtMetadatum": ".inputcribllakehttp",
|
|
@@ -6352,11 +6625,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6352
6625
|
"InputCriblLakeHTTPMinimumTLSVersion": ".inputcribllakehttp",
|
|
6353
6626
|
"InputCriblLakeHTTPMode": ".inputcribllakehttp",
|
|
6354
6627
|
"InputCriblLakeHTTPPq": ".inputcribllakehttp",
|
|
6628
|
+
"InputCriblLakeHTTPPqControls": ".inputcribllakehttp",
|
|
6629
|
+
"InputCriblLakeHTTPPqControlsTypedDict": ".inputcribllakehttp",
|
|
6355
6630
|
"InputCriblLakeHTTPPqTypedDict": ".inputcribllakehttp",
|
|
6356
6631
|
"InputCriblLakeHTTPTLSSettingsServerSide": ".inputcribllakehttp",
|
|
6357
6632
|
"InputCriblLakeHTTPTLSSettingsServerSideTypedDict": ".inputcribllakehttp",
|
|
6358
6633
|
"InputCriblLakeHTTPType": ".inputcribllakehttp",
|
|
6359
6634
|
"InputCriblLakeHTTPTypedDict": ".inputcribllakehttp",
|
|
6635
|
+
"SplunkHecMetadata": ".inputcribllakehttp",
|
|
6636
|
+
"SplunkHecMetadataTypedDict": ".inputcribllakehttp",
|
|
6360
6637
|
"InputCriblmetrics": ".inputcriblmetrics",
|
|
6361
6638
|
"InputCriblmetricsCompression": ".inputcriblmetrics",
|
|
6362
6639
|
"InputCriblmetricsConnection": ".inputcriblmetrics",
|
|
@@ -6365,6 +6642,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6365
6642
|
"InputCriblmetricsMetadatumTypedDict": ".inputcriblmetrics",
|
|
6366
6643
|
"InputCriblmetricsMode": ".inputcriblmetrics",
|
|
6367
6644
|
"InputCriblmetricsPq": ".inputcriblmetrics",
|
|
6645
|
+
"InputCriblmetricsPqControls": ".inputcriblmetrics",
|
|
6646
|
+
"InputCriblmetricsPqControlsTypedDict": ".inputcriblmetrics",
|
|
6368
6647
|
"InputCriblmetricsPqTypedDict": ".inputcriblmetrics",
|
|
6369
6648
|
"InputCriblmetricsType": ".inputcriblmetrics",
|
|
6370
6649
|
"InputCriblmetricsTypedDict": ".inputcriblmetrics",
|
|
@@ -6378,6 +6657,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6378
6657
|
"InputCriblTCPMinimumTLSVersion": ".inputcribltcp",
|
|
6379
6658
|
"InputCriblTCPMode": ".inputcribltcp",
|
|
6380
6659
|
"InputCriblTCPPq": ".inputcribltcp",
|
|
6660
|
+
"InputCriblTCPPqControls": ".inputcribltcp",
|
|
6661
|
+
"InputCriblTCPPqControlsTypedDict": ".inputcribltcp",
|
|
6381
6662
|
"InputCriblTCPPqTypedDict": ".inputcribltcp",
|
|
6382
6663
|
"InputCriblTCPTLSSettingsServerSide": ".inputcribltcp",
|
|
6383
6664
|
"InputCriblTCPTLSSettingsServerSideTypedDict": ".inputcribltcp",
|
|
@@ -6394,6 +6675,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6394
6675
|
"InputCrowdstrikeMetadatumTypedDict": ".inputcrowdstrike",
|
|
6395
6676
|
"InputCrowdstrikeMode": ".inputcrowdstrike",
|
|
6396
6677
|
"InputCrowdstrikePq": ".inputcrowdstrike",
|
|
6678
|
+
"InputCrowdstrikePqControls": ".inputcrowdstrike",
|
|
6679
|
+
"InputCrowdstrikePqControlsTypedDict": ".inputcrowdstrike",
|
|
6397
6680
|
"InputCrowdstrikePqTypedDict": ".inputcrowdstrike",
|
|
6398
6681
|
"InputCrowdstrikePreprocess": ".inputcrowdstrike",
|
|
6399
6682
|
"InputCrowdstrikePreprocessTypedDict": ".inputcrowdstrike",
|
|
@@ -6411,6 +6694,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6411
6694
|
"InputDatadogAgentMinimumTLSVersion": ".inputdatadogagent",
|
|
6412
6695
|
"InputDatadogAgentMode": ".inputdatadogagent",
|
|
6413
6696
|
"InputDatadogAgentPq": ".inputdatadogagent",
|
|
6697
|
+
"InputDatadogAgentPqControls": ".inputdatadogagent",
|
|
6698
|
+
"InputDatadogAgentPqControlsTypedDict": ".inputdatadogagent",
|
|
6414
6699
|
"InputDatadogAgentPqTypedDict": ".inputdatadogagent",
|
|
6415
6700
|
"InputDatadogAgentProxyMode": ".inputdatadogagent",
|
|
6416
6701
|
"InputDatadogAgentProxyModeTypedDict": ".inputdatadogagent",
|
|
@@ -6426,6 +6711,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6426
6711
|
"InputDatagenMetadatumTypedDict": ".inputdatagen",
|
|
6427
6712
|
"InputDatagenMode": ".inputdatagen",
|
|
6428
6713
|
"InputDatagenPq": ".inputdatagen",
|
|
6714
|
+
"InputDatagenPqControls": ".inputdatagen",
|
|
6715
|
+
"InputDatagenPqControlsTypedDict": ".inputdatagen",
|
|
6429
6716
|
"InputDatagenPqTypedDict": ".inputdatagen",
|
|
6430
6717
|
"InputDatagenType": ".inputdatagen",
|
|
6431
6718
|
"InputDatagenTypedDict": ".inputdatagen",
|
|
@@ -6445,6 +6732,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6445
6732
|
"InputEdgePrometheusPersistenceCompression": ".inputedgeprometheus",
|
|
6446
6733
|
"InputEdgePrometheusPq": ".inputedgeprometheus",
|
|
6447
6734
|
"InputEdgePrometheusPqCompression": ".inputedgeprometheus",
|
|
6735
|
+
"InputEdgePrometheusPqControls": ".inputedgeprometheus",
|
|
6736
|
+
"InputEdgePrometheusPqControlsTypedDict": ".inputedgeprometheus",
|
|
6448
6737
|
"InputEdgePrometheusPqTypedDict": ".inputedgeprometheus",
|
|
6449
6738
|
"InputEdgePrometheusRecordType": ".inputedgeprometheus",
|
|
6450
6739
|
"InputEdgePrometheusSearchFilter": ".inputedgeprometheus",
|
|
@@ -6473,6 +6762,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6473
6762
|
"InputElasticMinimumTLSVersion": ".inputelastic",
|
|
6474
6763
|
"InputElasticMode": ".inputelastic",
|
|
6475
6764
|
"InputElasticPq": ".inputelastic",
|
|
6765
|
+
"InputElasticPqControls": ".inputelastic",
|
|
6766
|
+
"InputElasticPqControlsTypedDict": ".inputelastic",
|
|
6476
6767
|
"InputElasticPqTypedDict": ".inputelastic",
|
|
6477
6768
|
"InputElasticProxyMode": ".inputelastic",
|
|
6478
6769
|
"InputElasticProxyModeTypedDict": ".inputelastic",
|
|
@@ -6490,6 +6781,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6490
6781
|
"InputEventhubMetadatumTypedDict": ".inputeventhub",
|
|
6491
6782
|
"InputEventhubMode": ".inputeventhub",
|
|
6492
6783
|
"InputEventhubPq": ".inputeventhub",
|
|
6784
|
+
"InputEventhubPqControls": ".inputeventhub",
|
|
6785
|
+
"InputEventhubPqControlsTypedDict": ".inputeventhub",
|
|
6493
6786
|
"InputEventhubPqTypedDict": ".inputeventhub",
|
|
6494
6787
|
"InputEventhubSASLMechanism": ".inputeventhub",
|
|
6495
6788
|
"InputEventhubTLSSettingsClientSide": ".inputeventhub",
|
|
@@ -6504,6 +6797,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6504
6797
|
"InputExecMetadatumTypedDict": ".inputexec",
|
|
6505
6798
|
"InputExecMode": ".inputexec",
|
|
6506
6799
|
"InputExecPq": ".inputexec",
|
|
6800
|
+
"InputExecPqControls": ".inputexec",
|
|
6801
|
+
"InputExecPqControlsTypedDict": ".inputexec",
|
|
6507
6802
|
"InputExecPqTypedDict": ".inputexec",
|
|
6508
6803
|
"InputExecType": ".inputexec",
|
|
6509
6804
|
"InputExecTypedDict": ".inputexec",
|
|
@@ -6516,6 +6811,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6516
6811
|
"InputFileMetadatumTypedDict": ".inputfile",
|
|
6517
6812
|
"InputFileMode": ".inputfile",
|
|
6518
6813
|
"InputFilePq": ".inputfile",
|
|
6814
|
+
"InputFilePqControls": ".inputfile",
|
|
6815
|
+
"InputFilePqControlsTypedDict": ".inputfile",
|
|
6519
6816
|
"InputFilePqMode": ".inputfile",
|
|
6520
6817
|
"InputFilePqTypedDict": ".inputfile",
|
|
6521
6818
|
"InputFileType": ".inputfile",
|
|
@@ -6530,6 +6827,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6530
6827
|
"InputFirehoseMinimumTLSVersion": ".inputfirehose",
|
|
6531
6828
|
"InputFirehoseMode": ".inputfirehose",
|
|
6532
6829
|
"InputFirehosePq": ".inputfirehose",
|
|
6830
|
+
"InputFirehosePqControls": ".inputfirehose",
|
|
6831
|
+
"InputFirehosePqControlsTypedDict": ".inputfirehose",
|
|
6533
6832
|
"InputFirehosePqTypedDict": ".inputfirehose",
|
|
6534
6833
|
"InputFirehoseTLSSettingsServerSide": ".inputfirehose",
|
|
6535
6834
|
"InputFirehoseTLSSettingsServerSideTypedDict": ".inputfirehose",
|
|
@@ -6544,6 +6843,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6544
6843
|
"InputGooglePubsubMetadatumTypedDict": ".inputgooglepubsub",
|
|
6545
6844
|
"InputGooglePubsubMode": ".inputgooglepubsub",
|
|
6546
6845
|
"InputGooglePubsubPq": ".inputgooglepubsub",
|
|
6846
|
+
"InputGooglePubsubPqControls": ".inputgooglepubsub",
|
|
6847
|
+
"InputGooglePubsubPqControlsTypedDict": ".inputgooglepubsub",
|
|
6547
6848
|
"InputGooglePubsubPqTypedDict": ".inputgooglepubsub",
|
|
6548
6849
|
"InputGooglePubsubType": ".inputgooglepubsub",
|
|
6549
6850
|
"InputGooglePubsubTypedDict": ".inputgooglepubsub",
|
|
@@ -6578,6 +6879,10 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6578
6879
|
"InputGrafanaPq1TypedDict": ".inputgrafana",
|
|
6579
6880
|
"InputGrafanaPq2": ".inputgrafana",
|
|
6580
6881
|
"InputGrafanaPq2TypedDict": ".inputgrafana",
|
|
6882
|
+
"InputGrafanaPqControls1": ".inputgrafana",
|
|
6883
|
+
"InputGrafanaPqControls1TypedDict": ".inputgrafana",
|
|
6884
|
+
"InputGrafanaPqControls2": ".inputgrafana",
|
|
6885
|
+
"InputGrafanaPqControls2TypedDict": ".inputgrafana",
|
|
6581
6886
|
"InputGrafanaPrometheusAuth1": ".inputgrafana",
|
|
6582
6887
|
"InputGrafanaPrometheusAuth1TypedDict": ".inputgrafana",
|
|
6583
6888
|
"InputGrafanaPrometheusAuth2": ".inputgrafana",
|
|
@@ -6621,6 +6926,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6621
6926
|
"InputHTTPMinimumTLSVersion": ".inputhttp",
|
|
6622
6927
|
"InputHTTPMode": ".inputhttp",
|
|
6623
6928
|
"InputHTTPPq": ".inputhttp",
|
|
6929
|
+
"InputHTTPPqControls": ".inputhttp",
|
|
6930
|
+
"InputHTTPPqControlsTypedDict": ".inputhttp",
|
|
6624
6931
|
"InputHTTPPqTypedDict": ".inputhttp",
|
|
6625
6932
|
"InputHTTPTLSSettingsServerSide": ".inputhttp",
|
|
6626
6933
|
"InputHTTPTLSSettingsServerSideTypedDict": ".inputhttp",
|
|
@@ -6640,6 +6947,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6640
6947
|
"InputHTTPRawMinimumTLSVersion": ".inputhttpraw",
|
|
6641
6948
|
"InputHTTPRawMode": ".inputhttpraw",
|
|
6642
6949
|
"InputHTTPRawPq": ".inputhttpraw",
|
|
6950
|
+
"InputHTTPRawPqControls": ".inputhttpraw",
|
|
6951
|
+
"InputHTTPRawPqControlsTypedDict": ".inputhttpraw",
|
|
6643
6952
|
"InputHTTPRawPqTypedDict": ".inputhttpraw",
|
|
6644
6953
|
"InputHTTPRawTLSSettingsServerSide": ".inputhttpraw",
|
|
6645
6954
|
"InputHTTPRawTLSSettingsServerSideTypedDict": ".inputhttpraw",
|
|
@@ -6653,6 +6962,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6653
6962
|
"InputJournalFilesMetadatumTypedDict": ".inputjournalfiles",
|
|
6654
6963
|
"InputJournalFilesMode": ".inputjournalfiles",
|
|
6655
6964
|
"InputJournalFilesPq": ".inputjournalfiles",
|
|
6965
|
+
"InputJournalFilesPqControls": ".inputjournalfiles",
|
|
6966
|
+
"InputJournalFilesPqControlsTypedDict": ".inputjournalfiles",
|
|
6656
6967
|
"InputJournalFilesPqTypedDict": ".inputjournalfiles",
|
|
6657
6968
|
"InputJournalFilesRule": ".inputjournalfiles",
|
|
6658
6969
|
"InputJournalFilesRuleTypedDict": ".inputjournalfiles",
|
|
@@ -6678,6 +6989,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6678
6989
|
"InputKafkaMinimumTLSVersion": ".inputkafka",
|
|
6679
6990
|
"InputKafkaMode": ".inputkafka",
|
|
6680
6991
|
"InputKafkaPq": ".inputkafka",
|
|
6992
|
+
"InputKafkaPqControls": ".inputkafka",
|
|
6993
|
+
"InputKafkaPqControlsTypedDict": ".inputkafka",
|
|
6681
6994
|
"InputKafkaPqTypedDict": ".inputkafka",
|
|
6682
6995
|
"InputKafkaSASLMechanism": ".inputkafka",
|
|
6683
6996
|
"InputKafkaSchemaType": ".inputkafka",
|
|
@@ -6694,6 +7007,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6694
7007
|
"InputKinesisMetadatumTypedDict": ".inputkinesis",
|
|
6695
7008
|
"InputKinesisMode": ".inputkinesis",
|
|
6696
7009
|
"InputKinesisPq": ".inputkinesis",
|
|
7010
|
+
"InputKinesisPqControls": ".inputkinesis",
|
|
7011
|
+
"InputKinesisPqControlsTypedDict": ".inputkinesis",
|
|
6697
7012
|
"InputKinesisPqTypedDict": ".inputkinesis",
|
|
6698
7013
|
"InputKinesisRecordDataFormat": ".inputkinesis",
|
|
6699
7014
|
"InputKinesisSignatureVersion": ".inputkinesis",
|
|
@@ -6709,6 +7024,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6709
7024
|
"InputKubeEventsMetadatumTypedDict": ".inputkubeevents",
|
|
6710
7025
|
"InputKubeEventsMode": ".inputkubeevents",
|
|
6711
7026
|
"InputKubeEventsPq": ".inputkubeevents",
|
|
7027
|
+
"InputKubeEventsPqControls": ".inputkubeevents",
|
|
7028
|
+
"InputKubeEventsPqControlsTypedDict": ".inputkubeevents",
|
|
6712
7029
|
"InputKubeEventsPqTypedDict": ".inputkubeevents",
|
|
6713
7030
|
"InputKubeEventsRule": ".inputkubeevents",
|
|
6714
7031
|
"InputKubeEventsRuleTypedDict": ".inputkubeevents",
|
|
@@ -6725,6 +7042,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6725
7042
|
"InputKubeLogsPersistenceCompression": ".inputkubelogs",
|
|
6726
7043
|
"InputKubeLogsPq": ".inputkubelogs",
|
|
6727
7044
|
"InputKubeLogsPqCompression": ".inputkubelogs",
|
|
7045
|
+
"InputKubeLogsPqControls": ".inputkubelogs",
|
|
7046
|
+
"InputKubeLogsPqControlsTypedDict": ".inputkubelogs",
|
|
6728
7047
|
"InputKubeLogsPqTypedDict": ".inputkubelogs",
|
|
6729
7048
|
"InputKubeLogsRule": ".inputkubelogs",
|
|
6730
7049
|
"InputKubeLogsRuleTypedDict": ".inputkubelogs",
|
|
@@ -6741,6 +7060,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6741
7060
|
"InputKubeMetricsPersistence": ".inputkubemetrics",
|
|
6742
7061
|
"InputKubeMetricsPersistenceTypedDict": ".inputkubemetrics",
|
|
6743
7062
|
"InputKubeMetricsPq": ".inputkubemetrics",
|
|
7063
|
+
"InputKubeMetricsPqControls": ".inputkubemetrics",
|
|
7064
|
+
"InputKubeMetricsPqControlsTypedDict": ".inputkubemetrics",
|
|
6744
7065
|
"InputKubeMetricsPqTypedDict": ".inputkubemetrics",
|
|
6745
7066
|
"InputKubeMetricsRule": ".inputkubemetrics",
|
|
6746
7067
|
"InputKubeMetricsRuleTypedDict": ".inputkubemetrics",
|
|
@@ -6761,6 +7082,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6761
7082
|
"InputLokiOauthParam": ".inputloki",
|
|
6762
7083
|
"InputLokiOauthParamTypedDict": ".inputloki",
|
|
6763
7084
|
"InputLokiPq": ".inputloki",
|
|
7085
|
+
"InputLokiPqControls": ".inputloki",
|
|
7086
|
+
"InputLokiPqControlsTypedDict": ".inputloki",
|
|
6764
7087
|
"InputLokiPqTypedDict": ".inputloki",
|
|
6765
7088
|
"InputLokiTLSSettingsServerSide": ".inputloki",
|
|
6766
7089
|
"InputLokiTLSSettingsServerSideTypedDict": ".inputloki",
|
|
@@ -6776,6 +7099,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6776
7099
|
"InputMetricsMinimumTLSVersion": ".inputmetrics",
|
|
6777
7100
|
"InputMetricsMode": ".inputmetrics",
|
|
6778
7101
|
"InputMetricsPq": ".inputmetrics",
|
|
7102
|
+
"InputMetricsPqControls": ".inputmetrics",
|
|
7103
|
+
"InputMetricsPqControlsTypedDict": ".inputmetrics",
|
|
6779
7104
|
"InputMetricsPqTypedDict": ".inputmetrics",
|
|
6780
7105
|
"InputMetricsTLSSettingsServerSide": ".inputmetrics",
|
|
6781
7106
|
"InputMetricsTLSSettingsServerSideTypedDict": ".inputmetrics",
|
|
@@ -6791,6 +7116,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6791
7116
|
"InputModelDrivenTelemetryMinimumTLSVersion": ".inputmodeldriventelemetry",
|
|
6792
7117
|
"InputModelDrivenTelemetryMode": ".inputmodeldriventelemetry",
|
|
6793
7118
|
"InputModelDrivenTelemetryPq": ".inputmodeldriventelemetry",
|
|
7119
|
+
"InputModelDrivenTelemetryPqControls": ".inputmodeldriventelemetry",
|
|
7120
|
+
"InputModelDrivenTelemetryPqControlsTypedDict": ".inputmodeldriventelemetry",
|
|
6794
7121
|
"InputModelDrivenTelemetryPqTypedDict": ".inputmodeldriventelemetry",
|
|
6795
7122
|
"InputModelDrivenTelemetryTLSSettingsServerSide": ".inputmodeldriventelemetry",
|
|
6796
7123
|
"InputModelDrivenTelemetryTLSSettingsServerSideTypedDict": ".inputmodeldriventelemetry",
|
|
@@ -6815,6 +7142,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6815
7142
|
"InputMskMinimumTLSVersion": ".inputmsk",
|
|
6816
7143
|
"InputMskMode": ".inputmsk",
|
|
6817
7144
|
"InputMskPq": ".inputmsk",
|
|
7145
|
+
"InputMskPqControls": ".inputmsk",
|
|
7146
|
+
"InputMskPqControlsTypedDict": ".inputmsk",
|
|
6818
7147
|
"InputMskPqTypedDict": ".inputmsk",
|
|
6819
7148
|
"InputMskSchemaType": ".inputmsk",
|
|
6820
7149
|
"InputMskSignatureVersion": ".inputmsk",
|
|
@@ -6830,6 +7159,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6830
7159
|
"InputNetflowMetadatumTypedDict": ".inputnetflow",
|
|
6831
7160
|
"InputNetflowMode": ".inputnetflow",
|
|
6832
7161
|
"InputNetflowPq": ".inputnetflow",
|
|
7162
|
+
"InputNetflowPqControls": ".inputnetflow",
|
|
7163
|
+
"InputNetflowPqControlsTypedDict": ".inputnetflow",
|
|
6833
7164
|
"InputNetflowPqTypedDict": ".inputnetflow",
|
|
6834
7165
|
"InputNetflowType": ".inputnetflow",
|
|
6835
7166
|
"InputNetflowTypedDict": ".inputnetflow",
|
|
@@ -6845,6 +7176,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6845
7176
|
"InputOffice365MgmtMetadatumTypedDict": ".inputoffice365mgmt",
|
|
6846
7177
|
"InputOffice365MgmtMode": ".inputoffice365mgmt",
|
|
6847
7178
|
"InputOffice365MgmtPq": ".inputoffice365mgmt",
|
|
7179
|
+
"InputOffice365MgmtPqControls": ".inputoffice365mgmt",
|
|
7180
|
+
"InputOffice365MgmtPqControlsTypedDict": ".inputoffice365mgmt",
|
|
6848
7181
|
"InputOffice365MgmtPqTypedDict": ".inputoffice365mgmt",
|
|
6849
7182
|
"InputOffice365MgmtRetryRules": ".inputoffice365mgmt",
|
|
6850
7183
|
"InputOffice365MgmtRetryRulesTypedDict": ".inputoffice365mgmt",
|
|
@@ -6864,6 +7197,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6864
7197
|
"InputOffice365MsgTraceMetadatumTypedDict": ".inputoffice365msgtrace",
|
|
6865
7198
|
"InputOffice365MsgTraceMode": ".inputoffice365msgtrace",
|
|
6866
7199
|
"InputOffice365MsgTracePq": ".inputoffice365msgtrace",
|
|
7200
|
+
"InputOffice365MsgTracePqControls": ".inputoffice365msgtrace",
|
|
7201
|
+
"InputOffice365MsgTracePqControlsTypedDict": ".inputoffice365msgtrace",
|
|
6867
7202
|
"InputOffice365MsgTracePqTypedDict": ".inputoffice365msgtrace",
|
|
6868
7203
|
"InputOffice365MsgTraceRetryRules": ".inputoffice365msgtrace",
|
|
6869
7204
|
"InputOffice365MsgTraceRetryRulesTypedDict": ".inputoffice365msgtrace",
|
|
@@ -6883,6 +7218,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6883
7218
|
"InputOffice365ServiceMetadatumTypedDict": ".inputoffice365service",
|
|
6884
7219
|
"InputOffice365ServiceMode": ".inputoffice365service",
|
|
6885
7220
|
"InputOffice365ServicePq": ".inputoffice365service",
|
|
7221
|
+
"InputOffice365ServicePqControls": ".inputoffice365service",
|
|
7222
|
+
"InputOffice365ServicePqControlsTypedDict": ".inputoffice365service",
|
|
6886
7223
|
"InputOffice365ServicePqTypedDict": ".inputoffice365service",
|
|
6887
7224
|
"InputOffice365ServiceRetryRules": ".inputoffice365service",
|
|
6888
7225
|
"InputOffice365ServiceRetryRulesTypedDict": ".inputoffice365service",
|
|
@@ -6906,6 +7243,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6906
7243
|
"InputOpenTelemetryOauthParam": ".inputopentelemetry",
|
|
6907
7244
|
"InputOpenTelemetryOauthParamTypedDict": ".inputopentelemetry",
|
|
6908
7245
|
"InputOpenTelemetryPq": ".inputopentelemetry",
|
|
7246
|
+
"InputOpenTelemetryPqControls": ".inputopentelemetry",
|
|
7247
|
+
"InputOpenTelemetryPqControlsTypedDict": ".inputopentelemetry",
|
|
6909
7248
|
"InputOpenTelemetryPqTypedDict": ".inputopentelemetry",
|
|
6910
7249
|
"InputOpenTelemetryProtocol": ".inputopentelemetry",
|
|
6911
7250
|
"InputOpenTelemetryTLSSettingsServerSide": ".inputopentelemetry",
|
|
@@ -6924,6 +7263,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6924
7263
|
"InputPrometheusMetadatumTypedDict": ".inputprometheus",
|
|
6925
7264
|
"InputPrometheusMode": ".inputprometheus",
|
|
6926
7265
|
"InputPrometheusPq": ".inputprometheus",
|
|
7266
|
+
"InputPrometheusPqControls": ".inputprometheus",
|
|
7267
|
+
"InputPrometheusPqControlsTypedDict": ".inputprometheus",
|
|
6927
7268
|
"InputPrometheusPqTypedDict": ".inputprometheus",
|
|
6928
7269
|
"InputPrometheusRecordType": ".inputprometheus",
|
|
6929
7270
|
"InputPrometheusSearchFilter": ".inputprometheus",
|
|
@@ -6947,6 +7288,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6947
7288
|
"InputPrometheusRwOauthParam": ".inputprometheusrw",
|
|
6948
7289
|
"InputPrometheusRwOauthParamTypedDict": ".inputprometheusrw",
|
|
6949
7290
|
"InputPrometheusRwPq": ".inputprometheusrw",
|
|
7291
|
+
"InputPrometheusRwPqControls": ".inputprometheusrw",
|
|
7292
|
+
"InputPrometheusRwPqControlsTypedDict": ".inputprometheusrw",
|
|
6950
7293
|
"InputPrometheusRwPqTypedDict": ".inputprometheusrw",
|
|
6951
7294
|
"InputPrometheusRwTLSSettingsServerSide": ".inputprometheusrw",
|
|
6952
7295
|
"InputPrometheusRwTLSSettingsServerSideTypedDict": ".inputprometheusrw",
|
|
@@ -6960,6 +7303,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6960
7303
|
"InputRawUDPMetadatumTypedDict": ".inputrawudp",
|
|
6961
7304
|
"InputRawUDPMode": ".inputrawudp",
|
|
6962
7305
|
"InputRawUDPPq": ".inputrawudp",
|
|
7306
|
+
"InputRawUDPPqControls": ".inputrawudp",
|
|
7307
|
+
"InputRawUDPPqControlsTypedDict": ".inputrawudp",
|
|
6963
7308
|
"InputRawUDPPqTypedDict": ".inputrawudp",
|
|
6964
7309
|
"InputRawUDPType": ".inputrawudp",
|
|
6965
7310
|
"InputRawUDPTypedDict": ".inputrawudp",
|
|
@@ -6974,6 +7319,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6974
7319
|
"InputS3MetadatumTypedDict": ".inputs3",
|
|
6975
7320
|
"InputS3Mode": ".inputs3",
|
|
6976
7321
|
"InputS3Pq": ".inputs3",
|
|
7322
|
+
"InputS3PqControls": ".inputs3",
|
|
7323
|
+
"InputS3PqControlsTypedDict": ".inputs3",
|
|
6977
7324
|
"InputS3PqTypedDict": ".inputs3",
|
|
6978
7325
|
"InputS3Preprocess": ".inputs3",
|
|
6979
7326
|
"InputS3PreprocessTypedDict": ".inputs3",
|
|
@@ -6991,6 +7338,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6991
7338
|
"InputS3InventoryMetadatumTypedDict": ".inputs3inventory",
|
|
6992
7339
|
"InputS3InventoryMode": ".inputs3inventory",
|
|
6993
7340
|
"InputS3InventoryPq": ".inputs3inventory",
|
|
7341
|
+
"InputS3InventoryPqControls": ".inputs3inventory",
|
|
7342
|
+
"InputS3InventoryPqControlsTypedDict": ".inputs3inventory",
|
|
6994
7343
|
"InputS3InventoryPqTypedDict": ".inputs3inventory",
|
|
6995
7344
|
"InputS3InventoryPreprocess": ".inputs3inventory",
|
|
6996
7345
|
"InputS3InventoryPreprocessTypedDict": ".inputs3inventory",
|
|
@@ -7009,6 +7358,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7009
7358
|
"InputSecurityLakeMetadatumTypedDict": ".inputsecuritylake",
|
|
7010
7359
|
"InputSecurityLakeMode": ".inputsecuritylake",
|
|
7011
7360
|
"InputSecurityLakePq": ".inputsecuritylake",
|
|
7361
|
+
"InputSecurityLakePqControls": ".inputsecuritylake",
|
|
7362
|
+
"InputSecurityLakePqControlsTypedDict": ".inputsecuritylake",
|
|
7012
7363
|
"InputSecurityLakePqTypedDict": ".inputsecuritylake",
|
|
7013
7364
|
"InputSecurityLakePreprocess": ".inputsecuritylake",
|
|
7014
7365
|
"InputSecurityLakePreprocessTypedDict": ".inputsecuritylake",
|
|
@@ -7025,6 +7376,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7025
7376
|
"InputSnmpMetadatumTypedDict": ".inputsnmp",
|
|
7026
7377
|
"InputSnmpMode": ".inputsnmp",
|
|
7027
7378
|
"InputSnmpPq": ".inputsnmp",
|
|
7379
|
+
"InputSnmpPqControls": ".inputsnmp",
|
|
7380
|
+
"InputSnmpPqControlsTypedDict": ".inputsnmp",
|
|
7028
7381
|
"InputSnmpPqTypedDict": ".inputsnmp",
|
|
7029
7382
|
"InputSnmpType": ".inputsnmp",
|
|
7030
7383
|
"InputSnmpTypedDict": ".inputsnmp",
|
|
@@ -7046,6 +7399,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7046
7399
|
"InputSplunkMode": ".inputsplunk",
|
|
7047
7400
|
"InputSplunkPq": ".inputsplunk",
|
|
7048
7401
|
"InputSplunkPqCompression": ".inputsplunk",
|
|
7402
|
+
"InputSplunkPqControls": ".inputsplunk",
|
|
7403
|
+
"InputSplunkPqControlsTypedDict": ".inputsplunk",
|
|
7049
7404
|
"InputSplunkPqTypedDict": ".inputsplunk",
|
|
7050
7405
|
"InputSplunkTLSSettingsServerSide": ".inputsplunk",
|
|
7051
7406
|
"InputSplunkTLSSettingsServerSideTypedDict": ".inputsplunk",
|
|
@@ -7066,6 +7421,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7066
7421
|
"InputSplunkHecMinimumTLSVersion": ".inputsplunkhec",
|
|
7067
7422
|
"InputSplunkHecMode": ".inputsplunkhec",
|
|
7068
7423
|
"InputSplunkHecPq": ".inputsplunkhec",
|
|
7424
|
+
"InputSplunkHecPqControls": ".inputsplunkhec",
|
|
7425
|
+
"InputSplunkHecPqControlsTypedDict": ".inputsplunkhec",
|
|
7069
7426
|
"InputSplunkHecPqTypedDict": ".inputsplunkhec",
|
|
7070
7427
|
"InputSplunkHecTLSSettingsServerSide": ".inputsplunkhec",
|
|
7071
7428
|
"InputSplunkHecTLSSettingsServerSideTypedDict": ".inputsplunkhec",
|
|
@@ -7089,6 +7446,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7089
7446
|
"InputSplunkSearchOauthParam": ".inputsplunksearch",
|
|
7090
7447
|
"InputSplunkSearchOauthParamTypedDict": ".inputsplunksearch",
|
|
7091
7448
|
"InputSplunkSearchPq": ".inputsplunksearch",
|
|
7449
|
+
"InputSplunkSearchPqControls": ".inputsplunksearch",
|
|
7450
|
+
"InputSplunkSearchPqControlsTypedDict": ".inputsplunksearch",
|
|
7092
7451
|
"InputSplunkSearchPqTypedDict": ".inputsplunksearch",
|
|
7093
7452
|
"InputSplunkSearchRetryRules": ".inputsplunksearch",
|
|
7094
7453
|
"InputSplunkSearchRetryRulesTypedDict": ".inputsplunksearch",
|
|
@@ -7105,6 +7464,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7105
7464
|
"InputSqsMetadatumTypedDict": ".inputsqs",
|
|
7106
7465
|
"InputSqsMode": ".inputsqs",
|
|
7107
7466
|
"InputSqsPq": ".inputsqs",
|
|
7467
|
+
"InputSqsPqControls": ".inputsqs",
|
|
7468
|
+
"InputSqsPqControlsTypedDict": ".inputsqs",
|
|
7108
7469
|
"InputSqsPqTypedDict": ".inputsqs",
|
|
7109
7470
|
"InputSqsQueueType": ".inputsqs",
|
|
7110
7471
|
"InputSqsSignatureVersion": ".inputsqs",
|
|
@@ -7131,6 +7492,10 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7131
7492
|
"InputSyslogPq1TypedDict": ".inputsyslog",
|
|
7132
7493
|
"InputSyslogPq2": ".inputsyslog",
|
|
7133
7494
|
"InputSyslogPq2TypedDict": ".inputsyslog",
|
|
7495
|
+
"InputSyslogPqControls1": ".inputsyslog",
|
|
7496
|
+
"InputSyslogPqControls1TypedDict": ".inputsyslog",
|
|
7497
|
+
"InputSyslogPqControls2": ".inputsyslog",
|
|
7498
|
+
"InputSyslogPqControls2TypedDict": ".inputsyslog",
|
|
7134
7499
|
"InputSyslogSyslog1": ".inputsyslog",
|
|
7135
7500
|
"InputSyslogSyslog1TypedDict": ".inputsyslog",
|
|
7136
7501
|
"InputSyslogSyslog2": ".inputsyslog",
|
|
@@ -7174,6 +7539,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7174
7539
|
"InputSystemMetricsPersistence": ".inputsystemmetrics",
|
|
7175
7540
|
"InputSystemMetricsPersistenceTypedDict": ".inputsystemmetrics",
|
|
7176
7541
|
"InputSystemMetricsPq": ".inputsystemmetrics",
|
|
7542
|
+
"InputSystemMetricsPqControls": ".inputsystemmetrics",
|
|
7543
|
+
"InputSystemMetricsPqControlsTypedDict": ".inputsystemmetrics",
|
|
7177
7544
|
"InputSystemMetricsPqMode": ".inputsystemmetrics",
|
|
7178
7545
|
"InputSystemMetricsPqTypedDict": ".inputsystemmetrics",
|
|
7179
7546
|
"InputSystemMetricsProcess": ".inputsystemmetrics",
|
|
@@ -7208,6 +7575,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7208
7575
|
"InputSystemStatePersistence": ".inputsystemstate",
|
|
7209
7576
|
"InputSystemStatePersistenceTypedDict": ".inputsystemstate",
|
|
7210
7577
|
"InputSystemStatePq": ".inputsystemstate",
|
|
7578
|
+
"InputSystemStatePqControls": ".inputsystemstate",
|
|
7579
|
+
"InputSystemStatePqControlsTypedDict": ".inputsystemstate",
|
|
7211
7580
|
"InputSystemStatePqTypedDict": ".inputsystemstate",
|
|
7212
7581
|
"InputSystemStateRoutes": ".inputsystemstate",
|
|
7213
7582
|
"InputSystemStateRoutesTypedDict": ".inputsystemstate",
|
|
@@ -7234,6 +7603,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7234
7603
|
"InputTCPMinimumTLSVersion": ".inputtcp",
|
|
7235
7604
|
"InputTCPMode": ".inputtcp",
|
|
7236
7605
|
"InputTCPPq": ".inputtcp",
|
|
7606
|
+
"InputTCPPqControls": ".inputtcp",
|
|
7607
|
+
"InputTCPPqControlsTypedDict": ".inputtcp",
|
|
7237
7608
|
"InputTCPPqTypedDict": ".inputtcp",
|
|
7238
7609
|
"InputTCPPreprocess": ".inputtcp",
|
|
7239
7610
|
"InputTCPPreprocessTypedDict": ".inputtcp",
|
|
@@ -7252,6 +7623,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7252
7623
|
"InputTcpjsonMinimumTLSVersion": ".inputtcpjson",
|
|
7253
7624
|
"InputTcpjsonMode": ".inputtcpjson",
|
|
7254
7625
|
"InputTcpjsonPq": ".inputtcpjson",
|
|
7626
|
+
"InputTcpjsonPqControls": ".inputtcpjson",
|
|
7627
|
+
"InputTcpjsonPqControlsTypedDict": ".inputtcpjson",
|
|
7255
7628
|
"InputTcpjsonPqTypedDict": ".inputtcpjson",
|
|
7256
7629
|
"InputTcpjsonTLSSettingsServerSide": ".inputtcpjson",
|
|
7257
7630
|
"InputTcpjsonTLSSettingsServerSideTypedDict": ".inputtcpjson",
|
|
@@ -7269,6 +7642,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7269
7642
|
"InputWefMinimumTLSVersion": ".inputwef",
|
|
7270
7643
|
"InputWefMode": ".inputwef",
|
|
7271
7644
|
"InputWefPq": ".inputwef",
|
|
7645
|
+
"InputWefPqControls": ".inputwef",
|
|
7646
|
+
"InputWefPqControlsTypedDict": ".inputwef",
|
|
7272
7647
|
"InputWefPqTypedDict": ".inputwef",
|
|
7273
7648
|
"InputWefType": ".inputwef",
|
|
7274
7649
|
"InputWefTypedDict": ".inputwef",
|
|
@@ -7306,6 +7681,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7306
7681
|
"InputWindowsMetricsPersistence": ".inputwindowsmetrics",
|
|
7307
7682
|
"InputWindowsMetricsPersistenceTypedDict": ".inputwindowsmetrics",
|
|
7308
7683
|
"InputWindowsMetricsPq": ".inputwindowsmetrics",
|
|
7684
|
+
"InputWindowsMetricsPqControls": ".inputwindowsmetrics",
|
|
7685
|
+
"InputWindowsMetricsPqControlsTypedDict": ".inputwindowsmetrics",
|
|
7309
7686
|
"InputWindowsMetricsPqMode": ".inputwindowsmetrics",
|
|
7310
7687
|
"InputWindowsMetricsPqTypedDict": ".inputwindowsmetrics",
|
|
7311
7688
|
"InputWindowsMetricsProcess": ".inputwindowsmetrics",
|
|
@@ -7326,6 +7703,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7326
7703
|
"InputWinEventLogsMetadatumTypedDict": ".inputwineventlogs",
|
|
7327
7704
|
"InputWinEventLogsMode": ".inputwineventlogs",
|
|
7328
7705
|
"InputWinEventLogsPq": ".inputwineventlogs",
|
|
7706
|
+
"InputWinEventLogsPqControls": ".inputwineventlogs",
|
|
7707
|
+
"InputWinEventLogsPqControlsTypedDict": ".inputwineventlogs",
|
|
7329
7708
|
"InputWinEventLogsPqTypedDict": ".inputwineventlogs",
|
|
7330
7709
|
"InputWinEventLogsType": ".inputwineventlogs",
|
|
7331
7710
|
"InputWinEventLogsTypedDict": ".inputwineventlogs",
|
|
@@ -7341,6 +7720,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7341
7720
|
"InputWizMetadatumTypedDict": ".inputwiz",
|
|
7342
7721
|
"InputWizMode": ".inputwiz",
|
|
7343
7722
|
"InputWizPq": ".inputwiz",
|
|
7723
|
+
"InputWizPqControls": ".inputwiz",
|
|
7724
|
+
"InputWizPqControlsTypedDict": ".inputwiz",
|
|
7344
7725
|
"InputWizPqTypedDict": ".inputwiz",
|
|
7345
7726
|
"InputWizRetryRules": ".inputwiz",
|
|
7346
7727
|
"InputWizRetryRulesTypedDict": ".inputwiz",
|
|
@@ -7361,6 +7742,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7361
7742
|
"InputWizWebhookMinimumTLSVersion": ".inputwizwebhook",
|
|
7362
7743
|
"InputWizWebhookMode": ".inputwizwebhook",
|
|
7363
7744
|
"InputWizWebhookPq": ".inputwizwebhook",
|
|
7745
|
+
"InputWizWebhookPqControls": ".inputwizwebhook",
|
|
7746
|
+
"InputWizWebhookPqControlsTypedDict": ".inputwizwebhook",
|
|
7364
7747
|
"InputWizWebhookPqTypedDict": ".inputwizwebhook",
|
|
7365
7748
|
"InputWizWebhookTLSSettingsServerSide": ".inputwizwebhook",
|
|
7366
7749
|
"InputWizWebhookTLSSettingsServerSideTypedDict": ".inputwizwebhook",
|
|
@@ -7381,6 +7764,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7381
7764
|
"InputZscalerHecMinimumTLSVersion": ".inputzscalerhec",
|
|
7382
7765
|
"InputZscalerHecMode": ".inputzscalerhec",
|
|
7383
7766
|
"InputZscalerHecPq": ".inputzscalerhec",
|
|
7767
|
+
"InputZscalerHecPqControls": ".inputzscalerhec",
|
|
7768
|
+
"InputZscalerHecPqControlsTypedDict": ".inputzscalerhec",
|
|
7384
7769
|
"InputZscalerHecPqTypedDict": ".inputzscalerhec",
|
|
7385
7770
|
"InputZscalerHecTLSSettingsServerSide": ".inputzscalerhec",
|
|
7386
7771
|
"InputZscalerHecTLSSettingsServerSideTypedDict": ".inputzscalerhec",
|
|
@@ -8477,6 +8862,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8477
8862
|
"OutputSyslog": ".outputsyslog",
|
|
8478
8863
|
"OutputSyslogBackpressureBehavior": ".outputsyslog",
|
|
8479
8864
|
"OutputSyslogCompression": ".outputsyslog",
|
|
8865
|
+
"OutputSyslogHost": ".outputsyslog",
|
|
8866
|
+
"OutputSyslogHostTypedDict": ".outputsyslog",
|
|
8480
8867
|
"OutputSyslogMaximumTLSVersion": ".outputsyslog",
|
|
8481
8868
|
"OutputSyslogMessageFormat": ".outputsyslog",
|
|
8482
8869
|
"OutputSyslogMinimumTLSVersion": ".outputsyslog",
|
|
@@ -8486,6 +8873,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8486
8873
|
"OutputSyslogProtocol": ".outputsyslog",
|
|
8487
8874
|
"OutputSyslogQueueFullBehavior": ".outputsyslog",
|
|
8488
8875
|
"OutputSyslogSeverity": ".outputsyslog",
|
|
8876
|
+
"OutputSyslogTLS": ".outputsyslog",
|
|
8489
8877
|
"OutputSyslogTLSSettingsClientSide": ".outputsyslog",
|
|
8490
8878
|
"OutputSyslogTLSSettingsClientSideTypedDict": ".outputsyslog",
|
|
8491
8879
|
"OutputSyslogType": ".outputsyslog",
|
|
@@ -8739,6 +9127,18 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8739
9127
|
}
|
|
8740
9128
|
|
|
8741
9129
|
|
|
9130
|
+
def dynamic_import(modname, retries=3):
|
|
9131
|
+
for attempt in range(retries):
|
|
9132
|
+
try:
|
|
9133
|
+
return import_module(modname, __package__)
|
|
9134
|
+
except KeyError:
|
|
9135
|
+
# Clear any half-initialized module and retry
|
|
9136
|
+
sys.modules.pop(modname, None)
|
|
9137
|
+
if attempt == retries - 1:
|
|
9138
|
+
break
|
|
9139
|
+
raise KeyError(f"Failed to import module '{modname}' after {retries} attempts")
|
|
9140
|
+
|
|
9141
|
+
|
|
8742
9142
|
def __getattr__(attr_name: str) -> object:
|
|
8743
9143
|
module_name = _dynamic_imports.get(attr_name)
|
|
8744
9144
|
if module_name is None:
|
|
@@ -8747,7 +9147,7 @@ def __getattr__(attr_name: str) -> object:
|
|
|
8747
9147
|
)
|
|
8748
9148
|
|
|
8749
9149
|
try:
|
|
8750
|
-
module =
|
|
9150
|
+
module = dynamic_import(module_name)
|
|
8751
9151
|
result = getattr(module, attr_name)
|
|
8752
9152
|
return result
|
|
8753
9153
|
except ImportError as e:
|