pulumi-splunk 1.3.0a1757719181__py3-none-any.whl → 1.3.0a1758005629__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 pulumi-splunk might be problematic. Click here for more details.
- pulumi_splunk/pulumi-plugin.json +1 -1
- pulumi_splunk/saved_searches.py +282 -0
- {pulumi_splunk-1.3.0a1757719181.dist-info → pulumi_splunk-1.3.0a1758005629.dist-info}/METADATA +1 -1
- {pulumi_splunk-1.3.0a1757719181.dist-info → pulumi_splunk-1.3.0a1758005629.dist-info}/RECORD +6 -6
- {pulumi_splunk-1.3.0a1757719181.dist-info → pulumi_splunk-1.3.0a1758005629.dist-info}/WHEEL +0 -0
- {pulumi_splunk-1.3.0a1757719181.dist-info → pulumi_splunk-1.3.0a1758005629.dist-info}/top_level.txt +0 -0
pulumi_splunk/pulumi-plugin.json
CHANGED
pulumi_splunk/saved_searches.py
CHANGED
|
@@ -76,6 +76,12 @@ class SavedSearchesArgs:
|
|
|
76
76
|
action_jira_service_desk_param_jira_priority: Optional[pulumi.Input[_builtins.str]] = None,
|
|
77
77
|
action_jira_service_desk_param_jira_project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
78
78
|
action_jira_service_desk_param_jira_summary: Optional[pulumi.Input[_builtins.str]] = None,
|
|
79
|
+
action_logevent: Optional[pulumi.Input[_builtins.str]] = None,
|
|
80
|
+
action_logevent_param_event: Optional[pulumi.Input[_builtins.str]] = None,
|
|
81
|
+
action_logevent_param_host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
82
|
+
action_logevent_param_index: Optional[pulumi.Input[_builtins.str]] = None,
|
|
83
|
+
action_logevent_param_source: Optional[pulumi.Input[_builtins.str]] = None,
|
|
84
|
+
action_logevent_param_sourcetype: Optional[pulumi.Input[_builtins.str]] = None,
|
|
79
85
|
action_pagerduty_custom_details: Optional[pulumi.Input[_builtins.str]] = None,
|
|
80
86
|
action_pagerduty_integration_key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
81
87
|
action_pagerduty_integration_key_override: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -241,6 +247,12 @@ class SavedSearchesArgs:
|
|
|
241
247
|
:param pulumi.Input[_builtins.str] action_jira_service_desk_param_jira_priority: Jira priority of issue
|
|
242
248
|
:param pulumi.Input[_builtins.str] action_jira_service_desk_param_jira_project: Jira Project name
|
|
243
249
|
:param pulumi.Input[_builtins.str] action_jira_service_desk_param_jira_summary: Jira issue title/summary
|
|
250
|
+
:param pulumi.Input[_builtins.str] action_logevent: Enable log event action (Should be 1 (Enabled) or 0 (Disabled))
|
|
251
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_event: Specific event text for the logged event.
|
|
252
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_host: Value for the host field of the logged event.
|
|
253
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_index: Destination index where to store the logged event.
|
|
254
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_source: Value for the source field of the logged event.
|
|
255
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_sourcetype: Destination sourcetype where to store the logged event.
|
|
244
256
|
:param pulumi.Input[_builtins.str] action_pagerduty_custom_details: The PagerDuty custom details information.
|
|
245
257
|
:param pulumi.Input[_builtins.str] action_pagerduty_integration_key: The PagerDuty integration Key.
|
|
246
258
|
:param pulumi.Input[_builtins.str] action_pagerduty_integration_key_override: The PagerDuty integration Key override.
|
|
@@ -459,6 +471,18 @@ class SavedSearchesArgs:
|
|
|
459
471
|
pulumi.set(__self__, "action_jira_service_desk_param_jira_project", action_jira_service_desk_param_jira_project)
|
|
460
472
|
if action_jira_service_desk_param_jira_summary is not None:
|
|
461
473
|
pulumi.set(__self__, "action_jira_service_desk_param_jira_summary", action_jira_service_desk_param_jira_summary)
|
|
474
|
+
if action_logevent is not None:
|
|
475
|
+
pulumi.set(__self__, "action_logevent", action_logevent)
|
|
476
|
+
if action_logevent_param_event is not None:
|
|
477
|
+
pulumi.set(__self__, "action_logevent_param_event", action_logevent_param_event)
|
|
478
|
+
if action_logevent_param_host is not None:
|
|
479
|
+
pulumi.set(__self__, "action_logevent_param_host", action_logevent_param_host)
|
|
480
|
+
if action_logevent_param_index is not None:
|
|
481
|
+
pulumi.set(__self__, "action_logevent_param_index", action_logevent_param_index)
|
|
482
|
+
if action_logevent_param_source is not None:
|
|
483
|
+
pulumi.set(__self__, "action_logevent_param_source", action_logevent_param_source)
|
|
484
|
+
if action_logevent_param_sourcetype is not None:
|
|
485
|
+
pulumi.set(__self__, "action_logevent_param_sourcetype", action_logevent_param_sourcetype)
|
|
462
486
|
if action_pagerduty_custom_details is not None:
|
|
463
487
|
pulumi.set(__self__, "action_pagerduty_custom_details", action_pagerduty_custom_details)
|
|
464
488
|
if action_pagerduty_integration_key is not None:
|
|
@@ -1336,6 +1360,78 @@ class SavedSearchesArgs:
|
|
|
1336
1360
|
def action_jira_service_desk_param_jira_summary(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1337
1361
|
pulumi.set(self, "action_jira_service_desk_param_jira_summary", value)
|
|
1338
1362
|
|
|
1363
|
+
@_builtins.property
|
|
1364
|
+
@pulumi.getter(name="actionLogevent")
|
|
1365
|
+
def action_logevent(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1366
|
+
"""
|
|
1367
|
+
Enable log event action (Should be 1 (Enabled) or 0 (Disabled))
|
|
1368
|
+
"""
|
|
1369
|
+
return pulumi.get(self, "action_logevent")
|
|
1370
|
+
|
|
1371
|
+
@action_logevent.setter
|
|
1372
|
+
def action_logevent(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1373
|
+
pulumi.set(self, "action_logevent", value)
|
|
1374
|
+
|
|
1375
|
+
@_builtins.property
|
|
1376
|
+
@pulumi.getter(name="actionLogeventParamEvent")
|
|
1377
|
+
def action_logevent_param_event(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1378
|
+
"""
|
|
1379
|
+
Specific event text for the logged event.
|
|
1380
|
+
"""
|
|
1381
|
+
return pulumi.get(self, "action_logevent_param_event")
|
|
1382
|
+
|
|
1383
|
+
@action_logevent_param_event.setter
|
|
1384
|
+
def action_logevent_param_event(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1385
|
+
pulumi.set(self, "action_logevent_param_event", value)
|
|
1386
|
+
|
|
1387
|
+
@_builtins.property
|
|
1388
|
+
@pulumi.getter(name="actionLogeventParamHost")
|
|
1389
|
+
def action_logevent_param_host(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1390
|
+
"""
|
|
1391
|
+
Value for the host field of the logged event.
|
|
1392
|
+
"""
|
|
1393
|
+
return pulumi.get(self, "action_logevent_param_host")
|
|
1394
|
+
|
|
1395
|
+
@action_logevent_param_host.setter
|
|
1396
|
+
def action_logevent_param_host(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1397
|
+
pulumi.set(self, "action_logevent_param_host", value)
|
|
1398
|
+
|
|
1399
|
+
@_builtins.property
|
|
1400
|
+
@pulumi.getter(name="actionLogeventParamIndex")
|
|
1401
|
+
def action_logevent_param_index(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1402
|
+
"""
|
|
1403
|
+
Destination index where to store the logged event.
|
|
1404
|
+
"""
|
|
1405
|
+
return pulumi.get(self, "action_logevent_param_index")
|
|
1406
|
+
|
|
1407
|
+
@action_logevent_param_index.setter
|
|
1408
|
+
def action_logevent_param_index(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1409
|
+
pulumi.set(self, "action_logevent_param_index", value)
|
|
1410
|
+
|
|
1411
|
+
@_builtins.property
|
|
1412
|
+
@pulumi.getter(name="actionLogeventParamSource")
|
|
1413
|
+
def action_logevent_param_source(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1414
|
+
"""
|
|
1415
|
+
Value for the source field of the logged event.
|
|
1416
|
+
"""
|
|
1417
|
+
return pulumi.get(self, "action_logevent_param_source")
|
|
1418
|
+
|
|
1419
|
+
@action_logevent_param_source.setter
|
|
1420
|
+
def action_logevent_param_source(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1421
|
+
pulumi.set(self, "action_logevent_param_source", value)
|
|
1422
|
+
|
|
1423
|
+
@_builtins.property
|
|
1424
|
+
@pulumi.getter(name="actionLogeventParamSourcetype")
|
|
1425
|
+
def action_logevent_param_sourcetype(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1426
|
+
"""
|
|
1427
|
+
Destination sourcetype where to store the logged event.
|
|
1428
|
+
"""
|
|
1429
|
+
return pulumi.get(self, "action_logevent_param_sourcetype")
|
|
1430
|
+
|
|
1431
|
+
@action_logevent_param_sourcetype.setter
|
|
1432
|
+
def action_logevent_param_sourcetype(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1433
|
+
pulumi.set(self, "action_logevent_param_sourcetype", value)
|
|
1434
|
+
|
|
1339
1435
|
@_builtins.property
|
|
1340
1436
|
@pulumi.getter(name="actionPagerdutyCustomDetails")
|
|
1341
1437
|
def action_pagerduty_custom_details(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -2691,6 +2787,12 @@ class _SavedSearchesState:
|
|
|
2691
2787
|
action_jira_service_desk_param_jira_priority: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2692
2788
|
action_jira_service_desk_param_jira_project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2693
2789
|
action_jira_service_desk_param_jira_summary: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2790
|
+
action_logevent: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2791
|
+
action_logevent_param_event: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2792
|
+
action_logevent_param_host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2793
|
+
action_logevent_param_index: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2794
|
+
action_logevent_param_source: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2795
|
+
action_logevent_param_sourcetype: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2694
2796
|
action_pagerduty_custom_details: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2695
2797
|
action_pagerduty_integration_key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2696
2798
|
action_pagerduty_integration_key_override: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -2861,6 +2963,12 @@ class _SavedSearchesState:
|
|
|
2861
2963
|
:param pulumi.Input[_builtins.str] action_jira_service_desk_param_jira_priority: Jira priority of issue
|
|
2862
2964
|
:param pulumi.Input[_builtins.str] action_jira_service_desk_param_jira_project: Jira Project name
|
|
2863
2965
|
:param pulumi.Input[_builtins.str] action_jira_service_desk_param_jira_summary: Jira issue title/summary
|
|
2966
|
+
:param pulumi.Input[_builtins.str] action_logevent: Enable log event action (Should be 1 (Enabled) or 0 (Disabled))
|
|
2967
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_event: Specific event text for the logged event.
|
|
2968
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_host: Value for the host field of the logged event.
|
|
2969
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_index: Destination index where to store the logged event.
|
|
2970
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_source: Value for the source field of the logged event.
|
|
2971
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_sourcetype: Destination sourcetype where to store the logged event.
|
|
2864
2972
|
:param pulumi.Input[_builtins.str] action_pagerduty_custom_details: The PagerDuty custom details information.
|
|
2865
2973
|
:param pulumi.Input[_builtins.str] action_pagerduty_integration_key: The PagerDuty integration Key.
|
|
2866
2974
|
:param pulumi.Input[_builtins.str] action_pagerduty_integration_key_override: The PagerDuty integration Key override.
|
|
@@ -3085,6 +3193,18 @@ class _SavedSearchesState:
|
|
|
3085
3193
|
pulumi.set(__self__, "action_jira_service_desk_param_jira_project", action_jira_service_desk_param_jira_project)
|
|
3086
3194
|
if action_jira_service_desk_param_jira_summary is not None:
|
|
3087
3195
|
pulumi.set(__self__, "action_jira_service_desk_param_jira_summary", action_jira_service_desk_param_jira_summary)
|
|
3196
|
+
if action_logevent is not None:
|
|
3197
|
+
pulumi.set(__self__, "action_logevent", action_logevent)
|
|
3198
|
+
if action_logevent_param_event is not None:
|
|
3199
|
+
pulumi.set(__self__, "action_logevent_param_event", action_logevent_param_event)
|
|
3200
|
+
if action_logevent_param_host is not None:
|
|
3201
|
+
pulumi.set(__self__, "action_logevent_param_host", action_logevent_param_host)
|
|
3202
|
+
if action_logevent_param_index is not None:
|
|
3203
|
+
pulumi.set(__self__, "action_logevent_param_index", action_logevent_param_index)
|
|
3204
|
+
if action_logevent_param_source is not None:
|
|
3205
|
+
pulumi.set(__self__, "action_logevent_param_source", action_logevent_param_source)
|
|
3206
|
+
if action_logevent_param_sourcetype is not None:
|
|
3207
|
+
pulumi.set(__self__, "action_logevent_param_sourcetype", action_logevent_param_sourcetype)
|
|
3088
3208
|
if action_pagerduty_custom_details is not None:
|
|
3089
3209
|
pulumi.set(__self__, "action_pagerduty_custom_details", action_pagerduty_custom_details)
|
|
3090
3210
|
if action_pagerduty_integration_key is not None:
|
|
@@ -3972,6 +4092,78 @@ class _SavedSearchesState:
|
|
|
3972
4092
|
def action_jira_service_desk_param_jira_summary(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3973
4093
|
pulumi.set(self, "action_jira_service_desk_param_jira_summary", value)
|
|
3974
4094
|
|
|
4095
|
+
@_builtins.property
|
|
4096
|
+
@pulumi.getter(name="actionLogevent")
|
|
4097
|
+
def action_logevent(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4098
|
+
"""
|
|
4099
|
+
Enable log event action (Should be 1 (Enabled) or 0 (Disabled))
|
|
4100
|
+
"""
|
|
4101
|
+
return pulumi.get(self, "action_logevent")
|
|
4102
|
+
|
|
4103
|
+
@action_logevent.setter
|
|
4104
|
+
def action_logevent(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4105
|
+
pulumi.set(self, "action_logevent", value)
|
|
4106
|
+
|
|
4107
|
+
@_builtins.property
|
|
4108
|
+
@pulumi.getter(name="actionLogeventParamEvent")
|
|
4109
|
+
def action_logevent_param_event(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4110
|
+
"""
|
|
4111
|
+
Specific event text for the logged event.
|
|
4112
|
+
"""
|
|
4113
|
+
return pulumi.get(self, "action_logevent_param_event")
|
|
4114
|
+
|
|
4115
|
+
@action_logevent_param_event.setter
|
|
4116
|
+
def action_logevent_param_event(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4117
|
+
pulumi.set(self, "action_logevent_param_event", value)
|
|
4118
|
+
|
|
4119
|
+
@_builtins.property
|
|
4120
|
+
@pulumi.getter(name="actionLogeventParamHost")
|
|
4121
|
+
def action_logevent_param_host(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4122
|
+
"""
|
|
4123
|
+
Value for the host field of the logged event.
|
|
4124
|
+
"""
|
|
4125
|
+
return pulumi.get(self, "action_logevent_param_host")
|
|
4126
|
+
|
|
4127
|
+
@action_logevent_param_host.setter
|
|
4128
|
+
def action_logevent_param_host(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4129
|
+
pulumi.set(self, "action_logevent_param_host", value)
|
|
4130
|
+
|
|
4131
|
+
@_builtins.property
|
|
4132
|
+
@pulumi.getter(name="actionLogeventParamIndex")
|
|
4133
|
+
def action_logevent_param_index(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4134
|
+
"""
|
|
4135
|
+
Destination index where to store the logged event.
|
|
4136
|
+
"""
|
|
4137
|
+
return pulumi.get(self, "action_logevent_param_index")
|
|
4138
|
+
|
|
4139
|
+
@action_logevent_param_index.setter
|
|
4140
|
+
def action_logevent_param_index(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4141
|
+
pulumi.set(self, "action_logevent_param_index", value)
|
|
4142
|
+
|
|
4143
|
+
@_builtins.property
|
|
4144
|
+
@pulumi.getter(name="actionLogeventParamSource")
|
|
4145
|
+
def action_logevent_param_source(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4146
|
+
"""
|
|
4147
|
+
Value for the source field of the logged event.
|
|
4148
|
+
"""
|
|
4149
|
+
return pulumi.get(self, "action_logevent_param_source")
|
|
4150
|
+
|
|
4151
|
+
@action_logevent_param_source.setter
|
|
4152
|
+
def action_logevent_param_source(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4153
|
+
pulumi.set(self, "action_logevent_param_source", value)
|
|
4154
|
+
|
|
4155
|
+
@_builtins.property
|
|
4156
|
+
@pulumi.getter(name="actionLogeventParamSourcetype")
|
|
4157
|
+
def action_logevent_param_sourcetype(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4158
|
+
"""
|
|
4159
|
+
Destination sourcetype where to store the logged event.
|
|
4160
|
+
"""
|
|
4161
|
+
return pulumi.get(self, "action_logevent_param_sourcetype")
|
|
4162
|
+
|
|
4163
|
+
@action_logevent_param_sourcetype.setter
|
|
4164
|
+
def action_logevent_param_sourcetype(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4165
|
+
pulumi.set(self, "action_logevent_param_sourcetype", value)
|
|
4166
|
+
|
|
3975
4167
|
@_builtins.property
|
|
3976
4168
|
@pulumi.getter(name="actionPagerdutyCustomDetails")
|
|
3977
4169
|
def action_pagerduty_custom_details(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -5389,6 +5581,12 @@ class SavedSearches(pulumi.CustomResource):
|
|
|
5389
5581
|
action_jira_service_desk_param_jira_priority: Optional[pulumi.Input[_builtins.str]] = None,
|
|
5390
5582
|
action_jira_service_desk_param_jira_project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
5391
5583
|
action_jira_service_desk_param_jira_summary: Optional[pulumi.Input[_builtins.str]] = None,
|
|
5584
|
+
action_logevent: Optional[pulumi.Input[_builtins.str]] = None,
|
|
5585
|
+
action_logevent_param_event: Optional[pulumi.Input[_builtins.str]] = None,
|
|
5586
|
+
action_logevent_param_host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
5587
|
+
action_logevent_param_index: Optional[pulumi.Input[_builtins.str]] = None,
|
|
5588
|
+
action_logevent_param_source: Optional[pulumi.Input[_builtins.str]] = None,
|
|
5589
|
+
action_logevent_param_sourcetype: Optional[pulumi.Input[_builtins.str]] = None,
|
|
5392
5590
|
action_pagerduty_custom_details: Optional[pulumi.Input[_builtins.str]] = None,
|
|
5393
5591
|
action_pagerduty_integration_key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
5394
5592
|
action_pagerduty_integration_key_override: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -5587,6 +5785,12 @@ class SavedSearches(pulumi.CustomResource):
|
|
|
5587
5785
|
:param pulumi.Input[_builtins.str] action_jira_service_desk_param_jira_priority: Jira priority of issue
|
|
5588
5786
|
:param pulumi.Input[_builtins.str] action_jira_service_desk_param_jira_project: Jira Project name
|
|
5589
5787
|
:param pulumi.Input[_builtins.str] action_jira_service_desk_param_jira_summary: Jira issue title/summary
|
|
5788
|
+
:param pulumi.Input[_builtins.str] action_logevent: Enable log event action (Should be 1 (Enabled) or 0 (Disabled))
|
|
5789
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_event: Specific event text for the logged event.
|
|
5790
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_host: Value for the host field of the logged event.
|
|
5791
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_index: Destination index where to store the logged event.
|
|
5792
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_source: Value for the source field of the logged event.
|
|
5793
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_sourcetype: Destination sourcetype where to store the logged event.
|
|
5590
5794
|
:param pulumi.Input[_builtins.str] action_pagerduty_custom_details: The PagerDuty custom details information.
|
|
5591
5795
|
:param pulumi.Input[_builtins.str] action_pagerduty_integration_key: The PagerDuty integration Key.
|
|
5592
5796
|
:param pulumi.Input[_builtins.str] action_pagerduty_integration_key_override: The PagerDuty integration Key override.
|
|
@@ -5804,6 +6008,12 @@ class SavedSearches(pulumi.CustomResource):
|
|
|
5804
6008
|
action_jira_service_desk_param_jira_priority: Optional[pulumi.Input[_builtins.str]] = None,
|
|
5805
6009
|
action_jira_service_desk_param_jira_project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
5806
6010
|
action_jira_service_desk_param_jira_summary: Optional[pulumi.Input[_builtins.str]] = None,
|
|
6011
|
+
action_logevent: Optional[pulumi.Input[_builtins.str]] = None,
|
|
6012
|
+
action_logevent_param_event: Optional[pulumi.Input[_builtins.str]] = None,
|
|
6013
|
+
action_logevent_param_host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
6014
|
+
action_logevent_param_index: Optional[pulumi.Input[_builtins.str]] = None,
|
|
6015
|
+
action_logevent_param_source: Optional[pulumi.Input[_builtins.str]] = None,
|
|
6016
|
+
action_logevent_param_sourcetype: Optional[pulumi.Input[_builtins.str]] = None,
|
|
5807
6017
|
action_pagerduty_custom_details: Optional[pulumi.Input[_builtins.str]] = None,
|
|
5808
6018
|
action_pagerduty_integration_key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
5809
6019
|
action_pagerduty_integration_key_override: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -5976,6 +6186,12 @@ class SavedSearches(pulumi.CustomResource):
|
|
|
5976
6186
|
__props__.__dict__["action_jira_service_desk_param_jira_priority"] = action_jira_service_desk_param_jira_priority
|
|
5977
6187
|
__props__.__dict__["action_jira_service_desk_param_jira_project"] = action_jira_service_desk_param_jira_project
|
|
5978
6188
|
__props__.__dict__["action_jira_service_desk_param_jira_summary"] = action_jira_service_desk_param_jira_summary
|
|
6189
|
+
__props__.__dict__["action_logevent"] = action_logevent
|
|
6190
|
+
__props__.__dict__["action_logevent_param_event"] = action_logevent_param_event
|
|
6191
|
+
__props__.__dict__["action_logevent_param_host"] = action_logevent_param_host
|
|
6192
|
+
__props__.__dict__["action_logevent_param_index"] = action_logevent_param_index
|
|
6193
|
+
__props__.__dict__["action_logevent_param_source"] = action_logevent_param_source
|
|
6194
|
+
__props__.__dict__["action_logevent_param_sourcetype"] = action_logevent_param_sourcetype
|
|
5979
6195
|
__props__.__dict__["action_pagerduty_custom_details"] = action_pagerduty_custom_details
|
|
5980
6196
|
__props__.__dict__["action_pagerduty_integration_key"] = action_pagerduty_integration_key
|
|
5981
6197
|
__props__.__dict__["action_pagerduty_integration_key_override"] = action_pagerduty_integration_key_override
|
|
@@ -6157,6 +6373,12 @@ class SavedSearches(pulumi.CustomResource):
|
|
|
6157
6373
|
action_jira_service_desk_param_jira_priority: Optional[pulumi.Input[_builtins.str]] = None,
|
|
6158
6374
|
action_jira_service_desk_param_jira_project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
6159
6375
|
action_jira_service_desk_param_jira_summary: Optional[pulumi.Input[_builtins.str]] = None,
|
|
6376
|
+
action_logevent: Optional[pulumi.Input[_builtins.str]] = None,
|
|
6377
|
+
action_logevent_param_event: Optional[pulumi.Input[_builtins.str]] = None,
|
|
6378
|
+
action_logevent_param_host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
6379
|
+
action_logevent_param_index: Optional[pulumi.Input[_builtins.str]] = None,
|
|
6380
|
+
action_logevent_param_source: Optional[pulumi.Input[_builtins.str]] = None,
|
|
6381
|
+
action_logevent_param_sourcetype: Optional[pulumi.Input[_builtins.str]] = None,
|
|
6160
6382
|
action_pagerduty_custom_details: Optional[pulumi.Input[_builtins.str]] = None,
|
|
6161
6383
|
action_pagerduty_integration_key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
6162
6384
|
action_pagerduty_integration_key_override: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -6332,6 +6554,12 @@ class SavedSearches(pulumi.CustomResource):
|
|
|
6332
6554
|
:param pulumi.Input[_builtins.str] action_jira_service_desk_param_jira_priority: Jira priority of issue
|
|
6333
6555
|
:param pulumi.Input[_builtins.str] action_jira_service_desk_param_jira_project: Jira Project name
|
|
6334
6556
|
:param pulumi.Input[_builtins.str] action_jira_service_desk_param_jira_summary: Jira issue title/summary
|
|
6557
|
+
:param pulumi.Input[_builtins.str] action_logevent: Enable log event action (Should be 1 (Enabled) or 0 (Disabled))
|
|
6558
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_event: Specific event text for the logged event.
|
|
6559
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_host: Value for the host field of the logged event.
|
|
6560
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_index: Destination index where to store the logged event.
|
|
6561
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_source: Value for the source field of the logged event.
|
|
6562
|
+
:param pulumi.Input[_builtins.str] action_logevent_param_sourcetype: Destination sourcetype where to store the logged event.
|
|
6335
6563
|
:param pulumi.Input[_builtins.str] action_pagerduty_custom_details: The PagerDuty custom details information.
|
|
6336
6564
|
:param pulumi.Input[_builtins.str] action_pagerduty_integration_key: The PagerDuty integration Key.
|
|
6337
6565
|
:param pulumi.Input[_builtins.str] action_pagerduty_integration_key_override: The PagerDuty integration Key override.
|
|
@@ -6505,6 +6733,12 @@ class SavedSearches(pulumi.CustomResource):
|
|
|
6505
6733
|
__props__.__dict__["action_jira_service_desk_param_jira_priority"] = action_jira_service_desk_param_jira_priority
|
|
6506
6734
|
__props__.__dict__["action_jira_service_desk_param_jira_project"] = action_jira_service_desk_param_jira_project
|
|
6507
6735
|
__props__.__dict__["action_jira_service_desk_param_jira_summary"] = action_jira_service_desk_param_jira_summary
|
|
6736
|
+
__props__.__dict__["action_logevent"] = action_logevent
|
|
6737
|
+
__props__.__dict__["action_logevent_param_event"] = action_logevent_param_event
|
|
6738
|
+
__props__.__dict__["action_logevent_param_host"] = action_logevent_param_host
|
|
6739
|
+
__props__.__dict__["action_logevent_param_index"] = action_logevent_param_index
|
|
6740
|
+
__props__.__dict__["action_logevent_param_source"] = action_logevent_param_source
|
|
6741
|
+
__props__.__dict__["action_logevent_param_sourcetype"] = action_logevent_param_sourcetype
|
|
6508
6742
|
__props__.__dict__["action_pagerduty_custom_details"] = action_pagerduty_custom_details
|
|
6509
6743
|
__props__.__dict__["action_pagerduty_integration_key"] = action_pagerduty_integration_key
|
|
6510
6744
|
__props__.__dict__["action_pagerduty_integration_key_override"] = action_pagerduty_integration_key_override
|
|
@@ -7060,6 +7294,54 @@ class SavedSearches(pulumi.CustomResource):
|
|
|
7060
7294
|
"""
|
|
7061
7295
|
return pulumi.get(self, "action_jira_service_desk_param_jira_summary")
|
|
7062
7296
|
|
|
7297
|
+
@_builtins.property
|
|
7298
|
+
@pulumi.getter(name="actionLogevent")
|
|
7299
|
+
def action_logevent(self) -> pulumi.Output[_builtins.str]:
|
|
7300
|
+
"""
|
|
7301
|
+
Enable log event action (Should be 1 (Enabled) or 0 (Disabled))
|
|
7302
|
+
"""
|
|
7303
|
+
return pulumi.get(self, "action_logevent")
|
|
7304
|
+
|
|
7305
|
+
@_builtins.property
|
|
7306
|
+
@pulumi.getter(name="actionLogeventParamEvent")
|
|
7307
|
+
def action_logevent_param_event(self) -> pulumi.Output[_builtins.str]:
|
|
7308
|
+
"""
|
|
7309
|
+
Specific event text for the logged event.
|
|
7310
|
+
"""
|
|
7311
|
+
return pulumi.get(self, "action_logevent_param_event")
|
|
7312
|
+
|
|
7313
|
+
@_builtins.property
|
|
7314
|
+
@pulumi.getter(name="actionLogeventParamHost")
|
|
7315
|
+
def action_logevent_param_host(self) -> pulumi.Output[_builtins.str]:
|
|
7316
|
+
"""
|
|
7317
|
+
Value for the host field of the logged event.
|
|
7318
|
+
"""
|
|
7319
|
+
return pulumi.get(self, "action_logevent_param_host")
|
|
7320
|
+
|
|
7321
|
+
@_builtins.property
|
|
7322
|
+
@pulumi.getter(name="actionLogeventParamIndex")
|
|
7323
|
+
def action_logevent_param_index(self) -> pulumi.Output[_builtins.str]:
|
|
7324
|
+
"""
|
|
7325
|
+
Destination index where to store the logged event.
|
|
7326
|
+
"""
|
|
7327
|
+
return pulumi.get(self, "action_logevent_param_index")
|
|
7328
|
+
|
|
7329
|
+
@_builtins.property
|
|
7330
|
+
@pulumi.getter(name="actionLogeventParamSource")
|
|
7331
|
+
def action_logevent_param_source(self) -> pulumi.Output[_builtins.str]:
|
|
7332
|
+
"""
|
|
7333
|
+
Value for the source field of the logged event.
|
|
7334
|
+
"""
|
|
7335
|
+
return pulumi.get(self, "action_logevent_param_source")
|
|
7336
|
+
|
|
7337
|
+
@_builtins.property
|
|
7338
|
+
@pulumi.getter(name="actionLogeventParamSourcetype")
|
|
7339
|
+
def action_logevent_param_sourcetype(self) -> pulumi.Output[_builtins.str]:
|
|
7340
|
+
"""
|
|
7341
|
+
Destination sourcetype where to store the logged event.
|
|
7342
|
+
"""
|
|
7343
|
+
return pulumi.get(self, "action_logevent_param_sourcetype")
|
|
7344
|
+
|
|
7063
7345
|
@_builtins.property
|
|
7064
7346
|
@pulumi.getter(name="actionPagerdutyCustomDetails")
|
|
7065
7347
|
def action_pagerduty_custom_details(self) -> pulumi.Output[_builtins.str]:
|
{pulumi_splunk-1.3.0a1757719181.dist-info → pulumi_splunk-1.3.0a1758005629.dist-info}/RECORD
RENAMED
|
@@ -26,14 +26,14 @@ pulumi_splunk/outputs_tcp_group.py,sha256=8dJqCFi33f5Xy54tTDaWmxaDnbDQSaXIkmjP00
|
|
|
26
26
|
pulumi_splunk/outputs_tcp_server.py,sha256=lUYYs7X-1ti2UFwXt190mPbbHmMVbxaIQ2dEhM3Ez_k,34037
|
|
27
27
|
pulumi_splunk/outputs_tcp_syslog.py,sha256=JTQ1XevL_0GtCRiSTIK3zXZ6prZ_0pyqk2eP2ZmHf2E,29433
|
|
28
28
|
pulumi_splunk/provider.py,sha256=uRQg1lpeDQRLveP97BU7D6elbAhauLsKV6gwdUMfHEE,11512
|
|
29
|
-
pulumi_splunk/pulumi-plugin.json,sha256=
|
|
29
|
+
pulumi_splunk/pulumi-plugin.json,sha256=bu7E6kBKhnAuEjJcQ_Rq0YsalLZUPavNl3qFlSZtG3I,82
|
|
30
30
|
pulumi_splunk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
31
|
-
pulumi_splunk/saved_searches.py,sha256=
|
|
31
|
+
pulumi_splunk/saved_searches.py,sha256=szh72oAkECFgLiboQbDDKSDgzGSIvOesOX-myRc82V0,561700
|
|
32
32
|
pulumi_splunk/sh_indexes_manager.py,sha256=4uLZk4mnt2yVOWPW48Zx-g1Ds3dVj3xIVaRc_Nbnf1g,18034
|
|
33
33
|
pulumi_splunk/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
|
|
34
34
|
pulumi_splunk/config/__init__.pyi,sha256=kcJw5JtszWebPJdUZB_TGkij0VsOliwuBsYvhionIJI,1036
|
|
35
35
|
pulumi_splunk/config/vars.py,sha256=khfVjMqGOddv7PWrFp0futPHMmfUTDAQGKEF08dwjiQ,1791
|
|
36
|
-
pulumi_splunk-1.3.
|
|
37
|
-
pulumi_splunk-1.3.
|
|
38
|
-
pulumi_splunk-1.3.
|
|
39
|
-
pulumi_splunk-1.3.
|
|
36
|
+
pulumi_splunk-1.3.0a1758005629.dist-info/METADATA,sha256=4DNgBUlN2ydFaJVFhrZNno57JKsCm0vvysriX_Z2beE,3521
|
|
37
|
+
pulumi_splunk-1.3.0a1758005629.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
38
|
+
pulumi_splunk-1.3.0a1758005629.dist-info/top_level.txt,sha256=zmxpq9fZIUBGt-pxCnkSu6rtI7Fv5oulTfnHOBfA7uA,14
|
|
39
|
+
pulumi_splunk-1.3.0a1758005629.dist-info/RECORD,,
|
|
File without changes
|
{pulumi_splunk-1.3.0a1757719181.dist-info → pulumi_splunk-1.3.0a1758005629.dist-info}/top_level.txt
RENAMED
|
File without changes
|