cribl-control-plane 0.0.42__py3-none-any.whl → 0.0.43__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/_version.py +3 -3
- cribl_control_plane/models/__init__.py +378 -0
- 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 +13 -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 +13 -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 +14 -14
- cribl_control_plane/models/outputgrafanacloud.py +0 -14
- cribl_control_plane/models/outputloki.py +0 -7
- {cribl_control_plane-0.0.42.dist-info → cribl_control_plane-0.0.43.dist-info}/METADATA +1 -1
- {cribl_control_plane-0.0.42.dist-info → cribl_control_plane-0.0.43.dist-info}/RECORD +68 -68
- {cribl_control_plane-0.0.42.dist-info → cribl_control_plane-0.0.43.dist-info}/WHEEL +0 -0
|
@@ -391,6 +391,8 @@ if TYPE_CHECKING:
|
|
|
391
391
|
InputAppscopePersistence,
|
|
392
392
|
InputAppscopePersistenceTypedDict,
|
|
393
393
|
InputAppscopePq,
|
|
394
|
+
InputAppscopePqControls,
|
|
395
|
+
InputAppscopePqControlsTypedDict,
|
|
394
396
|
InputAppscopePqTypedDict,
|
|
395
397
|
InputAppscopeTLSSettingsServerSide,
|
|
396
398
|
InputAppscopeTLSSettingsServerSideTypedDict,
|
|
@@ -409,6 +411,8 @@ if TYPE_CHECKING:
|
|
|
409
411
|
InputAzureBlobMetadatumTypedDict,
|
|
410
412
|
InputAzureBlobMode,
|
|
411
413
|
InputAzureBlobPq,
|
|
414
|
+
InputAzureBlobPqControls,
|
|
415
|
+
InputAzureBlobPqControlsTypedDict,
|
|
412
416
|
InputAzureBlobPqTypedDict,
|
|
413
417
|
InputAzureBlobType,
|
|
414
418
|
InputAzureBlobTypedDict,
|
|
@@ -422,6 +426,8 @@ if TYPE_CHECKING:
|
|
|
422
426
|
InputCollectionMetadatumTypedDict,
|
|
423
427
|
InputCollectionMode,
|
|
424
428
|
InputCollectionPq,
|
|
429
|
+
InputCollectionPqControls,
|
|
430
|
+
InputCollectionPqControlsTypedDict,
|
|
425
431
|
InputCollectionPqTypedDict,
|
|
426
432
|
InputCollectionPreprocess,
|
|
427
433
|
InputCollectionPreprocessTypedDict,
|
|
@@ -449,6 +455,8 @@ if TYPE_CHECKING:
|
|
|
449
455
|
InputConfluentCloudMinimumTLSVersion,
|
|
450
456
|
InputConfluentCloudMode,
|
|
451
457
|
InputConfluentCloudPq,
|
|
458
|
+
InputConfluentCloudPqControls,
|
|
459
|
+
InputConfluentCloudPqControlsTypedDict,
|
|
452
460
|
InputConfluentCloudPqTypedDict,
|
|
453
461
|
InputConfluentCloudSASLMechanism,
|
|
454
462
|
InputConfluentCloudSchemaType,
|
|
@@ -466,6 +474,8 @@ if TYPE_CHECKING:
|
|
|
466
474
|
InputCriblMetadatumTypedDict,
|
|
467
475
|
InputCriblMode,
|
|
468
476
|
InputCriblPq,
|
|
477
|
+
InputCriblPqControls,
|
|
478
|
+
InputCriblPqControlsTypedDict,
|
|
469
479
|
InputCriblPqTypedDict,
|
|
470
480
|
InputCriblType,
|
|
471
481
|
InputCriblTypedDict,
|
|
@@ -481,6 +491,8 @@ if TYPE_CHECKING:
|
|
|
481
491
|
InputCriblHTTPMinimumTLSVersion,
|
|
482
492
|
InputCriblHTTPMode,
|
|
483
493
|
InputCriblHTTPPq,
|
|
494
|
+
InputCriblHTTPPqControls,
|
|
495
|
+
InputCriblHTTPPqControlsTypedDict,
|
|
484
496
|
InputCriblHTTPPqTypedDict,
|
|
485
497
|
InputCriblHTTPTLSSettingsServerSide,
|
|
486
498
|
InputCriblHTTPTLSSettingsServerSideTypedDict,
|
|
@@ -488,6 +500,8 @@ if TYPE_CHECKING:
|
|
|
488
500
|
InputCriblHTTPTypedDict,
|
|
489
501
|
)
|
|
490
502
|
from .inputcribllakehttp import (
|
|
503
|
+
ElasticsearchMetadata,
|
|
504
|
+
ElasticsearchMetadataTypedDict,
|
|
491
505
|
InputCriblLakeHTTP,
|
|
492
506
|
InputCriblLakeHTTPAuthTokensExt,
|
|
493
507
|
InputCriblLakeHTTPAuthTokensExtMetadatum,
|
|
@@ -502,11 +516,15 @@ if TYPE_CHECKING:
|
|
|
502
516
|
InputCriblLakeHTTPMinimumTLSVersion,
|
|
503
517
|
InputCriblLakeHTTPMode,
|
|
504
518
|
InputCriblLakeHTTPPq,
|
|
519
|
+
InputCriblLakeHTTPPqControls,
|
|
520
|
+
InputCriblLakeHTTPPqControlsTypedDict,
|
|
505
521
|
InputCriblLakeHTTPPqTypedDict,
|
|
506
522
|
InputCriblLakeHTTPTLSSettingsServerSide,
|
|
507
523
|
InputCriblLakeHTTPTLSSettingsServerSideTypedDict,
|
|
508
524
|
InputCriblLakeHTTPType,
|
|
509
525
|
InputCriblLakeHTTPTypedDict,
|
|
526
|
+
SplunkHecMetadata,
|
|
527
|
+
SplunkHecMetadataTypedDict,
|
|
510
528
|
)
|
|
511
529
|
from .inputcriblmetrics import (
|
|
512
530
|
InputCriblmetrics,
|
|
@@ -517,6 +535,8 @@ if TYPE_CHECKING:
|
|
|
517
535
|
InputCriblmetricsMetadatumTypedDict,
|
|
518
536
|
InputCriblmetricsMode,
|
|
519
537
|
InputCriblmetricsPq,
|
|
538
|
+
InputCriblmetricsPqControls,
|
|
539
|
+
InputCriblmetricsPqControlsTypedDict,
|
|
520
540
|
InputCriblmetricsPqTypedDict,
|
|
521
541
|
InputCriblmetricsType,
|
|
522
542
|
InputCriblmetricsTypedDict,
|
|
@@ -532,6 +552,8 @@ if TYPE_CHECKING:
|
|
|
532
552
|
InputCriblTCPMinimumTLSVersion,
|
|
533
553
|
InputCriblTCPMode,
|
|
534
554
|
InputCriblTCPPq,
|
|
555
|
+
InputCriblTCPPqControls,
|
|
556
|
+
InputCriblTCPPqControlsTypedDict,
|
|
535
557
|
InputCriblTCPPqTypedDict,
|
|
536
558
|
InputCriblTCPTLSSettingsServerSide,
|
|
537
559
|
InputCriblTCPTLSSettingsServerSideTypedDict,
|
|
@@ -550,6 +572,8 @@ if TYPE_CHECKING:
|
|
|
550
572
|
InputCrowdstrikeMetadatumTypedDict,
|
|
551
573
|
InputCrowdstrikeMode,
|
|
552
574
|
InputCrowdstrikePq,
|
|
575
|
+
InputCrowdstrikePqControls,
|
|
576
|
+
InputCrowdstrikePqControlsTypedDict,
|
|
553
577
|
InputCrowdstrikePqTypedDict,
|
|
554
578
|
InputCrowdstrikePreprocess,
|
|
555
579
|
InputCrowdstrikePreprocessTypedDict,
|
|
@@ -569,6 +593,8 @@ if TYPE_CHECKING:
|
|
|
569
593
|
InputDatadogAgentMinimumTLSVersion,
|
|
570
594
|
InputDatadogAgentMode,
|
|
571
595
|
InputDatadogAgentPq,
|
|
596
|
+
InputDatadogAgentPqControls,
|
|
597
|
+
InputDatadogAgentPqControlsTypedDict,
|
|
572
598
|
InputDatadogAgentPqTypedDict,
|
|
573
599
|
InputDatadogAgentProxyMode,
|
|
574
600
|
InputDatadogAgentProxyModeTypedDict,
|
|
@@ -586,6 +612,8 @@ if TYPE_CHECKING:
|
|
|
586
612
|
InputDatagenMetadatumTypedDict,
|
|
587
613
|
InputDatagenMode,
|
|
588
614
|
InputDatagenPq,
|
|
615
|
+
InputDatagenPqControls,
|
|
616
|
+
InputDatagenPqControlsTypedDict,
|
|
589
617
|
InputDatagenPqTypedDict,
|
|
590
618
|
InputDatagenType,
|
|
591
619
|
InputDatagenTypedDict,
|
|
@@ -607,6 +635,8 @@ if TYPE_CHECKING:
|
|
|
607
635
|
InputEdgePrometheusPersistenceCompression,
|
|
608
636
|
InputEdgePrometheusPq,
|
|
609
637
|
InputEdgePrometheusPqCompression,
|
|
638
|
+
InputEdgePrometheusPqControls,
|
|
639
|
+
InputEdgePrometheusPqControlsTypedDict,
|
|
610
640
|
InputEdgePrometheusPqTypedDict,
|
|
611
641
|
InputEdgePrometheusRecordType,
|
|
612
642
|
InputEdgePrometheusSearchFilter,
|
|
@@ -637,6 +667,8 @@ if TYPE_CHECKING:
|
|
|
637
667
|
InputElasticMinimumTLSVersion,
|
|
638
668
|
InputElasticMode,
|
|
639
669
|
InputElasticPq,
|
|
670
|
+
InputElasticPqControls,
|
|
671
|
+
InputElasticPqControlsTypedDict,
|
|
640
672
|
InputElasticPqTypedDict,
|
|
641
673
|
InputElasticProxyMode,
|
|
642
674
|
InputElasticProxyModeTypedDict,
|
|
@@ -656,6 +688,8 @@ if TYPE_CHECKING:
|
|
|
656
688
|
InputEventhubMetadatumTypedDict,
|
|
657
689
|
InputEventhubMode,
|
|
658
690
|
InputEventhubPq,
|
|
691
|
+
InputEventhubPqControls,
|
|
692
|
+
InputEventhubPqControlsTypedDict,
|
|
659
693
|
InputEventhubPqTypedDict,
|
|
660
694
|
InputEventhubSASLMechanism,
|
|
661
695
|
InputEventhubTLSSettingsClientSide,
|
|
@@ -672,6 +706,8 @@ if TYPE_CHECKING:
|
|
|
672
706
|
InputExecMetadatumTypedDict,
|
|
673
707
|
InputExecMode,
|
|
674
708
|
InputExecPq,
|
|
709
|
+
InputExecPqControls,
|
|
710
|
+
InputExecPqControlsTypedDict,
|
|
675
711
|
InputExecPqTypedDict,
|
|
676
712
|
InputExecType,
|
|
677
713
|
InputExecTypedDict,
|
|
@@ -686,6 +722,8 @@ if TYPE_CHECKING:
|
|
|
686
722
|
InputFileMetadatumTypedDict,
|
|
687
723
|
InputFileMode,
|
|
688
724
|
InputFilePq,
|
|
725
|
+
InputFilePqControls,
|
|
726
|
+
InputFilePqControlsTypedDict,
|
|
689
727
|
InputFilePqMode,
|
|
690
728
|
InputFilePqTypedDict,
|
|
691
729
|
InputFileType,
|
|
@@ -702,6 +740,8 @@ if TYPE_CHECKING:
|
|
|
702
740
|
InputFirehoseMinimumTLSVersion,
|
|
703
741
|
InputFirehoseMode,
|
|
704
742
|
InputFirehosePq,
|
|
743
|
+
InputFirehosePqControls,
|
|
744
|
+
InputFirehosePqControlsTypedDict,
|
|
705
745
|
InputFirehosePqTypedDict,
|
|
706
746
|
InputFirehoseTLSSettingsServerSide,
|
|
707
747
|
InputFirehoseTLSSettingsServerSideTypedDict,
|
|
@@ -718,6 +758,8 @@ if TYPE_CHECKING:
|
|
|
718
758
|
InputGooglePubsubMetadatumTypedDict,
|
|
719
759
|
InputGooglePubsubMode,
|
|
720
760
|
InputGooglePubsubPq,
|
|
761
|
+
InputGooglePubsubPqControls,
|
|
762
|
+
InputGooglePubsubPqControlsTypedDict,
|
|
721
763
|
InputGooglePubsubPqTypedDict,
|
|
722
764
|
InputGooglePubsubType,
|
|
723
765
|
InputGooglePubsubTypedDict,
|
|
@@ -754,6 +796,10 @@ if TYPE_CHECKING:
|
|
|
754
796
|
InputGrafanaPq1TypedDict,
|
|
755
797
|
InputGrafanaPq2,
|
|
756
798
|
InputGrafanaPq2TypedDict,
|
|
799
|
+
InputGrafanaPqControls1,
|
|
800
|
+
InputGrafanaPqControls1TypedDict,
|
|
801
|
+
InputGrafanaPqControls2,
|
|
802
|
+
InputGrafanaPqControls2TypedDict,
|
|
757
803
|
InputGrafanaPrometheusAuth1,
|
|
758
804
|
InputGrafanaPrometheusAuth1TypedDict,
|
|
759
805
|
InputGrafanaPrometheusAuth2,
|
|
@@ -799,6 +845,8 @@ if TYPE_CHECKING:
|
|
|
799
845
|
InputHTTPMinimumTLSVersion,
|
|
800
846
|
InputHTTPMode,
|
|
801
847
|
InputHTTPPq,
|
|
848
|
+
InputHTTPPqControls,
|
|
849
|
+
InputHTTPPqControlsTypedDict,
|
|
802
850
|
InputHTTPPqTypedDict,
|
|
803
851
|
InputHTTPTLSSettingsServerSide,
|
|
804
852
|
InputHTTPTLSSettingsServerSideTypedDict,
|
|
@@ -820,6 +868,8 @@ if TYPE_CHECKING:
|
|
|
820
868
|
InputHTTPRawMinimumTLSVersion,
|
|
821
869
|
InputHTTPRawMode,
|
|
822
870
|
InputHTTPRawPq,
|
|
871
|
+
InputHTTPRawPqControls,
|
|
872
|
+
InputHTTPRawPqControlsTypedDict,
|
|
823
873
|
InputHTTPRawPqTypedDict,
|
|
824
874
|
InputHTTPRawTLSSettingsServerSide,
|
|
825
875
|
InputHTTPRawTLSSettingsServerSideTypedDict,
|
|
@@ -835,6 +885,8 @@ if TYPE_CHECKING:
|
|
|
835
885
|
InputJournalFilesMetadatumTypedDict,
|
|
836
886
|
InputJournalFilesMode,
|
|
837
887
|
InputJournalFilesPq,
|
|
888
|
+
InputJournalFilesPqControls,
|
|
889
|
+
InputJournalFilesPqControlsTypedDict,
|
|
838
890
|
InputJournalFilesPqTypedDict,
|
|
839
891
|
InputJournalFilesRule,
|
|
840
892
|
InputJournalFilesRuleTypedDict,
|
|
@@ -862,6 +914,8 @@ if TYPE_CHECKING:
|
|
|
862
914
|
InputKafkaMinimumTLSVersion,
|
|
863
915
|
InputKafkaMode,
|
|
864
916
|
InputKafkaPq,
|
|
917
|
+
InputKafkaPqControls,
|
|
918
|
+
InputKafkaPqControlsTypedDict,
|
|
865
919
|
InputKafkaPqTypedDict,
|
|
866
920
|
InputKafkaSASLMechanism,
|
|
867
921
|
InputKafkaSchemaType,
|
|
@@ -880,6 +934,8 @@ if TYPE_CHECKING:
|
|
|
880
934
|
InputKinesisMetadatumTypedDict,
|
|
881
935
|
InputKinesisMode,
|
|
882
936
|
InputKinesisPq,
|
|
937
|
+
InputKinesisPqControls,
|
|
938
|
+
InputKinesisPqControlsTypedDict,
|
|
883
939
|
InputKinesisPqTypedDict,
|
|
884
940
|
InputKinesisRecordDataFormat,
|
|
885
941
|
InputKinesisSignatureVersion,
|
|
@@ -897,6 +953,8 @@ if TYPE_CHECKING:
|
|
|
897
953
|
InputKubeEventsMetadatumTypedDict,
|
|
898
954
|
InputKubeEventsMode,
|
|
899
955
|
InputKubeEventsPq,
|
|
956
|
+
InputKubeEventsPqControls,
|
|
957
|
+
InputKubeEventsPqControlsTypedDict,
|
|
900
958
|
InputKubeEventsPqTypedDict,
|
|
901
959
|
InputKubeEventsRule,
|
|
902
960
|
InputKubeEventsRuleTypedDict,
|
|
@@ -915,6 +973,8 @@ if TYPE_CHECKING:
|
|
|
915
973
|
InputKubeLogsPersistenceCompression,
|
|
916
974
|
InputKubeLogsPq,
|
|
917
975
|
InputKubeLogsPqCompression,
|
|
976
|
+
InputKubeLogsPqControls,
|
|
977
|
+
InputKubeLogsPqControlsTypedDict,
|
|
918
978
|
InputKubeLogsPqTypedDict,
|
|
919
979
|
InputKubeLogsRule,
|
|
920
980
|
InputKubeLogsRuleTypedDict,
|
|
@@ -933,6 +993,8 @@ if TYPE_CHECKING:
|
|
|
933
993
|
InputKubeMetricsPersistence,
|
|
934
994
|
InputKubeMetricsPersistenceTypedDict,
|
|
935
995
|
InputKubeMetricsPq,
|
|
996
|
+
InputKubeMetricsPqControls,
|
|
997
|
+
InputKubeMetricsPqControlsTypedDict,
|
|
936
998
|
InputKubeMetricsPqTypedDict,
|
|
937
999
|
InputKubeMetricsRule,
|
|
938
1000
|
InputKubeMetricsRuleTypedDict,
|
|
@@ -955,6 +1017,8 @@ if TYPE_CHECKING:
|
|
|
955
1017
|
InputLokiOauthParam,
|
|
956
1018
|
InputLokiOauthParamTypedDict,
|
|
957
1019
|
InputLokiPq,
|
|
1020
|
+
InputLokiPqControls,
|
|
1021
|
+
InputLokiPqControlsTypedDict,
|
|
958
1022
|
InputLokiPqTypedDict,
|
|
959
1023
|
InputLokiTLSSettingsServerSide,
|
|
960
1024
|
InputLokiTLSSettingsServerSideTypedDict,
|
|
@@ -972,6 +1036,8 @@ if TYPE_CHECKING:
|
|
|
972
1036
|
InputMetricsMinimumTLSVersion,
|
|
973
1037
|
InputMetricsMode,
|
|
974
1038
|
InputMetricsPq,
|
|
1039
|
+
InputMetricsPqControls,
|
|
1040
|
+
InputMetricsPqControlsTypedDict,
|
|
975
1041
|
InputMetricsPqTypedDict,
|
|
976
1042
|
InputMetricsTLSSettingsServerSide,
|
|
977
1043
|
InputMetricsTLSSettingsServerSideTypedDict,
|
|
@@ -989,6 +1055,8 @@ if TYPE_CHECKING:
|
|
|
989
1055
|
InputModelDrivenTelemetryMinimumTLSVersion,
|
|
990
1056
|
InputModelDrivenTelemetryMode,
|
|
991
1057
|
InputModelDrivenTelemetryPq,
|
|
1058
|
+
InputModelDrivenTelemetryPqControls,
|
|
1059
|
+
InputModelDrivenTelemetryPqControlsTypedDict,
|
|
992
1060
|
InputModelDrivenTelemetryPqTypedDict,
|
|
993
1061
|
InputModelDrivenTelemetryTLSSettingsServerSide,
|
|
994
1062
|
InputModelDrivenTelemetryTLSSettingsServerSideTypedDict,
|
|
@@ -1015,6 +1083,8 @@ if TYPE_CHECKING:
|
|
|
1015
1083
|
InputMskMinimumTLSVersion,
|
|
1016
1084
|
InputMskMode,
|
|
1017
1085
|
InputMskPq,
|
|
1086
|
+
InputMskPqControls,
|
|
1087
|
+
InputMskPqControlsTypedDict,
|
|
1018
1088
|
InputMskPqTypedDict,
|
|
1019
1089
|
InputMskSchemaType,
|
|
1020
1090
|
InputMskSignatureVersion,
|
|
@@ -1032,6 +1102,8 @@ if TYPE_CHECKING:
|
|
|
1032
1102
|
InputNetflowMetadatumTypedDict,
|
|
1033
1103
|
InputNetflowMode,
|
|
1034
1104
|
InputNetflowPq,
|
|
1105
|
+
InputNetflowPqControls,
|
|
1106
|
+
InputNetflowPqControlsTypedDict,
|
|
1035
1107
|
InputNetflowPqTypedDict,
|
|
1036
1108
|
InputNetflowType,
|
|
1037
1109
|
InputNetflowTypedDict,
|
|
@@ -1049,6 +1121,8 @@ if TYPE_CHECKING:
|
|
|
1049
1121
|
InputOffice365MgmtMetadatumTypedDict,
|
|
1050
1122
|
InputOffice365MgmtMode,
|
|
1051
1123
|
InputOffice365MgmtPq,
|
|
1124
|
+
InputOffice365MgmtPqControls,
|
|
1125
|
+
InputOffice365MgmtPqControlsTypedDict,
|
|
1052
1126
|
InputOffice365MgmtPqTypedDict,
|
|
1053
1127
|
InputOffice365MgmtRetryRules,
|
|
1054
1128
|
InputOffice365MgmtRetryRulesTypedDict,
|
|
@@ -1070,6 +1144,8 @@ if TYPE_CHECKING:
|
|
|
1070
1144
|
InputOffice365MsgTraceMetadatumTypedDict,
|
|
1071
1145
|
InputOffice365MsgTraceMode,
|
|
1072
1146
|
InputOffice365MsgTracePq,
|
|
1147
|
+
InputOffice365MsgTracePqControls,
|
|
1148
|
+
InputOffice365MsgTracePqControlsTypedDict,
|
|
1073
1149
|
InputOffice365MsgTracePqTypedDict,
|
|
1074
1150
|
InputOffice365MsgTraceRetryRules,
|
|
1075
1151
|
InputOffice365MsgTraceRetryRulesTypedDict,
|
|
@@ -1091,6 +1167,8 @@ if TYPE_CHECKING:
|
|
|
1091
1167
|
InputOffice365ServiceMetadatumTypedDict,
|
|
1092
1168
|
InputOffice365ServiceMode,
|
|
1093
1169
|
InputOffice365ServicePq,
|
|
1170
|
+
InputOffice365ServicePqControls,
|
|
1171
|
+
InputOffice365ServicePqControlsTypedDict,
|
|
1094
1172
|
InputOffice365ServicePqTypedDict,
|
|
1095
1173
|
InputOffice365ServiceRetryRules,
|
|
1096
1174
|
InputOffice365ServiceRetryRulesTypedDict,
|
|
@@ -1116,6 +1194,8 @@ if TYPE_CHECKING:
|
|
|
1116
1194
|
InputOpenTelemetryOauthParam,
|
|
1117
1195
|
InputOpenTelemetryOauthParamTypedDict,
|
|
1118
1196
|
InputOpenTelemetryPq,
|
|
1197
|
+
InputOpenTelemetryPqControls,
|
|
1198
|
+
InputOpenTelemetryPqControlsTypedDict,
|
|
1119
1199
|
InputOpenTelemetryPqTypedDict,
|
|
1120
1200
|
InputOpenTelemetryProtocol,
|
|
1121
1201
|
InputOpenTelemetryTLSSettingsServerSide,
|
|
@@ -1136,6 +1216,8 @@ if TYPE_CHECKING:
|
|
|
1136
1216
|
InputPrometheusMetadatumTypedDict,
|
|
1137
1217
|
InputPrometheusMode,
|
|
1138
1218
|
InputPrometheusPq,
|
|
1219
|
+
InputPrometheusPqControls,
|
|
1220
|
+
InputPrometheusPqControlsTypedDict,
|
|
1139
1221
|
InputPrometheusPqTypedDict,
|
|
1140
1222
|
InputPrometheusRecordType,
|
|
1141
1223
|
InputPrometheusSearchFilter,
|
|
@@ -1161,6 +1243,8 @@ if TYPE_CHECKING:
|
|
|
1161
1243
|
InputPrometheusRwOauthParam,
|
|
1162
1244
|
InputPrometheusRwOauthParamTypedDict,
|
|
1163
1245
|
InputPrometheusRwPq,
|
|
1246
|
+
InputPrometheusRwPqControls,
|
|
1247
|
+
InputPrometheusRwPqControlsTypedDict,
|
|
1164
1248
|
InputPrometheusRwPqTypedDict,
|
|
1165
1249
|
InputPrometheusRwTLSSettingsServerSide,
|
|
1166
1250
|
InputPrometheusRwTLSSettingsServerSideTypedDict,
|
|
@@ -1176,6 +1260,8 @@ if TYPE_CHECKING:
|
|
|
1176
1260
|
InputRawUDPMetadatumTypedDict,
|
|
1177
1261
|
InputRawUDPMode,
|
|
1178
1262
|
InputRawUDPPq,
|
|
1263
|
+
InputRawUDPPqControls,
|
|
1264
|
+
InputRawUDPPqControlsTypedDict,
|
|
1179
1265
|
InputRawUDPPqTypedDict,
|
|
1180
1266
|
InputRawUDPType,
|
|
1181
1267
|
InputRawUDPTypedDict,
|
|
@@ -1192,6 +1278,8 @@ if TYPE_CHECKING:
|
|
|
1192
1278
|
InputS3MetadatumTypedDict,
|
|
1193
1279
|
InputS3Mode,
|
|
1194
1280
|
InputS3Pq,
|
|
1281
|
+
InputS3PqControls,
|
|
1282
|
+
InputS3PqControlsTypedDict,
|
|
1195
1283
|
InputS3PqTypedDict,
|
|
1196
1284
|
InputS3Preprocess,
|
|
1197
1285
|
InputS3PreprocessTypedDict,
|
|
@@ -1211,6 +1299,8 @@ if TYPE_CHECKING:
|
|
|
1211
1299
|
InputS3InventoryMetadatumTypedDict,
|
|
1212
1300
|
InputS3InventoryMode,
|
|
1213
1301
|
InputS3InventoryPq,
|
|
1302
|
+
InputS3InventoryPqControls,
|
|
1303
|
+
InputS3InventoryPqControlsTypedDict,
|
|
1214
1304
|
InputS3InventoryPqTypedDict,
|
|
1215
1305
|
InputS3InventoryPreprocess,
|
|
1216
1306
|
InputS3InventoryPreprocessTypedDict,
|
|
@@ -1231,6 +1321,8 @@ if TYPE_CHECKING:
|
|
|
1231
1321
|
InputSecurityLakeMetadatumTypedDict,
|
|
1232
1322
|
InputSecurityLakeMode,
|
|
1233
1323
|
InputSecurityLakePq,
|
|
1324
|
+
InputSecurityLakePqControls,
|
|
1325
|
+
InputSecurityLakePqControlsTypedDict,
|
|
1234
1326
|
InputSecurityLakePqTypedDict,
|
|
1235
1327
|
InputSecurityLakePreprocess,
|
|
1236
1328
|
InputSecurityLakePreprocessTypedDict,
|
|
@@ -1249,6 +1341,8 @@ if TYPE_CHECKING:
|
|
|
1249
1341
|
InputSnmpMetadatumTypedDict,
|
|
1250
1342
|
InputSnmpMode,
|
|
1251
1343
|
InputSnmpPq,
|
|
1344
|
+
InputSnmpPqControls,
|
|
1345
|
+
InputSnmpPqControlsTypedDict,
|
|
1252
1346
|
InputSnmpPqTypedDict,
|
|
1253
1347
|
InputSnmpType,
|
|
1254
1348
|
InputSnmpTypedDict,
|
|
@@ -1272,6 +1366,8 @@ if TYPE_CHECKING:
|
|
|
1272
1366
|
InputSplunkMode,
|
|
1273
1367
|
InputSplunkPq,
|
|
1274
1368
|
InputSplunkPqCompression,
|
|
1369
|
+
InputSplunkPqControls,
|
|
1370
|
+
InputSplunkPqControlsTypedDict,
|
|
1275
1371
|
InputSplunkPqTypedDict,
|
|
1276
1372
|
InputSplunkTLSSettingsServerSide,
|
|
1277
1373
|
InputSplunkTLSSettingsServerSideTypedDict,
|
|
@@ -1294,6 +1390,8 @@ if TYPE_CHECKING:
|
|
|
1294
1390
|
InputSplunkHecMinimumTLSVersion,
|
|
1295
1391
|
InputSplunkHecMode,
|
|
1296
1392
|
InputSplunkHecPq,
|
|
1393
|
+
InputSplunkHecPqControls,
|
|
1394
|
+
InputSplunkHecPqControlsTypedDict,
|
|
1297
1395
|
InputSplunkHecPqTypedDict,
|
|
1298
1396
|
InputSplunkHecTLSSettingsServerSide,
|
|
1299
1397
|
InputSplunkHecTLSSettingsServerSideTypedDict,
|
|
@@ -1319,6 +1417,8 @@ if TYPE_CHECKING:
|
|
|
1319
1417
|
InputSplunkSearchOauthParam,
|
|
1320
1418
|
InputSplunkSearchOauthParamTypedDict,
|
|
1321
1419
|
InputSplunkSearchPq,
|
|
1420
|
+
InputSplunkSearchPqControls,
|
|
1421
|
+
InputSplunkSearchPqControlsTypedDict,
|
|
1322
1422
|
InputSplunkSearchPqTypedDict,
|
|
1323
1423
|
InputSplunkSearchRetryRules,
|
|
1324
1424
|
InputSplunkSearchRetryRulesTypedDict,
|
|
@@ -1337,6 +1437,8 @@ if TYPE_CHECKING:
|
|
|
1337
1437
|
InputSqsMetadatumTypedDict,
|
|
1338
1438
|
InputSqsMode,
|
|
1339
1439
|
InputSqsPq,
|
|
1440
|
+
InputSqsPqControls,
|
|
1441
|
+
InputSqsPqControlsTypedDict,
|
|
1340
1442
|
InputSqsPqTypedDict,
|
|
1341
1443
|
InputSqsQueueType,
|
|
1342
1444
|
InputSqsSignatureVersion,
|
|
@@ -1365,6 +1467,10 @@ if TYPE_CHECKING:
|
|
|
1365
1467
|
InputSyslogPq1TypedDict,
|
|
1366
1468
|
InputSyslogPq2,
|
|
1367
1469
|
InputSyslogPq2TypedDict,
|
|
1470
|
+
InputSyslogPqControls1,
|
|
1471
|
+
InputSyslogPqControls1TypedDict,
|
|
1472
|
+
InputSyslogPqControls2,
|
|
1473
|
+
InputSyslogPqControls2TypedDict,
|
|
1368
1474
|
InputSyslogSyslog1,
|
|
1369
1475
|
InputSyslogSyslog1TypedDict,
|
|
1370
1476
|
InputSyslogSyslog2,
|
|
@@ -1410,6 +1516,8 @@ if TYPE_CHECKING:
|
|
|
1410
1516
|
InputSystemMetricsPersistence,
|
|
1411
1517
|
InputSystemMetricsPersistenceTypedDict,
|
|
1412
1518
|
InputSystemMetricsPq,
|
|
1519
|
+
InputSystemMetricsPqControls,
|
|
1520
|
+
InputSystemMetricsPqControlsTypedDict,
|
|
1413
1521
|
InputSystemMetricsPqMode,
|
|
1414
1522
|
InputSystemMetricsPqTypedDict,
|
|
1415
1523
|
InputSystemMetricsProcess,
|
|
@@ -1446,6 +1554,8 @@ if TYPE_CHECKING:
|
|
|
1446
1554
|
InputSystemStatePersistence,
|
|
1447
1555
|
InputSystemStatePersistenceTypedDict,
|
|
1448
1556
|
InputSystemStatePq,
|
|
1557
|
+
InputSystemStatePqControls,
|
|
1558
|
+
InputSystemStatePqControlsTypedDict,
|
|
1449
1559
|
InputSystemStatePqTypedDict,
|
|
1450
1560
|
InputSystemStateRoutes,
|
|
1451
1561
|
InputSystemStateRoutesTypedDict,
|
|
@@ -1474,6 +1584,8 @@ if TYPE_CHECKING:
|
|
|
1474
1584
|
InputTCPMinimumTLSVersion,
|
|
1475
1585
|
InputTCPMode,
|
|
1476
1586
|
InputTCPPq,
|
|
1587
|
+
InputTCPPqControls,
|
|
1588
|
+
InputTCPPqControlsTypedDict,
|
|
1477
1589
|
InputTCPPqTypedDict,
|
|
1478
1590
|
InputTCPPreprocess,
|
|
1479
1591
|
InputTCPPreprocessTypedDict,
|
|
@@ -1494,6 +1606,8 @@ if TYPE_CHECKING:
|
|
|
1494
1606
|
InputTcpjsonMinimumTLSVersion,
|
|
1495
1607
|
InputTcpjsonMode,
|
|
1496
1608
|
InputTcpjsonPq,
|
|
1609
|
+
InputTcpjsonPqControls,
|
|
1610
|
+
InputTcpjsonPqControlsTypedDict,
|
|
1497
1611
|
InputTcpjsonPqTypedDict,
|
|
1498
1612
|
InputTcpjsonTLSSettingsServerSide,
|
|
1499
1613
|
InputTcpjsonTLSSettingsServerSideTypedDict,
|
|
@@ -1513,6 +1627,8 @@ if TYPE_CHECKING:
|
|
|
1513
1627
|
InputWefMinimumTLSVersion,
|
|
1514
1628
|
InputWefMode,
|
|
1515
1629
|
InputWefPq,
|
|
1630
|
+
InputWefPqControls,
|
|
1631
|
+
InputWefPqControlsTypedDict,
|
|
1516
1632
|
InputWefPqTypedDict,
|
|
1517
1633
|
InputWefType,
|
|
1518
1634
|
InputWefTypedDict,
|
|
@@ -1552,6 +1668,8 @@ if TYPE_CHECKING:
|
|
|
1552
1668
|
InputWindowsMetricsPersistence,
|
|
1553
1669
|
InputWindowsMetricsPersistenceTypedDict,
|
|
1554
1670
|
InputWindowsMetricsPq,
|
|
1671
|
+
InputWindowsMetricsPqControls,
|
|
1672
|
+
InputWindowsMetricsPqControlsTypedDict,
|
|
1555
1673
|
InputWindowsMetricsPqMode,
|
|
1556
1674
|
InputWindowsMetricsPqTypedDict,
|
|
1557
1675
|
InputWindowsMetricsProcess,
|
|
@@ -1574,6 +1692,8 @@ if TYPE_CHECKING:
|
|
|
1574
1692
|
InputWinEventLogsMetadatumTypedDict,
|
|
1575
1693
|
InputWinEventLogsMode,
|
|
1576
1694
|
InputWinEventLogsPq,
|
|
1695
|
+
InputWinEventLogsPqControls,
|
|
1696
|
+
InputWinEventLogsPqControlsTypedDict,
|
|
1577
1697
|
InputWinEventLogsPqTypedDict,
|
|
1578
1698
|
InputWinEventLogsType,
|
|
1579
1699
|
InputWinEventLogsTypedDict,
|
|
@@ -1591,6 +1711,8 @@ if TYPE_CHECKING:
|
|
|
1591
1711
|
InputWizMetadatumTypedDict,
|
|
1592
1712
|
InputWizMode,
|
|
1593
1713
|
InputWizPq,
|
|
1714
|
+
InputWizPqControls,
|
|
1715
|
+
InputWizPqControlsTypedDict,
|
|
1594
1716
|
InputWizPqTypedDict,
|
|
1595
1717
|
InputWizRetryRules,
|
|
1596
1718
|
InputWizRetryRulesTypedDict,
|
|
@@ -1613,6 +1735,8 @@ if TYPE_CHECKING:
|
|
|
1613
1735
|
InputWizWebhookMinimumTLSVersion,
|
|
1614
1736
|
InputWizWebhookMode,
|
|
1615
1737
|
InputWizWebhookPq,
|
|
1738
|
+
InputWizWebhookPqControls,
|
|
1739
|
+
InputWizWebhookPqControlsTypedDict,
|
|
1616
1740
|
InputWizWebhookPqTypedDict,
|
|
1617
1741
|
InputWizWebhookTLSSettingsServerSide,
|
|
1618
1742
|
InputWizWebhookTLSSettingsServerSideTypedDict,
|
|
@@ -1635,6 +1759,8 @@ if TYPE_CHECKING:
|
|
|
1635
1759
|
InputZscalerHecMinimumTLSVersion,
|
|
1636
1760
|
InputZscalerHecMode,
|
|
1637
1761
|
InputZscalerHecPq,
|
|
1762
|
+
InputZscalerHecPqControls,
|
|
1763
|
+
InputZscalerHecPqControlsTypedDict,
|
|
1638
1764
|
InputZscalerHecPqTypedDict,
|
|
1639
1765
|
InputZscalerHecTLSSettingsServerSide,
|
|
1640
1766
|
InputZscalerHecTLSSettingsServerSideTypedDict,
|
|
@@ -3313,6 +3439,8 @@ __all__ = [
|
|
|
3313
3439
|
"DistributedSummaryWorkers",
|
|
3314
3440
|
"DistributedSummaryWorkersTypedDict",
|
|
3315
3441
|
"ElasticVersion",
|
|
3442
|
+
"ElasticsearchMetadata",
|
|
3443
|
+
"ElasticsearchMetadataTypedDict",
|
|
3316
3444
|
"Endpoint",
|
|
3317
3445
|
"EndpointConfiguration",
|
|
3318
3446
|
"EndpointHeader",
|
|
@@ -3505,6 +3633,8 @@ __all__ = [
|
|
|
3505
3633
|
"InputAppscopePersistence",
|
|
3506
3634
|
"InputAppscopePersistenceTypedDict",
|
|
3507
3635
|
"InputAppscopePq",
|
|
3636
|
+
"InputAppscopePqControls",
|
|
3637
|
+
"InputAppscopePqControlsTypedDict",
|
|
3508
3638
|
"InputAppscopePqTypedDict",
|
|
3509
3639
|
"InputAppscopeTLSSettingsServerSide",
|
|
3510
3640
|
"InputAppscopeTLSSettingsServerSideTypedDict",
|
|
@@ -3521,6 +3651,8 @@ __all__ = [
|
|
|
3521
3651
|
"InputAzureBlobMetadatumTypedDict",
|
|
3522
3652
|
"InputAzureBlobMode",
|
|
3523
3653
|
"InputAzureBlobPq",
|
|
3654
|
+
"InputAzureBlobPqControls",
|
|
3655
|
+
"InputAzureBlobPqControlsTypedDict",
|
|
3524
3656
|
"InputAzureBlobPqTypedDict",
|
|
3525
3657
|
"InputAzureBlobType",
|
|
3526
3658
|
"InputAzureBlobTypedDict",
|
|
@@ -3532,6 +3664,8 @@ __all__ = [
|
|
|
3532
3664
|
"InputCollectionMetadatumTypedDict",
|
|
3533
3665
|
"InputCollectionMode",
|
|
3534
3666
|
"InputCollectionPq",
|
|
3667
|
+
"InputCollectionPqControls",
|
|
3668
|
+
"InputCollectionPqControlsTypedDict",
|
|
3535
3669
|
"InputCollectionPqTypedDict",
|
|
3536
3670
|
"InputCollectionPreprocess",
|
|
3537
3671
|
"InputCollectionPreprocessTypedDict",
|
|
@@ -3557,6 +3691,8 @@ __all__ = [
|
|
|
3557
3691
|
"InputConfluentCloudMinimumTLSVersion",
|
|
3558
3692
|
"InputConfluentCloudMode",
|
|
3559
3693
|
"InputConfluentCloudPq",
|
|
3694
|
+
"InputConfluentCloudPqControls",
|
|
3695
|
+
"InputConfluentCloudPqControlsTypedDict",
|
|
3560
3696
|
"InputConfluentCloudPqTypedDict",
|
|
3561
3697
|
"InputConfluentCloudSASLMechanism",
|
|
3562
3698
|
"InputConfluentCloudSchemaType",
|
|
@@ -3578,6 +3714,8 @@ __all__ = [
|
|
|
3578
3714
|
"InputCriblHTTPMinimumTLSVersion",
|
|
3579
3715
|
"InputCriblHTTPMode",
|
|
3580
3716
|
"InputCriblHTTPPq",
|
|
3717
|
+
"InputCriblHTTPPqControls",
|
|
3718
|
+
"InputCriblHTTPPqControlsTypedDict",
|
|
3581
3719
|
"InputCriblHTTPPqTypedDict",
|
|
3582
3720
|
"InputCriblHTTPTLSSettingsServerSide",
|
|
3583
3721
|
"InputCriblHTTPTLSSettingsServerSideTypedDict",
|
|
@@ -3597,6 +3735,8 @@ __all__ = [
|
|
|
3597
3735
|
"InputCriblLakeHTTPMinimumTLSVersion",
|
|
3598
3736
|
"InputCriblLakeHTTPMode",
|
|
3599
3737
|
"InputCriblLakeHTTPPq",
|
|
3738
|
+
"InputCriblLakeHTTPPqControls",
|
|
3739
|
+
"InputCriblLakeHTTPPqControlsTypedDict",
|
|
3600
3740
|
"InputCriblLakeHTTPPqTypedDict",
|
|
3601
3741
|
"InputCriblLakeHTTPTLSSettingsServerSide",
|
|
3602
3742
|
"InputCriblLakeHTTPTLSSettingsServerSideTypedDict",
|
|
@@ -3606,6 +3746,8 @@ __all__ = [
|
|
|
3606
3746
|
"InputCriblMetadatumTypedDict",
|
|
3607
3747
|
"InputCriblMode",
|
|
3608
3748
|
"InputCriblPq",
|
|
3749
|
+
"InputCriblPqControls",
|
|
3750
|
+
"InputCriblPqControlsTypedDict",
|
|
3609
3751
|
"InputCriblPqTypedDict",
|
|
3610
3752
|
"InputCriblTCP",
|
|
3611
3753
|
"InputCriblTCPCompression",
|
|
@@ -3617,6 +3759,8 @@ __all__ = [
|
|
|
3617
3759
|
"InputCriblTCPMinimumTLSVersion",
|
|
3618
3760
|
"InputCriblTCPMode",
|
|
3619
3761
|
"InputCriblTCPPq",
|
|
3762
|
+
"InputCriblTCPPqControls",
|
|
3763
|
+
"InputCriblTCPPqControlsTypedDict",
|
|
3620
3764
|
"InputCriblTCPPqTypedDict",
|
|
3621
3765
|
"InputCriblTCPTLSSettingsServerSide",
|
|
3622
3766
|
"InputCriblTCPTLSSettingsServerSideTypedDict",
|
|
@@ -3632,6 +3776,8 @@ __all__ = [
|
|
|
3632
3776
|
"InputCriblmetricsMetadatumTypedDict",
|
|
3633
3777
|
"InputCriblmetricsMode",
|
|
3634
3778
|
"InputCriblmetricsPq",
|
|
3779
|
+
"InputCriblmetricsPqControls",
|
|
3780
|
+
"InputCriblmetricsPqControlsTypedDict",
|
|
3635
3781
|
"InputCriblmetricsPqTypedDict",
|
|
3636
3782
|
"InputCriblmetricsType",
|
|
3637
3783
|
"InputCriblmetricsTypedDict",
|
|
@@ -3646,6 +3792,8 @@ __all__ = [
|
|
|
3646
3792
|
"InputCrowdstrikeMetadatumTypedDict",
|
|
3647
3793
|
"InputCrowdstrikeMode",
|
|
3648
3794
|
"InputCrowdstrikePq",
|
|
3795
|
+
"InputCrowdstrikePqControls",
|
|
3796
|
+
"InputCrowdstrikePqControlsTypedDict",
|
|
3649
3797
|
"InputCrowdstrikePqTypedDict",
|
|
3650
3798
|
"InputCrowdstrikePreprocess",
|
|
3651
3799
|
"InputCrowdstrikePreprocessTypedDict",
|
|
@@ -3663,6 +3811,8 @@ __all__ = [
|
|
|
3663
3811
|
"InputDatadogAgentMinimumTLSVersion",
|
|
3664
3812
|
"InputDatadogAgentMode",
|
|
3665
3813
|
"InputDatadogAgentPq",
|
|
3814
|
+
"InputDatadogAgentPqControls",
|
|
3815
|
+
"InputDatadogAgentPqControlsTypedDict",
|
|
3666
3816
|
"InputDatadogAgentPqTypedDict",
|
|
3667
3817
|
"InputDatadogAgentProxyMode",
|
|
3668
3818
|
"InputDatadogAgentProxyModeTypedDict",
|
|
@@ -3678,6 +3828,8 @@ __all__ = [
|
|
|
3678
3828
|
"InputDatagenMetadatumTypedDict",
|
|
3679
3829
|
"InputDatagenMode",
|
|
3680
3830
|
"InputDatagenPq",
|
|
3831
|
+
"InputDatagenPqControls",
|
|
3832
|
+
"InputDatagenPqControlsTypedDict",
|
|
3681
3833
|
"InputDatagenPqTypedDict",
|
|
3682
3834
|
"InputDatagenType",
|
|
3683
3835
|
"InputDatagenTypedDict",
|
|
@@ -3695,6 +3847,8 @@ __all__ = [
|
|
|
3695
3847
|
"InputEdgePrometheusPersistenceCompression",
|
|
3696
3848
|
"InputEdgePrometheusPq",
|
|
3697
3849
|
"InputEdgePrometheusPqCompression",
|
|
3850
|
+
"InputEdgePrometheusPqControls",
|
|
3851
|
+
"InputEdgePrometheusPqControlsTypedDict",
|
|
3698
3852
|
"InputEdgePrometheusPqTypedDict",
|
|
3699
3853
|
"InputEdgePrometheusRecordType",
|
|
3700
3854
|
"InputEdgePrometheusSearchFilter",
|
|
@@ -3717,6 +3871,8 @@ __all__ = [
|
|
|
3717
3871
|
"InputElasticMinimumTLSVersion",
|
|
3718
3872
|
"InputElasticMode",
|
|
3719
3873
|
"InputElasticPq",
|
|
3874
|
+
"InputElasticPqControls",
|
|
3875
|
+
"InputElasticPqControlsTypedDict",
|
|
3720
3876
|
"InputElasticPqTypedDict",
|
|
3721
3877
|
"InputElasticProxyMode",
|
|
3722
3878
|
"InputElasticProxyModeTypedDict",
|
|
@@ -3734,6 +3890,8 @@ __all__ = [
|
|
|
3734
3890
|
"InputEventhubMetadatumTypedDict",
|
|
3735
3891
|
"InputEventhubMode",
|
|
3736
3892
|
"InputEventhubPq",
|
|
3893
|
+
"InputEventhubPqControls",
|
|
3894
|
+
"InputEventhubPqControlsTypedDict",
|
|
3737
3895
|
"InputEventhubPqTypedDict",
|
|
3738
3896
|
"InputEventhubSASLMechanism",
|
|
3739
3897
|
"InputEventhubTLSSettingsClientSide",
|
|
@@ -3748,6 +3906,8 @@ __all__ = [
|
|
|
3748
3906
|
"InputExecMetadatumTypedDict",
|
|
3749
3907
|
"InputExecMode",
|
|
3750
3908
|
"InputExecPq",
|
|
3909
|
+
"InputExecPqControls",
|
|
3910
|
+
"InputExecPqControlsTypedDict",
|
|
3751
3911
|
"InputExecPqTypedDict",
|
|
3752
3912
|
"InputExecType",
|
|
3753
3913
|
"InputExecTypedDict",
|
|
@@ -3759,6 +3919,8 @@ __all__ = [
|
|
|
3759
3919
|
"InputFileMetadatumTypedDict",
|
|
3760
3920
|
"InputFileMode",
|
|
3761
3921
|
"InputFilePq",
|
|
3922
|
+
"InputFilePqControls",
|
|
3923
|
+
"InputFilePqControlsTypedDict",
|
|
3762
3924
|
"InputFilePqMode",
|
|
3763
3925
|
"InputFilePqTypedDict",
|
|
3764
3926
|
"InputFileType",
|
|
@@ -3773,6 +3935,8 @@ __all__ = [
|
|
|
3773
3935
|
"InputFirehoseMinimumTLSVersion",
|
|
3774
3936
|
"InputFirehoseMode",
|
|
3775
3937
|
"InputFirehosePq",
|
|
3938
|
+
"InputFirehosePqControls",
|
|
3939
|
+
"InputFirehosePqControlsTypedDict",
|
|
3776
3940
|
"InputFirehosePqTypedDict",
|
|
3777
3941
|
"InputFirehoseTLSSettingsServerSide",
|
|
3778
3942
|
"InputFirehoseTLSSettingsServerSideTypedDict",
|
|
@@ -3787,6 +3951,8 @@ __all__ = [
|
|
|
3787
3951
|
"InputGooglePubsubMetadatumTypedDict",
|
|
3788
3952
|
"InputGooglePubsubMode",
|
|
3789
3953
|
"InputGooglePubsubPq",
|
|
3954
|
+
"InputGooglePubsubPqControls",
|
|
3955
|
+
"InputGooglePubsubPqControlsTypedDict",
|
|
3790
3956
|
"InputGooglePubsubPqTypedDict",
|
|
3791
3957
|
"InputGooglePubsubType",
|
|
3792
3958
|
"InputGooglePubsubTypedDict",
|
|
@@ -3821,6 +3987,10 @@ __all__ = [
|
|
|
3821
3987
|
"InputGrafanaPq1TypedDict",
|
|
3822
3988
|
"InputGrafanaPq2",
|
|
3823
3989
|
"InputGrafanaPq2TypedDict",
|
|
3990
|
+
"InputGrafanaPqControls1",
|
|
3991
|
+
"InputGrafanaPqControls1TypedDict",
|
|
3992
|
+
"InputGrafanaPqControls2",
|
|
3993
|
+
"InputGrafanaPqControls2TypedDict",
|
|
3824
3994
|
"InputGrafanaPrometheusAuth1",
|
|
3825
3995
|
"InputGrafanaPrometheusAuth1TypedDict",
|
|
3826
3996
|
"InputGrafanaPrometheusAuth2",
|
|
@@ -3848,6 +4018,8 @@ __all__ = [
|
|
|
3848
4018
|
"InputHTTPMinimumTLSVersion",
|
|
3849
4019
|
"InputHTTPMode",
|
|
3850
4020
|
"InputHTTPPq",
|
|
4021
|
+
"InputHTTPPqControls",
|
|
4022
|
+
"InputHTTPPqControlsTypedDict",
|
|
3851
4023
|
"InputHTTPPqTypedDict",
|
|
3852
4024
|
"InputHTTPRaw",
|
|
3853
4025
|
"InputHTTPRawAuthTokensExt",
|
|
@@ -3863,6 +4035,8 @@ __all__ = [
|
|
|
3863
4035
|
"InputHTTPRawMinimumTLSVersion",
|
|
3864
4036
|
"InputHTTPRawMode",
|
|
3865
4037
|
"InputHTTPRawPq",
|
|
4038
|
+
"InputHTTPRawPqControls",
|
|
4039
|
+
"InputHTTPRawPqControlsTypedDict",
|
|
3866
4040
|
"InputHTTPRawPqTypedDict",
|
|
3867
4041
|
"InputHTTPRawTLSSettingsServerSide",
|
|
3868
4042
|
"InputHTTPRawTLSSettingsServerSideTypedDict",
|
|
@@ -3880,6 +4054,8 @@ __all__ = [
|
|
|
3880
4054
|
"InputJournalFilesMetadatumTypedDict",
|
|
3881
4055
|
"InputJournalFilesMode",
|
|
3882
4056
|
"InputJournalFilesPq",
|
|
4057
|
+
"InputJournalFilesPqControls",
|
|
4058
|
+
"InputJournalFilesPqControlsTypedDict",
|
|
3883
4059
|
"InputJournalFilesPqTypedDict",
|
|
3884
4060
|
"InputJournalFilesRule",
|
|
3885
4061
|
"InputJournalFilesRuleTypedDict",
|
|
@@ -3905,6 +4081,8 @@ __all__ = [
|
|
|
3905
4081
|
"InputKafkaMinimumTLSVersion",
|
|
3906
4082
|
"InputKafkaMode",
|
|
3907
4083
|
"InputKafkaPq",
|
|
4084
|
+
"InputKafkaPqControls",
|
|
4085
|
+
"InputKafkaPqControlsTypedDict",
|
|
3908
4086
|
"InputKafkaPqTypedDict",
|
|
3909
4087
|
"InputKafkaSASLMechanism",
|
|
3910
4088
|
"InputKafkaSchemaType",
|
|
@@ -3921,6 +4099,8 @@ __all__ = [
|
|
|
3921
4099
|
"InputKinesisMetadatumTypedDict",
|
|
3922
4100
|
"InputKinesisMode",
|
|
3923
4101
|
"InputKinesisPq",
|
|
4102
|
+
"InputKinesisPqControls",
|
|
4103
|
+
"InputKinesisPqControlsTypedDict",
|
|
3924
4104
|
"InputKinesisPqTypedDict",
|
|
3925
4105
|
"InputKinesisRecordDataFormat",
|
|
3926
4106
|
"InputKinesisSignatureVersion",
|
|
@@ -3934,6 +4114,8 @@ __all__ = [
|
|
|
3934
4114
|
"InputKubeEventsMetadatumTypedDict",
|
|
3935
4115
|
"InputKubeEventsMode",
|
|
3936
4116
|
"InputKubeEventsPq",
|
|
4117
|
+
"InputKubeEventsPqControls",
|
|
4118
|
+
"InputKubeEventsPqControlsTypedDict",
|
|
3937
4119
|
"InputKubeEventsPqTypedDict",
|
|
3938
4120
|
"InputKubeEventsRule",
|
|
3939
4121
|
"InputKubeEventsRuleTypedDict",
|
|
@@ -3950,6 +4132,8 @@ __all__ = [
|
|
|
3950
4132
|
"InputKubeLogsPersistenceCompression",
|
|
3951
4133
|
"InputKubeLogsPq",
|
|
3952
4134
|
"InputKubeLogsPqCompression",
|
|
4135
|
+
"InputKubeLogsPqControls",
|
|
4136
|
+
"InputKubeLogsPqControlsTypedDict",
|
|
3953
4137
|
"InputKubeLogsPqTypedDict",
|
|
3954
4138
|
"InputKubeLogsRule",
|
|
3955
4139
|
"InputKubeLogsRuleTypedDict",
|
|
@@ -3966,6 +4150,8 @@ __all__ = [
|
|
|
3966
4150
|
"InputKubeMetricsPersistence",
|
|
3967
4151
|
"InputKubeMetricsPersistenceTypedDict",
|
|
3968
4152
|
"InputKubeMetricsPq",
|
|
4153
|
+
"InputKubeMetricsPqControls",
|
|
4154
|
+
"InputKubeMetricsPqControlsTypedDict",
|
|
3969
4155
|
"InputKubeMetricsPqTypedDict",
|
|
3970
4156
|
"InputKubeMetricsRule",
|
|
3971
4157
|
"InputKubeMetricsRuleTypedDict",
|
|
@@ -3986,6 +4172,8 @@ __all__ = [
|
|
|
3986
4172
|
"InputLokiOauthParam",
|
|
3987
4173
|
"InputLokiOauthParamTypedDict",
|
|
3988
4174
|
"InputLokiPq",
|
|
4175
|
+
"InputLokiPqControls",
|
|
4176
|
+
"InputLokiPqControlsTypedDict",
|
|
3989
4177
|
"InputLokiPqTypedDict",
|
|
3990
4178
|
"InputLokiTLSSettingsServerSide",
|
|
3991
4179
|
"InputLokiTLSSettingsServerSideTypedDict",
|
|
@@ -4001,6 +4189,8 @@ __all__ = [
|
|
|
4001
4189
|
"InputMetricsMinimumTLSVersion",
|
|
4002
4190
|
"InputMetricsMode",
|
|
4003
4191
|
"InputMetricsPq",
|
|
4192
|
+
"InputMetricsPqControls",
|
|
4193
|
+
"InputMetricsPqControlsTypedDict",
|
|
4004
4194
|
"InputMetricsPqTypedDict",
|
|
4005
4195
|
"InputMetricsTLSSettingsServerSide",
|
|
4006
4196
|
"InputMetricsTLSSettingsServerSideTypedDict",
|
|
@@ -4016,6 +4206,8 @@ __all__ = [
|
|
|
4016
4206
|
"InputModelDrivenTelemetryMinimumTLSVersion",
|
|
4017
4207
|
"InputModelDrivenTelemetryMode",
|
|
4018
4208
|
"InputModelDrivenTelemetryPq",
|
|
4209
|
+
"InputModelDrivenTelemetryPqControls",
|
|
4210
|
+
"InputModelDrivenTelemetryPqControlsTypedDict",
|
|
4019
4211
|
"InputModelDrivenTelemetryPqTypedDict",
|
|
4020
4212
|
"InputModelDrivenTelemetryTLSSettingsServerSide",
|
|
4021
4213
|
"InputModelDrivenTelemetryTLSSettingsServerSideTypedDict",
|
|
@@ -4040,6 +4232,8 @@ __all__ = [
|
|
|
4040
4232
|
"InputMskMinimumTLSVersion",
|
|
4041
4233
|
"InputMskMode",
|
|
4042
4234
|
"InputMskPq",
|
|
4235
|
+
"InputMskPqControls",
|
|
4236
|
+
"InputMskPqControlsTypedDict",
|
|
4043
4237
|
"InputMskPqTypedDict",
|
|
4044
4238
|
"InputMskSchemaType",
|
|
4045
4239
|
"InputMskSignatureVersion",
|
|
@@ -4055,6 +4249,8 @@ __all__ = [
|
|
|
4055
4249
|
"InputNetflowMetadatumTypedDict",
|
|
4056
4250
|
"InputNetflowMode",
|
|
4057
4251
|
"InputNetflowPq",
|
|
4252
|
+
"InputNetflowPqControls",
|
|
4253
|
+
"InputNetflowPqControlsTypedDict",
|
|
4058
4254
|
"InputNetflowPqTypedDict",
|
|
4059
4255
|
"InputNetflowType",
|
|
4060
4256
|
"InputNetflowTypedDict",
|
|
@@ -4070,6 +4266,8 @@ __all__ = [
|
|
|
4070
4266
|
"InputOffice365MgmtMetadatumTypedDict",
|
|
4071
4267
|
"InputOffice365MgmtMode",
|
|
4072
4268
|
"InputOffice365MgmtPq",
|
|
4269
|
+
"InputOffice365MgmtPqControls",
|
|
4270
|
+
"InputOffice365MgmtPqControlsTypedDict",
|
|
4073
4271
|
"InputOffice365MgmtPqTypedDict",
|
|
4074
4272
|
"InputOffice365MgmtRetryRules",
|
|
4075
4273
|
"InputOffice365MgmtRetryRulesTypedDict",
|
|
@@ -4087,6 +4285,8 @@ __all__ = [
|
|
|
4087
4285
|
"InputOffice365MsgTraceMetadatumTypedDict",
|
|
4088
4286
|
"InputOffice365MsgTraceMode",
|
|
4089
4287
|
"InputOffice365MsgTracePq",
|
|
4288
|
+
"InputOffice365MsgTracePqControls",
|
|
4289
|
+
"InputOffice365MsgTracePqControlsTypedDict",
|
|
4090
4290
|
"InputOffice365MsgTracePqTypedDict",
|
|
4091
4291
|
"InputOffice365MsgTraceRetryRules",
|
|
4092
4292
|
"InputOffice365MsgTraceRetryRulesTypedDict",
|
|
@@ -4106,6 +4306,8 @@ __all__ = [
|
|
|
4106
4306
|
"InputOffice365ServiceMetadatumTypedDict",
|
|
4107
4307
|
"InputOffice365ServiceMode",
|
|
4108
4308
|
"InputOffice365ServicePq",
|
|
4309
|
+
"InputOffice365ServicePqControls",
|
|
4310
|
+
"InputOffice365ServicePqControlsTypedDict",
|
|
4109
4311
|
"InputOffice365ServicePqTypedDict",
|
|
4110
4312
|
"InputOffice365ServiceRetryRules",
|
|
4111
4313
|
"InputOffice365ServiceRetryRulesTypedDict",
|
|
@@ -4129,6 +4331,8 @@ __all__ = [
|
|
|
4129
4331
|
"InputOpenTelemetryOauthParam",
|
|
4130
4332
|
"InputOpenTelemetryOauthParamTypedDict",
|
|
4131
4333
|
"InputOpenTelemetryPq",
|
|
4334
|
+
"InputOpenTelemetryPqControls",
|
|
4335
|
+
"InputOpenTelemetryPqControlsTypedDict",
|
|
4132
4336
|
"InputOpenTelemetryPqTypedDict",
|
|
4133
4337
|
"InputOpenTelemetryProtocol",
|
|
4134
4338
|
"InputOpenTelemetryTLSSettingsServerSide",
|
|
@@ -4147,6 +4351,8 @@ __all__ = [
|
|
|
4147
4351
|
"InputPrometheusMetadatumTypedDict",
|
|
4148
4352
|
"InputPrometheusMode",
|
|
4149
4353
|
"InputPrometheusPq",
|
|
4354
|
+
"InputPrometheusPqControls",
|
|
4355
|
+
"InputPrometheusPqControlsTypedDict",
|
|
4150
4356
|
"InputPrometheusPqTypedDict",
|
|
4151
4357
|
"InputPrometheusRecordType",
|
|
4152
4358
|
"InputPrometheusRw",
|
|
@@ -4164,6 +4370,8 @@ __all__ = [
|
|
|
4164
4370
|
"InputPrometheusRwOauthParam",
|
|
4165
4371
|
"InputPrometheusRwOauthParamTypedDict",
|
|
4166
4372
|
"InputPrometheusRwPq",
|
|
4373
|
+
"InputPrometheusRwPqControls",
|
|
4374
|
+
"InputPrometheusRwPqControlsTypedDict",
|
|
4167
4375
|
"InputPrometheusRwPqTypedDict",
|
|
4168
4376
|
"InputPrometheusRwTLSSettingsServerSide",
|
|
4169
4377
|
"InputPrometheusRwTLSSettingsServerSideTypedDict",
|
|
@@ -4182,6 +4390,8 @@ __all__ = [
|
|
|
4182
4390
|
"InputRawUDPMetadatumTypedDict",
|
|
4183
4391
|
"InputRawUDPMode",
|
|
4184
4392
|
"InputRawUDPPq",
|
|
4393
|
+
"InputRawUDPPqControls",
|
|
4394
|
+
"InputRawUDPPqControlsTypedDict",
|
|
4185
4395
|
"InputRawUDPPqTypedDict",
|
|
4186
4396
|
"InputRawUDPType",
|
|
4187
4397
|
"InputRawUDPTypedDict",
|
|
@@ -4203,6 +4413,8 @@ __all__ = [
|
|
|
4203
4413
|
"InputS3InventoryMetadatumTypedDict",
|
|
4204
4414
|
"InputS3InventoryMode",
|
|
4205
4415
|
"InputS3InventoryPq",
|
|
4416
|
+
"InputS3InventoryPqControls",
|
|
4417
|
+
"InputS3InventoryPqControlsTypedDict",
|
|
4206
4418
|
"InputS3InventoryPqTypedDict",
|
|
4207
4419
|
"InputS3InventoryPreprocess",
|
|
4208
4420
|
"InputS3InventoryPreprocessTypedDict",
|
|
@@ -4214,6 +4426,8 @@ __all__ = [
|
|
|
4214
4426
|
"InputS3MetadatumTypedDict",
|
|
4215
4427
|
"InputS3Mode",
|
|
4216
4428
|
"InputS3Pq",
|
|
4429
|
+
"InputS3PqControls",
|
|
4430
|
+
"InputS3PqControlsTypedDict",
|
|
4217
4431
|
"InputS3PqTypedDict",
|
|
4218
4432
|
"InputS3Preprocess",
|
|
4219
4433
|
"InputS3PreprocessTypedDict",
|
|
@@ -4231,6 +4445,8 @@ __all__ = [
|
|
|
4231
4445
|
"InputSecurityLakeMetadatumTypedDict",
|
|
4232
4446
|
"InputSecurityLakeMode",
|
|
4233
4447
|
"InputSecurityLakePq",
|
|
4448
|
+
"InputSecurityLakePqControls",
|
|
4449
|
+
"InputSecurityLakePqControlsTypedDict",
|
|
4234
4450
|
"InputSecurityLakePqTypedDict",
|
|
4235
4451
|
"InputSecurityLakePreprocess",
|
|
4236
4452
|
"InputSecurityLakePreprocessTypedDict",
|
|
@@ -4246,6 +4462,8 @@ __all__ = [
|
|
|
4246
4462
|
"InputSnmpMetadatumTypedDict",
|
|
4247
4463
|
"InputSnmpMode",
|
|
4248
4464
|
"InputSnmpPq",
|
|
4465
|
+
"InputSnmpPqControls",
|
|
4466
|
+
"InputSnmpPqControlsTypedDict",
|
|
4249
4467
|
"InputSnmpPqTypedDict",
|
|
4250
4468
|
"InputSnmpType",
|
|
4251
4469
|
"InputSnmpTypedDict",
|
|
@@ -4270,6 +4488,8 @@ __all__ = [
|
|
|
4270
4488
|
"InputSplunkHecMinimumTLSVersion",
|
|
4271
4489
|
"InputSplunkHecMode",
|
|
4272
4490
|
"InputSplunkHecPq",
|
|
4491
|
+
"InputSplunkHecPqControls",
|
|
4492
|
+
"InputSplunkHecPqControlsTypedDict",
|
|
4273
4493
|
"InputSplunkHecPqTypedDict",
|
|
4274
4494
|
"InputSplunkHecTLSSettingsServerSide",
|
|
4275
4495
|
"InputSplunkHecTLSSettingsServerSideTypedDict",
|
|
@@ -4283,6 +4503,8 @@ __all__ = [
|
|
|
4283
4503
|
"InputSplunkMode",
|
|
4284
4504
|
"InputSplunkPq",
|
|
4285
4505
|
"InputSplunkPqCompression",
|
|
4506
|
+
"InputSplunkPqControls",
|
|
4507
|
+
"InputSplunkPqControlsTypedDict",
|
|
4286
4508
|
"InputSplunkPqTypedDict",
|
|
4287
4509
|
"InputSplunkSearch",
|
|
4288
4510
|
"InputSplunkSearchAuthenticationType",
|
|
@@ -4298,6 +4520,8 @@ __all__ = [
|
|
|
4298
4520
|
"InputSplunkSearchOauthParam",
|
|
4299
4521
|
"InputSplunkSearchOauthParamTypedDict",
|
|
4300
4522
|
"InputSplunkSearchPq",
|
|
4523
|
+
"InputSplunkSearchPqControls",
|
|
4524
|
+
"InputSplunkSearchPqControlsTypedDict",
|
|
4301
4525
|
"InputSplunkSearchPqTypedDict",
|
|
4302
4526
|
"InputSplunkSearchRetryRules",
|
|
4303
4527
|
"InputSplunkSearchRetryRulesTypedDict",
|
|
@@ -4317,6 +4541,8 @@ __all__ = [
|
|
|
4317
4541
|
"InputSqsMetadatumTypedDict",
|
|
4318
4542
|
"InputSqsMode",
|
|
4319
4543
|
"InputSqsPq",
|
|
4544
|
+
"InputSqsPqControls",
|
|
4545
|
+
"InputSqsPqControlsTypedDict",
|
|
4320
4546
|
"InputSqsPqTypedDict",
|
|
4321
4547
|
"InputSqsQueueType",
|
|
4322
4548
|
"InputSqsSignatureVersion",
|
|
@@ -4343,6 +4569,10 @@ __all__ = [
|
|
|
4343
4569
|
"InputSyslogPq1TypedDict",
|
|
4344
4570
|
"InputSyslogPq2",
|
|
4345
4571
|
"InputSyslogPq2TypedDict",
|
|
4572
|
+
"InputSyslogPqControls1",
|
|
4573
|
+
"InputSyslogPqControls1TypedDict",
|
|
4574
|
+
"InputSyslogPqControls2",
|
|
4575
|
+
"InputSyslogPqControls2TypedDict",
|
|
4346
4576
|
"InputSyslogSyslog1",
|
|
4347
4577
|
"InputSyslogSyslog1TypedDict",
|
|
4348
4578
|
"InputSyslogSyslog2",
|
|
@@ -4383,6 +4613,8 @@ __all__ = [
|
|
|
4383
4613
|
"InputSystemMetricsPersistence",
|
|
4384
4614
|
"InputSystemMetricsPersistenceTypedDict",
|
|
4385
4615
|
"InputSystemMetricsPq",
|
|
4616
|
+
"InputSystemMetricsPqControls",
|
|
4617
|
+
"InputSystemMetricsPqControlsTypedDict",
|
|
4386
4618
|
"InputSystemMetricsPqMode",
|
|
4387
4619
|
"InputSystemMetricsPqTypedDict",
|
|
4388
4620
|
"InputSystemMetricsProcess",
|
|
@@ -4405,6 +4637,8 @@ __all__ = [
|
|
|
4405
4637
|
"InputSystemStatePersistence",
|
|
4406
4638
|
"InputSystemStatePersistenceTypedDict",
|
|
4407
4639
|
"InputSystemStatePq",
|
|
4640
|
+
"InputSystemStatePqControls",
|
|
4641
|
+
"InputSystemStatePqControlsTypedDict",
|
|
4408
4642
|
"InputSystemStatePqTypedDict",
|
|
4409
4643
|
"InputSystemStateRoutes",
|
|
4410
4644
|
"InputSystemStateRoutesTypedDict",
|
|
@@ -4421,6 +4655,8 @@ __all__ = [
|
|
|
4421
4655
|
"InputTCPMinimumTLSVersion",
|
|
4422
4656
|
"InputTCPMode",
|
|
4423
4657
|
"InputTCPPq",
|
|
4658
|
+
"InputTCPPqControls",
|
|
4659
|
+
"InputTCPPqControlsTypedDict",
|
|
4424
4660
|
"InputTCPPqTypedDict",
|
|
4425
4661
|
"InputTCPPreprocess",
|
|
4426
4662
|
"InputTCPPreprocessTypedDict",
|
|
@@ -4439,6 +4675,8 @@ __all__ = [
|
|
|
4439
4675
|
"InputTcpjsonMinimumTLSVersion",
|
|
4440
4676
|
"InputTcpjsonMode",
|
|
4441
4677
|
"InputTcpjsonPq",
|
|
4678
|
+
"InputTcpjsonPqControls",
|
|
4679
|
+
"InputTcpjsonPqControlsTypedDict",
|
|
4442
4680
|
"InputTcpjsonPqTypedDict",
|
|
4443
4681
|
"InputTcpjsonTLSSettingsServerSide",
|
|
4444
4682
|
"InputTcpjsonTLSSettingsServerSideTypedDict",
|
|
@@ -4457,6 +4695,8 @@ __all__ = [
|
|
|
4457
4695
|
"InputWefMinimumTLSVersion",
|
|
4458
4696
|
"InputWefMode",
|
|
4459
4697
|
"InputWefPq",
|
|
4698
|
+
"InputWefPqControls",
|
|
4699
|
+
"InputWefPqControlsTypedDict",
|
|
4460
4700
|
"InputWefPqTypedDict",
|
|
4461
4701
|
"InputWefType",
|
|
4462
4702
|
"InputWefTypedDict",
|
|
@@ -4468,6 +4708,8 @@ __all__ = [
|
|
|
4468
4708
|
"InputWinEventLogsMetadatumTypedDict",
|
|
4469
4709
|
"InputWinEventLogsMode",
|
|
4470
4710
|
"InputWinEventLogsPq",
|
|
4711
|
+
"InputWinEventLogsPqControls",
|
|
4712
|
+
"InputWinEventLogsPqControlsTypedDict",
|
|
4471
4713
|
"InputWinEventLogsPqTypedDict",
|
|
4472
4714
|
"InputWinEventLogsType",
|
|
4473
4715
|
"InputWinEventLogsTypedDict",
|
|
@@ -4498,6 +4740,8 @@ __all__ = [
|
|
|
4498
4740
|
"InputWindowsMetricsPersistence",
|
|
4499
4741
|
"InputWindowsMetricsPersistenceTypedDict",
|
|
4500
4742
|
"InputWindowsMetricsPq",
|
|
4743
|
+
"InputWindowsMetricsPqControls",
|
|
4744
|
+
"InputWindowsMetricsPqControlsTypedDict",
|
|
4501
4745
|
"InputWindowsMetricsPqMode",
|
|
4502
4746
|
"InputWindowsMetricsPqTypedDict",
|
|
4503
4747
|
"InputWindowsMetricsProcess",
|
|
@@ -4520,6 +4764,8 @@ __all__ = [
|
|
|
4520
4764
|
"InputWizMetadatumTypedDict",
|
|
4521
4765
|
"InputWizMode",
|
|
4522
4766
|
"InputWizPq",
|
|
4767
|
+
"InputWizPqControls",
|
|
4768
|
+
"InputWizPqControlsTypedDict",
|
|
4523
4769
|
"InputWizPqTypedDict",
|
|
4524
4770
|
"InputWizRetryRules",
|
|
4525
4771
|
"InputWizRetryRulesTypedDict",
|
|
@@ -4540,6 +4786,8 @@ __all__ = [
|
|
|
4540
4786
|
"InputWizWebhookMinimumTLSVersion",
|
|
4541
4787
|
"InputWizWebhookMode",
|
|
4542
4788
|
"InputWizWebhookPq",
|
|
4789
|
+
"InputWizWebhookPqControls",
|
|
4790
|
+
"InputWizWebhookPqControlsTypedDict",
|
|
4543
4791
|
"InputWizWebhookPqTypedDict",
|
|
4544
4792
|
"InputWizWebhookTLSSettingsServerSide",
|
|
4545
4793
|
"InputWizWebhookTLSSettingsServerSideTypedDict",
|
|
@@ -4560,6 +4808,8 @@ __all__ = [
|
|
|
4560
4808
|
"InputZscalerHecMinimumTLSVersion",
|
|
4561
4809
|
"InputZscalerHecMode",
|
|
4562
4810
|
"InputZscalerHecPq",
|
|
4811
|
+
"InputZscalerHecPqControls",
|
|
4812
|
+
"InputZscalerHecPqControlsTypedDict",
|
|
4563
4813
|
"InputZscalerHecPqTypedDict",
|
|
4564
4814
|
"InputZscalerHecTLSSettingsServerSide",
|
|
4565
4815
|
"InputZscalerHecTLSSettingsServerSideTypedDict",
|
|
@@ -5875,6 +6125,8 @@ __all__ = [
|
|
|
5875
6125
|
"ServicesTypedDict",
|
|
5876
6126
|
"ShardIteratorStart",
|
|
5877
6127
|
"ShardLoadBalancing",
|
|
6128
|
+
"SplunkHecMetadata",
|
|
6129
|
+
"SplunkHecMetadataTypedDict",
|
|
5878
6130
|
"Status",
|
|
5879
6131
|
"Subscription",
|
|
5880
6132
|
"SubscriptionMetadatum",
|
|
@@ -6253,6 +6505,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6253
6505
|
"InputAppscopePersistence": ".inputappscope",
|
|
6254
6506
|
"InputAppscopePersistenceTypedDict": ".inputappscope",
|
|
6255
6507
|
"InputAppscopePq": ".inputappscope",
|
|
6508
|
+
"InputAppscopePqControls": ".inputappscope",
|
|
6509
|
+
"InputAppscopePqControlsTypedDict": ".inputappscope",
|
|
6256
6510
|
"InputAppscopePqTypedDict": ".inputappscope",
|
|
6257
6511
|
"InputAppscopeTLSSettingsServerSide": ".inputappscope",
|
|
6258
6512
|
"InputAppscopeTLSSettingsServerSideTypedDict": ".inputappscope",
|
|
@@ -6269,6 +6523,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6269
6523
|
"InputAzureBlobMetadatumTypedDict": ".inputazureblob",
|
|
6270
6524
|
"InputAzureBlobMode": ".inputazureblob",
|
|
6271
6525
|
"InputAzureBlobPq": ".inputazureblob",
|
|
6526
|
+
"InputAzureBlobPqControls": ".inputazureblob",
|
|
6527
|
+
"InputAzureBlobPqControlsTypedDict": ".inputazureblob",
|
|
6272
6528
|
"InputAzureBlobPqTypedDict": ".inputazureblob",
|
|
6273
6529
|
"InputAzureBlobType": ".inputazureblob",
|
|
6274
6530
|
"InputAzureBlobTypedDict": ".inputazureblob",
|
|
@@ -6280,6 +6536,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6280
6536
|
"InputCollectionMetadatumTypedDict": ".inputcollection",
|
|
6281
6537
|
"InputCollectionMode": ".inputcollection",
|
|
6282
6538
|
"InputCollectionPq": ".inputcollection",
|
|
6539
|
+
"InputCollectionPqControls": ".inputcollection",
|
|
6540
|
+
"InputCollectionPqControlsTypedDict": ".inputcollection",
|
|
6283
6541
|
"InputCollectionPqTypedDict": ".inputcollection",
|
|
6284
6542
|
"InputCollectionPreprocess": ".inputcollection",
|
|
6285
6543
|
"InputCollectionPreprocessTypedDict": ".inputcollection",
|
|
@@ -6305,6 +6563,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6305
6563
|
"InputConfluentCloudMinimumTLSVersion": ".inputconfluentcloud",
|
|
6306
6564
|
"InputConfluentCloudMode": ".inputconfluentcloud",
|
|
6307
6565
|
"InputConfluentCloudPq": ".inputconfluentcloud",
|
|
6566
|
+
"InputConfluentCloudPqControls": ".inputconfluentcloud",
|
|
6567
|
+
"InputConfluentCloudPqControlsTypedDict": ".inputconfluentcloud",
|
|
6308
6568
|
"InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
|
|
6309
6569
|
"InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
|
|
6310
6570
|
"InputConfluentCloudSchemaType": ".inputconfluentcloud",
|
|
@@ -6320,6 +6580,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6320
6580
|
"InputCriblMetadatumTypedDict": ".inputcribl",
|
|
6321
6581
|
"InputCriblMode": ".inputcribl",
|
|
6322
6582
|
"InputCriblPq": ".inputcribl",
|
|
6583
|
+
"InputCriblPqControls": ".inputcribl",
|
|
6584
|
+
"InputCriblPqControlsTypedDict": ".inputcribl",
|
|
6323
6585
|
"InputCriblPqTypedDict": ".inputcribl",
|
|
6324
6586
|
"InputCriblType": ".inputcribl",
|
|
6325
6587
|
"InputCriblTypedDict": ".inputcribl",
|
|
@@ -6333,11 +6595,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6333
6595
|
"InputCriblHTTPMinimumTLSVersion": ".inputcriblhttp",
|
|
6334
6596
|
"InputCriblHTTPMode": ".inputcriblhttp",
|
|
6335
6597
|
"InputCriblHTTPPq": ".inputcriblhttp",
|
|
6598
|
+
"InputCriblHTTPPqControls": ".inputcriblhttp",
|
|
6599
|
+
"InputCriblHTTPPqControlsTypedDict": ".inputcriblhttp",
|
|
6336
6600
|
"InputCriblHTTPPqTypedDict": ".inputcriblhttp",
|
|
6337
6601
|
"InputCriblHTTPTLSSettingsServerSide": ".inputcriblhttp",
|
|
6338
6602
|
"InputCriblHTTPTLSSettingsServerSideTypedDict": ".inputcriblhttp",
|
|
6339
6603
|
"InputCriblHTTPType": ".inputcriblhttp",
|
|
6340
6604
|
"InputCriblHTTPTypedDict": ".inputcriblhttp",
|
|
6605
|
+
"ElasticsearchMetadata": ".inputcribllakehttp",
|
|
6606
|
+
"ElasticsearchMetadataTypedDict": ".inputcribllakehttp",
|
|
6341
6607
|
"InputCriblLakeHTTP": ".inputcribllakehttp",
|
|
6342
6608
|
"InputCriblLakeHTTPAuthTokensExt": ".inputcribllakehttp",
|
|
6343
6609
|
"InputCriblLakeHTTPAuthTokensExtMetadatum": ".inputcribllakehttp",
|
|
@@ -6352,11 +6618,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6352
6618
|
"InputCriblLakeHTTPMinimumTLSVersion": ".inputcribllakehttp",
|
|
6353
6619
|
"InputCriblLakeHTTPMode": ".inputcribllakehttp",
|
|
6354
6620
|
"InputCriblLakeHTTPPq": ".inputcribllakehttp",
|
|
6621
|
+
"InputCriblLakeHTTPPqControls": ".inputcribllakehttp",
|
|
6622
|
+
"InputCriblLakeHTTPPqControlsTypedDict": ".inputcribllakehttp",
|
|
6355
6623
|
"InputCriblLakeHTTPPqTypedDict": ".inputcribllakehttp",
|
|
6356
6624
|
"InputCriblLakeHTTPTLSSettingsServerSide": ".inputcribllakehttp",
|
|
6357
6625
|
"InputCriblLakeHTTPTLSSettingsServerSideTypedDict": ".inputcribllakehttp",
|
|
6358
6626
|
"InputCriblLakeHTTPType": ".inputcribllakehttp",
|
|
6359
6627
|
"InputCriblLakeHTTPTypedDict": ".inputcribllakehttp",
|
|
6628
|
+
"SplunkHecMetadata": ".inputcribllakehttp",
|
|
6629
|
+
"SplunkHecMetadataTypedDict": ".inputcribllakehttp",
|
|
6360
6630
|
"InputCriblmetrics": ".inputcriblmetrics",
|
|
6361
6631
|
"InputCriblmetricsCompression": ".inputcriblmetrics",
|
|
6362
6632
|
"InputCriblmetricsConnection": ".inputcriblmetrics",
|
|
@@ -6365,6 +6635,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6365
6635
|
"InputCriblmetricsMetadatumTypedDict": ".inputcriblmetrics",
|
|
6366
6636
|
"InputCriblmetricsMode": ".inputcriblmetrics",
|
|
6367
6637
|
"InputCriblmetricsPq": ".inputcriblmetrics",
|
|
6638
|
+
"InputCriblmetricsPqControls": ".inputcriblmetrics",
|
|
6639
|
+
"InputCriblmetricsPqControlsTypedDict": ".inputcriblmetrics",
|
|
6368
6640
|
"InputCriblmetricsPqTypedDict": ".inputcriblmetrics",
|
|
6369
6641
|
"InputCriblmetricsType": ".inputcriblmetrics",
|
|
6370
6642
|
"InputCriblmetricsTypedDict": ".inputcriblmetrics",
|
|
@@ -6378,6 +6650,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6378
6650
|
"InputCriblTCPMinimumTLSVersion": ".inputcribltcp",
|
|
6379
6651
|
"InputCriblTCPMode": ".inputcribltcp",
|
|
6380
6652
|
"InputCriblTCPPq": ".inputcribltcp",
|
|
6653
|
+
"InputCriblTCPPqControls": ".inputcribltcp",
|
|
6654
|
+
"InputCriblTCPPqControlsTypedDict": ".inputcribltcp",
|
|
6381
6655
|
"InputCriblTCPPqTypedDict": ".inputcribltcp",
|
|
6382
6656
|
"InputCriblTCPTLSSettingsServerSide": ".inputcribltcp",
|
|
6383
6657
|
"InputCriblTCPTLSSettingsServerSideTypedDict": ".inputcribltcp",
|
|
@@ -6394,6 +6668,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6394
6668
|
"InputCrowdstrikeMetadatumTypedDict": ".inputcrowdstrike",
|
|
6395
6669
|
"InputCrowdstrikeMode": ".inputcrowdstrike",
|
|
6396
6670
|
"InputCrowdstrikePq": ".inputcrowdstrike",
|
|
6671
|
+
"InputCrowdstrikePqControls": ".inputcrowdstrike",
|
|
6672
|
+
"InputCrowdstrikePqControlsTypedDict": ".inputcrowdstrike",
|
|
6397
6673
|
"InputCrowdstrikePqTypedDict": ".inputcrowdstrike",
|
|
6398
6674
|
"InputCrowdstrikePreprocess": ".inputcrowdstrike",
|
|
6399
6675
|
"InputCrowdstrikePreprocessTypedDict": ".inputcrowdstrike",
|
|
@@ -6411,6 +6687,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6411
6687
|
"InputDatadogAgentMinimumTLSVersion": ".inputdatadogagent",
|
|
6412
6688
|
"InputDatadogAgentMode": ".inputdatadogagent",
|
|
6413
6689
|
"InputDatadogAgentPq": ".inputdatadogagent",
|
|
6690
|
+
"InputDatadogAgentPqControls": ".inputdatadogagent",
|
|
6691
|
+
"InputDatadogAgentPqControlsTypedDict": ".inputdatadogagent",
|
|
6414
6692
|
"InputDatadogAgentPqTypedDict": ".inputdatadogagent",
|
|
6415
6693
|
"InputDatadogAgentProxyMode": ".inputdatadogagent",
|
|
6416
6694
|
"InputDatadogAgentProxyModeTypedDict": ".inputdatadogagent",
|
|
@@ -6426,6 +6704,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6426
6704
|
"InputDatagenMetadatumTypedDict": ".inputdatagen",
|
|
6427
6705
|
"InputDatagenMode": ".inputdatagen",
|
|
6428
6706
|
"InputDatagenPq": ".inputdatagen",
|
|
6707
|
+
"InputDatagenPqControls": ".inputdatagen",
|
|
6708
|
+
"InputDatagenPqControlsTypedDict": ".inputdatagen",
|
|
6429
6709
|
"InputDatagenPqTypedDict": ".inputdatagen",
|
|
6430
6710
|
"InputDatagenType": ".inputdatagen",
|
|
6431
6711
|
"InputDatagenTypedDict": ".inputdatagen",
|
|
@@ -6445,6 +6725,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6445
6725
|
"InputEdgePrometheusPersistenceCompression": ".inputedgeprometheus",
|
|
6446
6726
|
"InputEdgePrometheusPq": ".inputedgeprometheus",
|
|
6447
6727
|
"InputEdgePrometheusPqCompression": ".inputedgeprometheus",
|
|
6728
|
+
"InputEdgePrometheusPqControls": ".inputedgeprometheus",
|
|
6729
|
+
"InputEdgePrometheusPqControlsTypedDict": ".inputedgeprometheus",
|
|
6448
6730
|
"InputEdgePrometheusPqTypedDict": ".inputedgeprometheus",
|
|
6449
6731
|
"InputEdgePrometheusRecordType": ".inputedgeprometheus",
|
|
6450
6732
|
"InputEdgePrometheusSearchFilter": ".inputedgeprometheus",
|
|
@@ -6473,6 +6755,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6473
6755
|
"InputElasticMinimumTLSVersion": ".inputelastic",
|
|
6474
6756
|
"InputElasticMode": ".inputelastic",
|
|
6475
6757
|
"InputElasticPq": ".inputelastic",
|
|
6758
|
+
"InputElasticPqControls": ".inputelastic",
|
|
6759
|
+
"InputElasticPqControlsTypedDict": ".inputelastic",
|
|
6476
6760
|
"InputElasticPqTypedDict": ".inputelastic",
|
|
6477
6761
|
"InputElasticProxyMode": ".inputelastic",
|
|
6478
6762
|
"InputElasticProxyModeTypedDict": ".inputelastic",
|
|
@@ -6490,6 +6774,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6490
6774
|
"InputEventhubMetadatumTypedDict": ".inputeventhub",
|
|
6491
6775
|
"InputEventhubMode": ".inputeventhub",
|
|
6492
6776
|
"InputEventhubPq": ".inputeventhub",
|
|
6777
|
+
"InputEventhubPqControls": ".inputeventhub",
|
|
6778
|
+
"InputEventhubPqControlsTypedDict": ".inputeventhub",
|
|
6493
6779
|
"InputEventhubPqTypedDict": ".inputeventhub",
|
|
6494
6780
|
"InputEventhubSASLMechanism": ".inputeventhub",
|
|
6495
6781
|
"InputEventhubTLSSettingsClientSide": ".inputeventhub",
|
|
@@ -6504,6 +6790,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6504
6790
|
"InputExecMetadatumTypedDict": ".inputexec",
|
|
6505
6791
|
"InputExecMode": ".inputexec",
|
|
6506
6792
|
"InputExecPq": ".inputexec",
|
|
6793
|
+
"InputExecPqControls": ".inputexec",
|
|
6794
|
+
"InputExecPqControlsTypedDict": ".inputexec",
|
|
6507
6795
|
"InputExecPqTypedDict": ".inputexec",
|
|
6508
6796
|
"InputExecType": ".inputexec",
|
|
6509
6797
|
"InputExecTypedDict": ".inputexec",
|
|
@@ -6516,6 +6804,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6516
6804
|
"InputFileMetadatumTypedDict": ".inputfile",
|
|
6517
6805
|
"InputFileMode": ".inputfile",
|
|
6518
6806
|
"InputFilePq": ".inputfile",
|
|
6807
|
+
"InputFilePqControls": ".inputfile",
|
|
6808
|
+
"InputFilePqControlsTypedDict": ".inputfile",
|
|
6519
6809
|
"InputFilePqMode": ".inputfile",
|
|
6520
6810
|
"InputFilePqTypedDict": ".inputfile",
|
|
6521
6811
|
"InputFileType": ".inputfile",
|
|
@@ -6530,6 +6820,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6530
6820
|
"InputFirehoseMinimumTLSVersion": ".inputfirehose",
|
|
6531
6821
|
"InputFirehoseMode": ".inputfirehose",
|
|
6532
6822
|
"InputFirehosePq": ".inputfirehose",
|
|
6823
|
+
"InputFirehosePqControls": ".inputfirehose",
|
|
6824
|
+
"InputFirehosePqControlsTypedDict": ".inputfirehose",
|
|
6533
6825
|
"InputFirehosePqTypedDict": ".inputfirehose",
|
|
6534
6826
|
"InputFirehoseTLSSettingsServerSide": ".inputfirehose",
|
|
6535
6827
|
"InputFirehoseTLSSettingsServerSideTypedDict": ".inputfirehose",
|
|
@@ -6544,6 +6836,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6544
6836
|
"InputGooglePubsubMetadatumTypedDict": ".inputgooglepubsub",
|
|
6545
6837
|
"InputGooglePubsubMode": ".inputgooglepubsub",
|
|
6546
6838
|
"InputGooglePubsubPq": ".inputgooglepubsub",
|
|
6839
|
+
"InputGooglePubsubPqControls": ".inputgooglepubsub",
|
|
6840
|
+
"InputGooglePubsubPqControlsTypedDict": ".inputgooglepubsub",
|
|
6547
6841
|
"InputGooglePubsubPqTypedDict": ".inputgooglepubsub",
|
|
6548
6842
|
"InputGooglePubsubType": ".inputgooglepubsub",
|
|
6549
6843
|
"InputGooglePubsubTypedDict": ".inputgooglepubsub",
|
|
@@ -6578,6 +6872,10 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6578
6872
|
"InputGrafanaPq1TypedDict": ".inputgrafana",
|
|
6579
6873
|
"InputGrafanaPq2": ".inputgrafana",
|
|
6580
6874
|
"InputGrafanaPq2TypedDict": ".inputgrafana",
|
|
6875
|
+
"InputGrafanaPqControls1": ".inputgrafana",
|
|
6876
|
+
"InputGrafanaPqControls1TypedDict": ".inputgrafana",
|
|
6877
|
+
"InputGrafanaPqControls2": ".inputgrafana",
|
|
6878
|
+
"InputGrafanaPqControls2TypedDict": ".inputgrafana",
|
|
6581
6879
|
"InputGrafanaPrometheusAuth1": ".inputgrafana",
|
|
6582
6880
|
"InputGrafanaPrometheusAuth1TypedDict": ".inputgrafana",
|
|
6583
6881
|
"InputGrafanaPrometheusAuth2": ".inputgrafana",
|
|
@@ -6621,6 +6919,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6621
6919
|
"InputHTTPMinimumTLSVersion": ".inputhttp",
|
|
6622
6920
|
"InputHTTPMode": ".inputhttp",
|
|
6623
6921
|
"InputHTTPPq": ".inputhttp",
|
|
6922
|
+
"InputHTTPPqControls": ".inputhttp",
|
|
6923
|
+
"InputHTTPPqControlsTypedDict": ".inputhttp",
|
|
6624
6924
|
"InputHTTPPqTypedDict": ".inputhttp",
|
|
6625
6925
|
"InputHTTPTLSSettingsServerSide": ".inputhttp",
|
|
6626
6926
|
"InputHTTPTLSSettingsServerSideTypedDict": ".inputhttp",
|
|
@@ -6640,6 +6940,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6640
6940
|
"InputHTTPRawMinimumTLSVersion": ".inputhttpraw",
|
|
6641
6941
|
"InputHTTPRawMode": ".inputhttpraw",
|
|
6642
6942
|
"InputHTTPRawPq": ".inputhttpraw",
|
|
6943
|
+
"InputHTTPRawPqControls": ".inputhttpraw",
|
|
6944
|
+
"InputHTTPRawPqControlsTypedDict": ".inputhttpraw",
|
|
6643
6945
|
"InputHTTPRawPqTypedDict": ".inputhttpraw",
|
|
6644
6946
|
"InputHTTPRawTLSSettingsServerSide": ".inputhttpraw",
|
|
6645
6947
|
"InputHTTPRawTLSSettingsServerSideTypedDict": ".inputhttpraw",
|
|
@@ -6653,6 +6955,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6653
6955
|
"InputJournalFilesMetadatumTypedDict": ".inputjournalfiles",
|
|
6654
6956
|
"InputJournalFilesMode": ".inputjournalfiles",
|
|
6655
6957
|
"InputJournalFilesPq": ".inputjournalfiles",
|
|
6958
|
+
"InputJournalFilesPqControls": ".inputjournalfiles",
|
|
6959
|
+
"InputJournalFilesPqControlsTypedDict": ".inputjournalfiles",
|
|
6656
6960
|
"InputJournalFilesPqTypedDict": ".inputjournalfiles",
|
|
6657
6961
|
"InputJournalFilesRule": ".inputjournalfiles",
|
|
6658
6962
|
"InputJournalFilesRuleTypedDict": ".inputjournalfiles",
|
|
@@ -6678,6 +6982,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6678
6982
|
"InputKafkaMinimumTLSVersion": ".inputkafka",
|
|
6679
6983
|
"InputKafkaMode": ".inputkafka",
|
|
6680
6984
|
"InputKafkaPq": ".inputkafka",
|
|
6985
|
+
"InputKafkaPqControls": ".inputkafka",
|
|
6986
|
+
"InputKafkaPqControlsTypedDict": ".inputkafka",
|
|
6681
6987
|
"InputKafkaPqTypedDict": ".inputkafka",
|
|
6682
6988
|
"InputKafkaSASLMechanism": ".inputkafka",
|
|
6683
6989
|
"InputKafkaSchemaType": ".inputkafka",
|
|
@@ -6694,6 +7000,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6694
7000
|
"InputKinesisMetadatumTypedDict": ".inputkinesis",
|
|
6695
7001
|
"InputKinesisMode": ".inputkinesis",
|
|
6696
7002
|
"InputKinesisPq": ".inputkinesis",
|
|
7003
|
+
"InputKinesisPqControls": ".inputkinesis",
|
|
7004
|
+
"InputKinesisPqControlsTypedDict": ".inputkinesis",
|
|
6697
7005
|
"InputKinesisPqTypedDict": ".inputkinesis",
|
|
6698
7006
|
"InputKinesisRecordDataFormat": ".inputkinesis",
|
|
6699
7007
|
"InputKinesisSignatureVersion": ".inputkinesis",
|
|
@@ -6709,6 +7017,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6709
7017
|
"InputKubeEventsMetadatumTypedDict": ".inputkubeevents",
|
|
6710
7018
|
"InputKubeEventsMode": ".inputkubeevents",
|
|
6711
7019
|
"InputKubeEventsPq": ".inputkubeevents",
|
|
7020
|
+
"InputKubeEventsPqControls": ".inputkubeevents",
|
|
7021
|
+
"InputKubeEventsPqControlsTypedDict": ".inputkubeevents",
|
|
6712
7022
|
"InputKubeEventsPqTypedDict": ".inputkubeevents",
|
|
6713
7023
|
"InputKubeEventsRule": ".inputkubeevents",
|
|
6714
7024
|
"InputKubeEventsRuleTypedDict": ".inputkubeevents",
|
|
@@ -6725,6 +7035,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6725
7035
|
"InputKubeLogsPersistenceCompression": ".inputkubelogs",
|
|
6726
7036
|
"InputKubeLogsPq": ".inputkubelogs",
|
|
6727
7037
|
"InputKubeLogsPqCompression": ".inputkubelogs",
|
|
7038
|
+
"InputKubeLogsPqControls": ".inputkubelogs",
|
|
7039
|
+
"InputKubeLogsPqControlsTypedDict": ".inputkubelogs",
|
|
6728
7040
|
"InputKubeLogsPqTypedDict": ".inputkubelogs",
|
|
6729
7041
|
"InputKubeLogsRule": ".inputkubelogs",
|
|
6730
7042
|
"InputKubeLogsRuleTypedDict": ".inputkubelogs",
|
|
@@ -6741,6 +7053,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6741
7053
|
"InputKubeMetricsPersistence": ".inputkubemetrics",
|
|
6742
7054
|
"InputKubeMetricsPersistenceTypedDict": ".inputkubemetrics",
|
|
6743
7055
|
"InputKubeMetricsPq": ".inputkubemetrics",
|
|
7056
|
+
"InputKubeMetricsPqControls": ".inputkubemetrics",
|
|
7057
|
+
"InputKubeMetricsPqControlsTypedDict": ".inputkubemetrics",
|
|
6744
7058
|
"InputKubeMetricsPqTypedDict": ".inputkubemetrics",
|
|
6745
7059
|
"InputKubeMetricsRule": ".inputkubemetrics",
|
|
6746
7060
|
"InputKubeMetricsRuleTypedDict": ".inputkubemetrics",
|
|
@@ -6761,6 +7075,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6761
7075
|
"InputLokiOauthParam": ".inputloki",
|
|
6762
7076
|
"InputLokiOauthParamTypedDict": ".inputloki",
|
|
6763
7077
|
"InputLokiPq": ".inputloki",
|
|
7078
|
+
"InputLokiPqControls": ".inputloki",
|
|
7079
|
+
"InputLokiPqControlsTypedDict": ".inputloki",
|
|
6764
7080
|
"InputLokiPqTypedDict": ".inputloki",
|
|
6765
7081
|
"InputLokiTLSSettingsServerSide": ".inputloki",
|
|
6766
7082
|
"InputLokiTLSSettingsServerSideTypedDict": ".inputloki",
|
|
@@ -6776,6 +7092,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6776
7092
|
"InputMetricsMinimumTLSVersion": ".inputmetrics",
|
|
6777
7093
|
"InputMetricsMode": ".inputmetrics",
|
|
6778
7094
|
"InputMetricsPq": ".inputmetrics",
|
|
7095
|
+
"InputMetricsPqControls": ".inputmetrics",
|
|
7096
|
+
"InputMetricsPqControlsTypedDict": ".inputmetrics",
|
|
6779
7097
|
"InputMetricsPqTypedDict": ".inputmetrics",
|
|
6780
7098
|
"InputMetricsTLSSettingsServerSide": ".inputmetrics",
|
|
6781
7099
|
"InputMetricsTLSSettingsServerSideTypedDict": ".inputmetrics",
|
|
@@ -6791,6 +7109,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6791
7109
|
"InputModelDrivenTelemetryMinimumTLSVersion": ".inputmodeldriventelemetry",
|
|
6792
7110
|
"InputModelDrivenTelemetryMode": ".inputmodeldriventelemetry",
|
|
6793
7111
|
"InputModelDrivenTelemetryPq": ".inputmodeldriventelemetry",
|
|
7112
|
+
"InputModelDrivenTelemetryPqControls": ".inputmodeldriventelemetry",
|
|
7113
|
+
"InputModelDrivenTelemetryPqControlsTypedDict": ".inputmodeldriventelemetry",
|
|
6794
7114
|
"InputModelDrivenTelemetryPqTypedDict": ".inputmodeldriventelemetry",
|
|
6795
7115
|
"InputModelDrivenTelemetryTLSSettingsServerSide": ".inputmodeldriventelemetry",
|
|
6796
7116
|
"InputModelDrivenTelemetryTLSSettingsServerSideTypedDict": ".inputmodeldriventelemetry",
|
|
@@ -6815,6 +7135,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6815
7135
|
"InputMskMinimumTLSVersion": ".inputmsk",
|
|
6816
7136
|
"InputMskMode": ".inputmsk",
|
|
6817
7137
|
"InputMskPq": ".inputmsk",
|
|
7138
|
+
"InputMskPqControls": ".inputmsk",
|
|
7139
|
+
"InputMskPqControlsTypedDict": ".inputmsk",
|
|
6818
7140
|
"InputMskPqTypedDict": ".inputmsk",
|
|
6819
7141
|
"InputMskSchemaType": ".inputmsk",
|
|
6820
7142
|
"InputMskSignatureVersion": ".inputmsk",
|
|
@@ -6830,6 +7152,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6830
7152
|
"InputNetflowMetadatumTypedDict": ".inputnetflow",
|
|
6831
7153
|
"InputNetflowMode": ".inputnetflow",
|
|
6832
7154
|
"InputNetflowPq": ".inputnetflow",
|
|
7155
|
+
"InputNetflowPqControls": ".inputnetflow",
|
|
7156
|
+
"InputNetflowPqControlsTypedDict": ".inputnetflow",
|
|
6833
7157
|
"InputNetflowPqTypedDict": ".inputnetflow",
|
|
6834
7158
|
"InputNetflowType": ".inputnetflow",
|
|
6835
7159
|
"InputNetflowTypedDict": ".inputnetflow",
|
|
@@ -6845,6 +7169,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6845
7169
|
"InputOffice365MgmtMetadatumTypedDict": ".inputoffice365mgmt",
|
|
6846
7170
|
"InputOffice365MgmtMode": ".inputoffice365mgmt",
|
|
6847
7171
|
"InputOffice365MgmtPq": ".inputoffice365mgmt",
|
|
7172
|
+
"InputOffice365MgmtPqControls": ".inputoffice365mgmt",
|
|
7173
|
+
"InputOffice365MgmtPqControlsTypedDict": ".inputoffice365mgmt",
|
|
6848
7174
|
"InputOffice365MgmtPqTypedDict": ".inputoffice365mgmt",
|
|
6849
7175
|
"InputOffice365MgmtRetryRules": ".inputoffice365mgmt",
|
|
6850
7176
|
"InputOffice365MgmtRetryRulesTypedDict": ".inputoffice365mgmt",
|
|
@@ -6864,6 +7190,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6864
7190
|
"InputOffice365MsgTraceMetadatumTypedDict": ".inputoffice365msgtrace",
|
|
6865
7191
|
"InputOffice365MsgTraceMode": ".inputoffice365msgtrace",
|
|
6866
7192
|
"InputOffice365MsgTracePq": ".inputoffice365msgtrace",
|
|
7193
|
+
"InputOffice365MsgTracePqControls": ".inputoffice365msgtrace",
|
|
7194
|
+
"InputOffice365MsgTracePqControlsTypedDict": ".inputoffice365msgtrace",
|
|
6867
7195
|
"InputOffice365MsgTracePqTypedDict": ".inputoffice365msgtrace",
|
|
6868
7196
|
"InputOffice365MsgTraceRetryRules": ".inputoffice365msgtrace",
|
|
6869
7197
|
"InputOffice365MsgTraceRetryRulesTypedDict": ".inputoffice365msgtrace",
|
|
@@ -6883,6 +7211,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6883
7211
|
"InputOffice365ServiceMetadatumTypedDict": ".inputoffice365service",
|
|
6884
7212
|
"InputOffice365ServiceMode": ".inputoffice365service",
|
|
6885
7213
|
"InputOffice365ServicePq": ".inputoffice365service",
|
|
7214
|
+
"InputOffice365ServicePqControls": ".inputoffice365service",
|
|
7215
|
+
"InputOffice365ServicePqControlsTypedDict": ".inputoffice365service",
|
|
6886
7216
|
"InputOffice365ServicePqTypedDict": ".inputoffice365service",
|
|
6887
7217
|
"InputOffice365ServiceRetryRules": ".inputoffice365service",
|
|
6888
7218
|
"InputOffice365ServiceRetryRulesTypedDict": ".inputoffice365service",
|
|
@@ -6906,6 +7236,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6906
7236
|
"InputOpenTelemetryOauthParam": ".inputopentelemetry",
|
|
6907
7237
|
"InputOpenTelemetryOauthParamTypedDict": ".inputopentelemetry",
|
|
6908
7238
|
"InputOpenTelemetryPq": ".inputopentelemetry",
|
|
7239
|
+
"InputOpenTelemetryPqControls": ".inputopentelemetry",
|
|
7240
|
+
"InputOpenTelemetryPqControlsTypedDict": ".inputopentelemetry",
|
|
6909
7241
|
"InputOpenTelemetryPqTypedDict": ".inputopentelemetry",
|
|
6910
7242
|
"InputOpenTelemetryProtocol": ".inputopentelemetry",
|
|
6911
7243
|
"InputOpenTelemetryTLSSettingsServerSide": ".inputopentelemetry",
|
|
@@ -6924,6 +7256,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6924
7256
|
"InputPrometheusMetadatumTypedDict": ".inputprometheus",
|
|
6925
7257
|
"InputPrometheusMode": ".inputprometheus",
|
|
6926
7258
|
"InputPrometheusPq": ".inputprometheus",
|
|
7259
|
+
"InputPrometheusPqControls": ".inputprometheus",
|
|
7260
|
+
"InputPrometheusPqControlsTypedDict": ".inputprometheus",
|
|
6927
7261
|
"InputPrometheusPqTypedDict": ".inputprometheus",
|
|
6928
7262
|
"InputPrometheusRecordType": ".inputprometheus",
|
|
6929
7263
|
"InputPrometheusSearchFilter": ".inputprometheus",
|
|
@@ -6947,6 +7281,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6947
7281
|
"InputPrometheusRwOauthParam": ".inputprometheusrw",
|
|
6948
7282
|
"InputPrometheusRwOauthParamTypedDict": ".inputprometheusrw",
|
|
6949
7283
|
"InputPrometheusRwPq": ".inputprometheusrw",
|
|
7284
|
+
"InputPrometheusRwPqControls": ".inputprometheusrw",
|
|
7285
|
+
"InputPrometheusRwPqControlsTypedDict": ".inputprometheusrw",
|
|
6950
7286
|
"InputPrometheusRwPqTypedDict": ".inputprometheusrw",
|
|
6951
7287
|
"InputPrometheusRwTLSSettingsServerSide": ".inputprometheusrw",
|
|
6952
7288
|
"InputPrometheusRwTLSSettingsServerSideTypedDict": ".inputprometheusrw",
|
|
@@ -6960,6 +7296,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6960
7296
|
"InputRawUDPMetadatumTypedDict": ".inputrawudp",
|
|
6961
7297
|
"InputRawUDPMode": ".inputrawudp",
|
|
6962
7298
|
"InputRawUDPPq": ".inputrawudp",
|
|
7299
|
+
"InputRawUDPPqControls": ".inputrawudp",
|
|
7300
|
+
"InputRawUDPPqControlsTypedDict": ".inputrawudp",
|
|
6963
7301
|
"InputRawUDPPqTypedDict": ".inputrawudp",
|
|
6964
7302
|
"InputRawUDPType": ".inputrawudp",
|
|
6965
7303
|
"InputRawUDPTypedDict": ".inputrawudp",
|
|
@@ -6974,6 +7312,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6974
7312
|
"InputS3MetadatumTypedDict": ".inputs3",
|
|
6975
7313
|
"InputS3Mode": ".inputs3",
|
|
6976
7314
|
"InputS3Pq": ".inputs3",
|
|
7315
|
+
"InputS3PqControls": ".inputs3",
|
|
7316
|
+
"InputS3PqControlsTypedDict": ".inputs3",
|
|
6977
7317
|
"InputS3PqTypedDict": ".inputs3",
|
|
6978
7318
|
"InputS3Preprocess": ".inputs3",
|
|
6979
7319
|
"InputS3PreprocessTypedDict": ".inputs3",
|
|
@@ -6991,6 +7331,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6991
7331
|
"InputS3InventoryMetadatumTypedDict": ".inputs3inventory",
|
|
6992
7332
|
"InputS3InventoryMode": ".inputs3inventory",
|
|
6993
7333
|
"InputS3InventoryPq": ".inputs3inventory",
|
|
7334
|
+
"InputS3InventoryPqControls": ".inputs3inventory",
|
|
7335
|
+
"InputS3InventoryPqControlsTypedDict": ".inputs3inventory",
|
|
6994
7336
|
"InputS3InventoryPqTypedDict": ".inputs3inventory",
|
|
6995
7337
|
"InputS3InventoryPreprocess": ".inputs3inventory",
|
|
6996
7338
|
"InputS3InventoryPreprocessTypedDict": ".inputs3inventory",
|
|
@@ -7009,6 +7351,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7009
7351
|
"InputSecurityLakeMetadatumTypedDict": ".inputsecuritylake",
|
|
7010
7352
|
"InputSecurityLakeMode": ".inputsecuritylake",
|
|
7011
7353
|
"InputSecurityLakePq": ".inputsecuritylake",
|
|
7354
|
+
"InputSecurityLakePqControls": ".inputsecuritylake",
|
|
7355
|
+
"InputSecurityLakePqControlsTypedDict": ".inputsecuritylake",
|
|
7012
7356
|
"InputSecurityLakePqTypedDict": ".inputsecuritylake",
|
|
7013
7357
|
"InputSecurityLakePreprocess": ".inputsecuritylake",
|
|
7014
7358
|
"InputSecurityLakePreprocessTypedDict": ".inputsecuritylake",
|
|
@@ -7025,6 +7369,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7025
7369
|
"InputSnmpMetadatumTypedDict": ".inputsnmp",
|
|
7026
7370
|
"InputSnmpMode": ".inputsnmp",
|
|
7027
7371
|
"InputSnmpPq": ".inputsnmp",
|
|
7372
|
+
"InputSnmpPqControls": ".inputsnmp",
|
|
7373
|
+
"InputSnmpPqControlsTypedDict": ".inputsnmp",
|
|
7028
7374
|
"InputSnmpPqTypedDict": ".inputsnmp",
|
|
7029
7375
|
"InputSnmpType": ".inputsnmp",
|
|
7030
7376
|
"InputSnmpTypedDict": ".inputsnmp",
|
|
@@ -7046,6 +7392,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7046
7392
|
"InputSplunkMode": ".inputsplunk",
|
|
7047
7393
|
"InputSplunkPq": ".inputsplunk",
|
|
7048
7394
|
"InputSplunkPqCompression": ".inputsplunk",
|
|
7395
|
+
"InputSplunkPqControls": ".inputsplunk",
|
|
7396
|
+
"InputSplunkPqControlsTypedDict": ".inputsplunk",
|
|
7049
7397
|
"InputSplunkPqTypedDict": ".inputsplunk",
|
|
7050
7398
|
"InputSplunkTLSSettingsServerSide": ".inputsplunk",
|
|
7051
7399
|
"InputSplunkTLSSettingsServerSideTypedDict": ".inputsplunk",
|
|
@@ -7066,6 +7414,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7066
7414
|
"InputSplunkHecMinimumTLSVersion": ".inputsplunkhec",
|
|
7067
7415
|
"InputSplunkHecMode": ".inputsplunkhec",
|
|
7068
7416
|
"InputSplunkHecPq": ".inputsplunkhec",
|
|
7417
|
+
"InputSplunkHecPqControls": ".inputsplunkhec",
|
|
7418
|
+
"InputSplunkHecPqControlsTypedDict": ".inputsplunkhec",
|
|
7069
7419
|
"InputSplunkHecPqTypedDict": ".inputsplunkhec",
|
|
7070
7420
|
"InputSplunkHecTLSSettingsServerSide": ".inputsplunkhec",
|
|
7071
7421
|
"InputSplunkHecTLSSettingsServerSideTypedDict": ".inputsplunkhec",
|
|
@@ -7089,6 +7439,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7089
7439
|
"InputSplunkSearchOauthParam": ".inputsplunksearch",
|
|
7090
7440
|
"InputSplunkSearchOauthParamTypedDict": ".inputsplunksearch",
|
|
7091
7441
|
"InputSplunkSearchPq": ".inputsplunksearch",
|
|
7442
|
+
"InputSplunkSearchPqControls": ".inputsplunksearch",
|
|
7443
|
+
"InputSplunkSearchPqControlsTypedDict": ".inputsplunksearch",
|
|
7092
7444
|
"InputSplunkSearchPqTypedDict": ".inputsplunksearch",
|
|
7093
7445
|
"InputSplunkSearchRetryRules": ".inputsplunksearch",
|
|
7094
7446
|
"InputSplunkSearchRetryRulesTypedDict": ".inputsplunksearch",
|
|
@@ -7105,6 +7457,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7105
7457
|
"InputSqsMetadatumTypedDict": ".inputsqs",
|
|
7106
7458
|
"InputSqsMode": ".inputsqs",
|
|
7107
7459
|
"InputSqsPq": ".inputsqs",
|
|
7460
|
+
"InputSqsPqControls": ".inputsqs",
|
|
7461
|
+
"InputSqsPqControlsTypedDict": ".inputsqs",
|
|
7108
7462
|
"InputSqsPqTypedDict": ".inputsqs",
|
|
7109
7463
|
"InputSqsQueueType": ".inputsqs",
|
|
7110
7464
|
"InputSqsSignatureVersion": ".inputsqs",
|
|
@@ -7131,6 +7485,10 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7131
7485
|
"InputSyslogPq1TypedDict": ".inputsyslog",
|
|
7132
7486
|
"InputSyslogPq2": ".inputsyslog",
|
|
7133
7487
|
"InputSyslogPq2TypedDict": ".inputsyslog",
|
|
7488
|
+
"InputSyslogPqControls1": ".inputsyslog",
|
|
7489
|
+
"InputSyslogPqControls1TypedDict": ".inputsyslog",
|
|
7490
|
+
"InputSyslogPqControls2": ".inputsyslog",
|
|
7491
|
+
"InputSyslogPqControls2TypedDict": ".inputsyslog",
|
|
7134
7492
|
"InputSyslogSyslog1": ".inputsyslog",
|
|
7135
7493
|
"InputSyslogSyslog1TypedDict": ".inputsyslog",
|
|
7136
7494
|
"InputSyslogSyslog2": ".inputsyslog",
|
|
@@ -7174,6 +7532,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7174
7532
|
"InputSystemMetricsPersistence": ".inputsystemmetrics",
|
|
7175
7533
|
"InputSystemMetricsPersistenceTypedDict": ".inputsystemmetrics",
|
|
7176
7534
|
"InputSystemMetricsPq": ".inputsystemmetrics",
|
|
7535
|
+
"InputSystemMetricsPqControls": ".inputsystemmetrics",
|
|
7536
|
+
"InputSystemMetricsPqControlsTypedDict": ".inputsystemmetrics",
|
|
7177
7537
|
"InputSystemMetricsPqMode": ".inputsystemmetrics",
|
|
7178
7538
|
"InputSystemMetricsPqTypedDict": ".inputsystemmetrics",
|
|
7179
7539
|
"InputSystemMetricsProcess": ".inputsystemmetrics",
|
|
@@ -7208,6 +7568,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7208
7568
|
"InputSystemStatePersistence": ".inputsystemstate",
|
|
7209
7569
|
"InputSystemStatePersistenceTypedDict": ".inputsystemstate",
|
|
7210
7570
|
"InputSystemStatePq": ".inputsystemstate",
|
|
7571
|
+
"InputSystemStatePqControls": ".inputsystemstate",
|
|
7572
|
+
"InputSystemStatePqControlsTypedDict": ".inputsystemstate",
|
|
7211
7573
|
"InputSystemStatePqTypedDict": ".inputsystemstate",
|
|
7212
7574
|
"InputSystemStateRoutes": ".inputsystemstate",
|
|
7213
7575
|
"InputSystemStateRoutesTypedDict": ".inputsystemstate",
|
|
@@ -7234,6 +7596,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7234
7596
|
"InputTCPMinimumTLSVersion": ".inputtcp",
|
|
7235
7597
|
"InputTCPMode": ".inputtcp",
|
|
7236
7598
|
"InputTCPPq": ".inputtcp",
|
|
7599
|
+
"InputTCPPqControls": ".inputtcp",
|
|
7600
|
+
"InputTCPPqControlsTypedDict": ".inputtcp",
|
|
7237
7601
|
"InputTCPPqTypedDict": ".inputtcp",
|
|
7238
7602
|
"InputTCPPreprocess": ".inputtcp",
|
|
7239
7603
|
"InputTCPPreprocessTypedDict": ".inputtcp",
|
|
@@ -7252,6 +7616,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7252
7616
|
"InputTcpjsonMinimumTLSVersion": ".inputtcpjson",
|
|
7253
7617
|
"InputTcpjsonMode": ".inputtcpjson",
|
|
7254
7618
|
"InputTcpjsonPq": ".inputtcpjson",
|
|
7619
|
+
"InputTcpjsonPqControls": ".inputtcpjson",
|
|
7620
|
+
"InputTcpjsonPqControlsTypedDict": ".inputtcpjson",
|
|
7255
7621
|
"InputTcpjsonPqTypedDict": ".inputtcpjson",
|
|
7256
7622
|
"InputTcpjsonTLSSettingsServerSide": ".inputtcpjson",
|
|
7257
7623
|
"InputTcpjsonTLSSettingsServerSideTypedDict": ".inputtcpjson",
|
|
@@ -7269,6 +7635,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7269
7635
|
"InputWefMinimumTLSVersion": ".inputwef",
|
|
7270
7636
|
"InputWefMode": ".inputwef",
|
|
7271
7637
|
"InputWefPq": ".inputwef",
|
|
7638
|
+
"InputWefPqControls": ".inputwef",
|
|
7639
|
+
"InputWefPqControlsTypedDict": ".inputwef",
|
|
7272
7640
|
"InputWefPqTypedDict": ".inputwef",
|
|
7273
7641
|
"InputWefType": ".inputwef",
|
|
7274
7642
|
"InputWefTypedDict": ".inputwef",
|
|
@@ -7306,6 +7674,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7306
7674
|
"InputWindowsMetricsPersistence": ".inputwindowsmetrics",
|
|
7307
7675
|
"InputWindowsMetricsPersistenceTypedDict": ".inputwindowsmetrics",
|
|
7308
7676
|
"InputWindowsMetricsPq": ".inputwindowsmetrics",
|
|
7677
|
+
"InputWindowsMetricsPqControls": ".inputwindowsmetrics",
|
|
7678
|
+
"InputWindowsMetricsPqControlsTypedDict": ".inputwindowsmetrics",
|
|
7309
7679
|
"InputWindowsMetricsPqMode": ".inputwindowsmetrics",
|
|
7310
7680
|
"InputWindowsMetricsPqTypedDict": ".inputwindowsmetrics",
|
|
7311
7681
|
"InputWindowsMetricsProcess": ".inputwindowsmetrics",
|
|
@@ -7326,6 +7696,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7326
7696
|
"InputWinEventLogsMetadatumTypedDict": ".inputwineventlogs",
|
|
7327
7697
|
"InputWinEventLogsMode": ".inputwineventlogs",
|
|
7328
7698
|
"InputWinEventLogsPq": ".inputwineventlogs",
|
|
7699
|
+
"InputWinEventLogsPqControls": ".inputwineventlogs",
|
|
7700
|
+
"InputWinEventLogsPqControlsTypedDict": ".inputwineventlogs",
|
|
7329
7701
|
"InputWinEventLogsPqTypedDict": ".inputwineventlogs",
|
|
7330
7702
|
"InputWinEventLogsType": ".inputwineventlogs",
|
|
7331
7703
|
"InputWinEventLogsTypedDict": ".inputwineventlogs",
|
|
@@ -7341,6 +7713,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7341
7713
|
"InputWizMetadatumTypedDict": ".inputwiz",
|
|
7342
7714
|
"InputWizMode": ".inputwiz",
|
|
7343
7715
|
"InputWizPq": ".inputwiz",
|
|
7716
|
+
"InputWizPqControls": ".inputwiz",
|
|
7717
|
+
"InputWizPqControlsTypedDict": ".inputwiz",
|
|
7344
7718
|
"InputWizPqTypedDict": ".inputwiz",
|
|
7345
7719
|
"InputWizRetryRules": ".inputwiz",
|
|
7346
7720
|
"InputWizRetryRulesTypedDict": ".inputwiz",
|
|
@@ -7361,6 +7735,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7361
7735
|
"InputWizWebhookMinimumTLSVersion": ".inputwizwebhook",
|
|
7362
7736
|
"InputWizWebhookMode": ".inputwizwebhook",
|
|
7363
7737
|
"InputWizWebhookPq": ".inputwizwebhook",
|
|
7738
|
+
"InputWizWebhookPqControls": ".inputwizwebhook",
|
|
7739
|
+
"InputWizWebhookPqControlsTypedDict": ".inputwizwebhook",
|
|
7364
7740
|
"InputWizWebhookPqTypedDict": ".inputwizwebhook",
|
|
7365
7741
|
"InputWizWebhookTLSSettingsServerSide": ".inputwizwebhook",
|
|
7366
7742
|
"InputWizWebhookTLSSettingsServerSideTypedDict": ".inputwizwebhook",
|
|
@@ -7381,6 +7757,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7381
7757
|
"InputZscalerHecMinimumTLSVersion": ".inputzscalerhec",
|
|
7382
7758
|
"InputZscalerHecMode": ".inputzscalerhec",
|
|
7383
7759
|
"InputZscalerHecPq": ".inputzscalerhec",
|
|
7760
|
+
"InputZscalerHecPqControls": ".inputzscalerhec",
|
|
7761
|
+
"InputZscalerHecPqControlsTypedDict": ".inputzscalerhec",
|
|
7384
7762
|
"InputZscalerHecPqTypedDict": ".inputzscalerhec",
|
|
7385
7763
|
"InputZscalerHecTLSSettingsServerSide": ".inputzscalerhec",
|
|
7386
7764
|
"InputZscalerHecTLSSettingsServerSideTypedDict": ".inputzscalerhec",
|