pulumi-splunk 1.3.0a1752907250__py3-none-any.whl → 1.3.0a1753398191__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/__init__.py +1 -1
- pulumi_splunk/_inputs.py +1274 -1275
- pulumi_splunk/admin_saml_groups.py +35 -36
- pulumi_splunk/apps_local.py +208 -209
- pulumi_splunk/authentication_users.py +154 -155
- pulumi_splunk/authorization_roles.py +222 -223
- pulumi_splunk/config/__init__.py +1 -1
- pulumi_splunk/config/__init__.pyi +1 -2
- pulumi_splunk/config/vars.py +7 -8
- pulumi_splunk/configs_conf.py +38 -39
- pulumi_splunk/data_ui_views.py +38 -39
- pulumi_splunk/generic_acl.py +21 -22
- pulumi_splunk/global_http_event_collector.py +120 -121
- pulumi_splunk/indexes.py +650 -651
- pulumi_splunk/inputs_http_event_collector.py +157 -158
- pulumi_splunk/inputs_monitor.py +259 -260
- pulumi_splunk/inputs_script.py +157 -158
- pulumi_splunk/inputs_tcp_cooked.py +89 -90
- pulumi_splunk/inputs_tcp_raw.py +174 -175
- pulumi_splunk/inputs_tcp_splunk_tcp_token.py +38 -39
- pulumi_splunk/inputs_tcp_ssl.py +86 -87
- pulumi_splunk/inputs_udp.py +191 -192
- pulumi_splunk/lookup_definition.py +38 -39
- pulumi_splunk/lookup_table_file.py +69 -70
- pulumi_splunk/outputs.py +856 -857
- pulumi_splunk/outputs_tcp_default.py +140 -141
- pulumi_splunk/outputs_tcp_group.py +174 -175
- pulumi_splunk/outputs_tcp_server.py +174 -175
- pulumi_splunk/outputs_tcp_syslog.py +123 -124
- pulumi_splunk/provider.py +58 -59
- pulumi_splunk/pulumi-plugin.json +1 -1
- pulumi_splunk/saved_searches.py +2803 -2804
- pulumi_splunk/sh_indexes_manager.py +72 -73
- {pulumi_splunk-1.3.0a1752907250.dist-info → pulumi_splunk-1.3.0a1753398191.dist-info}/METADATA +1 -1
- pulumi_splunk-1.3.0a1753398191.dist-info/RECORD +39 -0
- pulumi_splunk-1.3.0a1752907250.dist-info/RECORD +0 -39
- {pulumi_splunk-1.3.0a1752907250.dist-info → pulumi_splunk-1.3.0a1753398191.dist-info}/WHEEL +0 -0
- {pulumi_splunk-1.3.0a1752907250.dist-info → pulumi_splunk-1.3.0a1753398191.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -20,22 +19,22 @@ __all__ = ['GlobalHttpEventCollectorArgs', 'GlobalHttpEventCollector']
|
|
|
20
19
|
@pulumi.input_type
|
|
21
20
|
class GlobalHttpEventCollectorArgs:
|
|
22
21
|
def __init__(__self__, *,
|
|
23
|
-
dedicated_io_threads: Optional[pulumi.Input[
|
|
24
|
-
disabled: Optional[pulumi.Input[
|
|
25
|
-
enable_ssl: Optional[pulumi.Input[
|
|
26
|
-
max_sockets: Optional[pulumi.Input[
|
|
27
|
-
max_threads: Optional[pulumi.Input[
|
|
28
|
-
port: Optional[pulumi.Input[
|
|
29
|
-
use_deployment_server: Optional[pulumi.Input[
|
|
22
|
+
dedicated_io_threads: Optional[pulumi.Input[_builtins.int]] = None,
|
|
23
|
+
disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
24
|
+
enable_ssl: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
25
|
+
max_sockets: Optional[pulumi.Input[_builtins.int]] = None,
|
|
26
|
+
max_threads: Optional[pulumi.Input[_builtins.int]] = None,
|
|
27
|
+
port: Optional[pulumi.Input[_builtins.int]] = None,
|
|
28
|
+
use_deployment_server: Optional[pulumi.Input[_builtins.int]] = None):
|
|
30
29
|
"""
|
|
31
30
|
The set of arguments for constructing a GlobalHttpEventCollector resource.
|
|
32
|
-
:param pulumi.Input[
|
|
33
|
-
:param pulumi.Input[
|
|
34
|
-
:param pulumi.Input[
|
|
35
|
-
:param pulumi.Input[
|
|
36
|
-
:param pulumi.Input[
|
|
37
|
-
:param pulumi.Input[
|
|
38
|
-
:param pulumi.Input[
|
|
31
|
+
:param pulumi.Input[_builtins.int] dedicated_io_threads: Number of threads used by HTTP Input server.
|
|
32
|
+
:param pulumi.Input[_builtins.bool] disabled: Input disabled indicator.
|
|
33
|
+
:param pulumi.Input[_builtins.bool] enable_ssl: Enable SSL protocol for HTTP data input. `true` = SSL enabled, `false` = SSL disabled.
|
|
34
|
+
:param pulumi.Input[_builtins.int] max_sockets: Maximum number of simultaneous HTTP connections accepted. Adjusting this value may cause server performance issues and is not generally recommended. Possible values for this setting vary by OS.
|
|
35
|
+
:param pulumi.Input[_builtins.int] max_threads: Maximum number of threads that can be used by active HTTP transactions. Adjusting this value may cause server performance issues and is not generally recommended. Possible values for this setting vary by OS.
|
|
36
|
+
:param pulumi.Input[_builtins.int] port: HTTP data input IP port.
|
|
37
|
+
:param pulumi.Input[_builtins.int] use_deployment_server: Indicates whether the event collector input writes its configuration to a deployment server repository. When this setting is set to 1 (enabled), the input writes its configuration to the directory specified as repositoryLocation in serverclass.conf.
|
|
39
38
|
Copy the full contents of the splunk_httpinput app directory to this directory for the configuration to work. When enabled, only the tokens defined in the splunk_httpinput app in this repository are viewable and editable on the API and the Data Inputs page in Splunk Web. When disabled, the input writes its configuration to $SPLUNK_HOME/etc/apps by default. Defaults to 0 (disabled).
|
|
40
39
|
"""
|
|
41
40
|
if dedicated_io_threads is not None:
|
|
@@ -53,81 +52,81 @@ class GlobalHttpEventCollectorArgs:
|
|
|
53
52
|
if use_deployment_server is not None:
|
|
54
53
|
pulumi.set(__self__, "use_deployment_server", use_deployment_server)
|
|
55
54
|
|
|
56
|
-
@property
|
|
55
|
+
@_builtins.property
|
|
57
56
|
@pulumi.getter(name="dedicatedIoThreads")
|
|
58
|
-
def dedicated_io_threads(self) -> Optional[pulumi.Input[
|
|
57
|
+
def dedicated_io_threads(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
59
58
|
"""
|
|
60
59
|
Number of threads used by HTTP Input server.
|
|
61
60
|
"""
|
|
62
61
|
return pulumi.get(self, "dedicated_io_threads")
|
|
63
62
|
|
|
64
63
|
@dedicated_io_threads.setter
|
|
65
|
-
def dedicated_io_threads(self, value: Optional[pulumi.Input[
|
|
64
|
+
def dedicated_io_threads(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
66
65
|
pulumi.set(self, "dedicated_io_threads", value)
|
|
67
66
|
|
|
68
|
-
@property
|
|
67
|
+
@_builtins.property
|
|
69
68
|
@pulumi.getter
|
|
70
|
-
def disabled(self) -> Optional[pulumi.Input[
|
|
69
|
+
def disabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
71
70
|
"""
|
|
72
71
|
Input disabled indicator.
|
|
73
72
|
"""
|
|
74
73
|
return pulumi.get(self, "disabled")
|
|
75
74
|
|
|
76
75
|
@disabled.setter
|
|
77
|
-
def disabled(self, value: Optional[pulumi.Input[
|
|
76
|
+
def disabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
78
77
|
pulumi.set(self, "disabled", value)
|
|
79
78
|
|
|
80
|
-
@property
|
|
79
|
+
@_builtins.property
|
|
81
80
|
@pulumi.getter(name="enableSsl")
|
|
82
|
-
def enable_ssl(self) -> Optional[pulumi.Input[
|
|
81
|
+
def enable_ssl(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
83
82
|
"""
|
|
84
83
|
Enable SSL protocol for HTTP data input. `true` = SSL enabled, `false` = SSL disabled.
|
|
85
84
|
"""
|
|
86
85
|
return pulumi.get(self, "enable_ssl")
|
|
87
86
|
|
|
88
87
|
@enable_ssl.setter
|
|
89
|
-
def enable_ssl(self, value: Optional[pulumi.Input[
|
|
88
|
+
def enable_ssl(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
90
89
|
pulumi.set(self, "enable_ssl", value)
|
|
91
90
|
|
|
92
|
-
@property
|
|
91
|
+
@_builtins.property
|
|
93
92
|
@pulumi.getter(name="maxSockets")
|
|
94
|
-
def max_sockets(self) -> Optional[pulumi.Input[
|
|
93
|
+
def max_sockets(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
95
94
|
"""
|
|
96
95
|
Maximum number of simultaneous HTTP connections accepted. Adjusting this value may cause server performance issues and is not generally recommended. Possible values for this setting vary by OS.
|
|
97
96
|
"""
|
|
98
97
|
return pulumi.get(self, "max_sockets")
|
|
99
98
|
|
|
100
99
|
@max_sockets.setter
|
|
101
|
-
def max_sockets(self, value: Optional[pulumi.Input[
|
|
100
|
+
def max_sockets(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
102
101
|
pulumi.set(self, "max_sockets", value)
|
|
103
102
|
|
|
104
|
-
@property
|
|
103
|
+
@_builtins.property
|
|
105
104
|
@pulumi.getter(name="maxThreads")
|
|
106
|
-
def max_threads(self) -> Optional[pulumi.Input[
|
|
105
|
+
def max_threads(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
107
106
|
"""
|
|
108
107
|
Maximum number of threads that can be used by active HTTP transactions. Adjusting this value may cause server performance issues and is not generally recommended. Possible values for this setting vary by OS.
|
|
109
108
|
"""
|
|
110
109
|
return pulumi.get(self, "max_threads")
|
|
111
110
|
|
|
112
111
|
@max_threads.setter
|
|
113
|
-
def max_threads(self, value: Optional[pulumi.Input[
|
|
112
|
+
def max_threads(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
114
113
|
pulumi.set(self, "max_threads", value)
|
|
115
114
|
|
|
116
|
-
@property
|
|
115
|
+
@_builtins.property
|
|
117
116
|
@pulumi.getter
|
|
118
|
-
def port(self) -> Optional[pulumi.Input[
|
|
117
|
+
def port(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
119
118
|
"""
|
|
120
119
|
HTTP data input IP port.
|
|
121
120
|
"""
|
|
122
121
|
return pulumi.get(self, "port")
|
|
123
122
|
|
|
124
123
|
@port.setter
|
|
125
|
-
def port(self, value: Optional[pulumi.Input[
|
|
124
|
+
def port(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
126
125
|
pulumi.set(self, "port", value)
|
|
127
126
|
|
|
128
|
-
@property
|
|
127
|
+
@_builtins.property
|
|
129
128
|
@pulumi.getter(name="useDeploymentServer")
|
|
130
|
-
def use_deployment_server(self) -> Optional[pulumi.Input[
|
|
129
|
+
def use_deployment_server(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
131
130
|
"""
|
|
132
131
|
Indicates whether the event collector input writes its configuration to a deployment server repository. When this setting is set to 1 (enabled), the input writes its configuration to the directory specified as repositoryLocation in serverclass.conf.
|
|
133
132
|
Copy the full contents of the splunk_httpinput app directory to this directory for the configuration to work. When enabled, only the tokens defined in the splunk_httpinput app in this repository are viewable and editable on the API and the Data Inputs page in Splunk Web. When disabled, the input writes its configuration to $SPLUNK_HOME/etc/apps by default. Defaults to 0 (disabled).
|
|
@@ -135,29 +134,29 @@ class GlobalHttpEventCollectorArgs:
|
|
|
135
134
|
return pulumi.get(self, "use_deployment_server")
|
|
136
135
|
|
|
137
136
|
@use_deployment_server.setter
|
|
138
|
-
def use_deployment_server(self, value: Optional[pulumi.Input[
|
|
137
|
+
def use_deployment_server(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
139
138
|
pulumi.set(self, "use_deployment_server", value)
|
|
140
139
|
|
|
141
140
|
|
|
142
141
|
@pulumi.input_type
|
|
143
142
|
class _GlobalHttpEventCollectorState:
|
|
144
143
|
def __init__(__self__, *,
|
|
145
|
-
dedicated_io_threads: Optional[pulumi.Input[
|
|
146
|
-
disabled: Optional[pulumi.Input[
|
|
147
|
-
enable_ssl: Optional[pulumi.Input[
|
|
148
|
-
max_sockets: Optional[pulumi.Input[
|
|
149
|
-
max_threads: Optional[pulumi.Input[
|
|
150
|
-
port: Optional[pulumi.Input[
|
|
151
|
-
use_deployment_server: Optional[pulumi.Input[
|
|
144
|
+
dedicated_io_threads: Optional[pulumi.Input[_builtins.int]] = None,
|
|
145
|
+
disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
146
|
+
enable_ssl: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
147
|
+
max_sockets: Optional[pulumi.Input[_builtins.int]] = None,
|
|
148
|
+
max_threads: Optional[pulumi.Input[_builtins.int]] = None,
|
|
149
|
+
port: Optional[pulumi.Input[_builtins.int]] = None,
|
|
150
|
+
use_deployment_server: Optional[pulumi.Input[_builtins.int]] = None):
|
|
152
151
|
"""
|
|
153
152
|
Input properties used for looking up and filtering GlobalHttpEventCollector resources.
|
|
154
|
-
:param pulumi.Input[
|
|
155
|
-
:param pulumi.Input[
|
|
156
|
-
:param pulumi.Input[
|
|
157
|
-
:param pulumi.Input[
|
|
158
|
-
:param pulumi.Input[
|
|
159
|
-
:param pulumi.Input[
|
|
160
|
-
:param pulumi.Input[
|
|
153
|
+
:param pulumi.Input[_builtins.int] dedicated_io_threads: Number of threads used by HTTP Input server.
|
|
154
|
+
:param pulumi.Input[_builtins.bool] disabled: Input disabled indicator.
|
|
155
|
+
:param pulumi.Input[_builtins.bool] enable_ssl: Enable SSL protocol for HTTP data input. `true` = SSL enabled, `false` = SSL disabled.
|
|
156
|
+
:param pulumi.Input[_builtins.int] max_sockets: Maximum number of simultaneous HTTP connections accepted. Adjusting this value may cause server performance issues and is not generally recommended. Possible values for this setting vary by OS.
|
|
157
|
+
:param pulumi.Input[_builtins.int] max_threads: Maximum number of threads that can be used by active HTTP transactions. Adjusting this value may cause server performance issues and is not generally recommended. Possible values for this setting vary by OS.
|
|
158
|
+
:param pulumi.Input[_builtins.int] port: HTTP data input IP port.
|
|
159
|
+
:param pulumi.Input[_builtins.int] use_deployment_server: Indicates whether the event collector input writes its configuration to a deployment server repository. When this setting is set to 1 (enabled), the input writes its configuration to the directory specified as repositoryLocation in serverclass.conf.
|
|
161
160
|
Copy the full contents of the splunk_httpinput app directory to this directory for the configuration to work. When enabled, only the tokens defined in the splunk_httpinput app in this repository are viewable and editable on the API and the Data Inputs page in Splunk Web. When disabled, the input writes its configuration to $SPLUNK_HOME/etc/apps by default. Defaults to 0 (disabled).
|
|
162
161
|
"""
|
|
163
162
|
if dedicated_io_threads is not None:
|
|
@@ -175,81 +174,81 @@ class _GlobalHttpEventCollectorState:
|
|
|
175
174
|
if use_deployment_server is not None:
|
|
176
175
|
pulumi.set(__self__, "use_deployment_server", use_deployment_server)
|
|
177
176
|
|
|
178
|
-
@property
|
|
177
|
+
@_builtins.property
|
|
179
178
|
@pulumi.getter(name="dedicatedIoThreads")
|
|
180
|
-
def dedicated_io_threads(self) -> Optional[pulumi.Input[
|
|
179
|
+
def dedicated_io_threads(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
181
180
|
"""
|
|
182
181
|
Number of threads used by HTTP Input server.
|
|
183
182
|
"""
|
|
184
183
|
return pulumi.get(self, "dedicated_io_threads")
|
|
185
184
|
|
|
186
185
|
@dedicated_io_threads.setter
|
|
187
|
-
def dedicated_io_threads(self, value: Optional[pulumi.Input[
|
|
186
|
+
def dedicated_io_threads(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
188
187
|
pulumi.set(self, "dedicated_io_threads", value)
|
|
189
188
|
|
|
190
|
-
@property
|
|
189
|
+
@_builtins.property
|
|
191
190
|
@pulumi.getter
|
|
192
|
-
def disabled(self) -> Optional[pulumi.Input[
|
|
191
|
+
def disabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
193
192
|
"""
|
|
194
193
|
Input disabled indicator.
|
|
195
194
|
"""
|
|
196
195
|
return pulumi.get(self, "disabled")
|
|
197
196
|
|
|
198
197
|
@disabled.setter
|
|
199
|
-
def disabled(self, value: Optional[pulumi.Input[
|
|
198
|
+
def disabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
200
199
|
pulumi.set(self, "disabled", value)
|
|
201
200
|
|
|
202
|
-
@property
|
|
201
|
+
@_builtins.property
|
|
203
202
|
@pulumi.getter(name="enableSsl")
|
|
204
|
-
def enable_ssl(self) -> Optional[pulumi.Input[
|
|
203
|
+
def enable_ssl(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
205
204
|
"""
|
|
206
205
|
Enable SSL protocol for HTTP data input. `true` = SSL enabled, `false` = SSL disabled.
|
|
207
206
|
"""
|
|
208
207
|
return pulumi.get(self, "enable_ssl")
|
|
209
208
|
|
|
210
209
|
@enable_ssl.setter
|
|
211
|
-
def enable_ssl(self, value: Optional[pulumi.Input[
|
|
210
|
+
def enable_ssl(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
212
211
|
pulumi.set(self, "enable_ssl", value)
|
|
213
212
|
|
|
214
|
-
@property
|
|
213
|
+
@_builtins.property
|
|
215
214
|
@pulumi.getter(name="maxSockets")
|
|
216
|
-
def max_sockets(self) -> Optional[pulumi.Input[
|
|
215
|
+
def max_sockets(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
217
216
|
"""
|
|
218
217
|
Maximum number of simultaneous HTTP connections accepted. Adjusting this value may cause server performance issues and is not generally recommended. Possible values for this setting vary by OS.
|
|
219
218
|
"""
|
|
220
219
|
return pulumi.get(self, "max_sockets")
|
|
221
220
|
|
|
222
221
|
@max_sockets.setter
|
|
223
|
-
def max_sockets(self, value: Optional[pulumi.Input[
|
|
222
|
+
def max_sockets(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
224
223
|
pulumi.set(self, "max_sockets", value)
|
|
225
224
|
|
|
226
|
-
@property
|
|
225
|
+
@_builtins.property
|
|
227
226
|
@pulumi.getter(name="maxThreads")
|
|
228
|
-
def max_threads(self) -> Optional[pulumi.Input[
|
|
227
|
+
def max_threads(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
229
228
|
"""
|
|
230
229
|
Maximum number of threads that can be used by active HTTP transactions. Adjusting this value may cause server performance issues and is not generally recommended. Possible values for this setting vary by OS.
|
|
231
230
|
"""
|
|
232
231
|
return pulumi.get(self, "max_threads")
|
|
233
232
|
|
|
234
233
|
@max_threads.setter
|
|
235
|
-
def max_threads(self, value: Optional[pulumi.Input[
|
|
234
|
+
def max_threads(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
236
235
|
pulumi.set(self, "max_threads", value)
|
|
237
236
|
|
|
238
|
-
@property
|
|
237
|
+
@_builtins.property
|
|
239
238
|
@pulumi.getter
|
|
240
|
-
def port(self) -> Optional[pulumi.Input[
|
|
239
|
+
def port(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
241
240
|
"""
|
|
242
241
|
HTTP data input IP port.
|
|
243
242
|
"""
|
|
244
243
|
return pulumi.get(self, "port")
|
|
245
244
|
|
|
246
245
|
@port.setter
|
|
247
|
-
def port(self, value: Optional[pulumi.Input[
|
|
246
|
+
def port(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
248
247
|
pulumi.set(self, "port", value)
|
|
249
248
|
|
|
250
|
-
@property
|
|
249
|
+
@_builtins.property
|
|
251
250
|
@pulumi.getter(name="useDeploymentServer")
|
|
252
|
-
def use_deployment_server(self) -> Optional[pulumi.Input[
|
|
251
|
+
def use_deployment_server(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
253
252
|
"""
|
|
254
253
|
Indicates whether the event collector input writes its configuration to a deployment server repository. When this setting is set to 1 (enabled), the input writes its configuration to the directory specified as repositoryLocation in serverclass.conf.
|
|
255
254
|
Copy the full contents of the splunk_httpinput app directory to this directory for the configuration to work. When enabled, only the tokens defined in the splunk_httpinput app in this repository are viewable and editable on the API and the Data Inputs page in Splunk Web. When disabled, the input writes its configuration to $SPLUNK_HOME/etc/apps by default. Defaults to 0 (disabled).
|
|
@@ -257,7 +256,7 @@ class _GlobalHttpEventCollectorState:
|
|
|
257
256
|
return pulumi.get(self, "use_deployment_server")
|
|
258
257
|
|
|
259
258
|
@use_deployment_server.setter
|
|
260
|
-
def use_deployment_server(self, value: Optional[pulumi.Input[
|
|
259
|
+
def use_deployment_server(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
261
260
|
pulumi.set(self, "use_deployment_server", value)
|
|
262
261
|
|
|
263
262
|
|
|
@@ -267,13 +266,13 @@ class GlobalHttpEventCollector(pulumi.CustomResource):
|
|
|
267
266
|
def __init__(__self__,
|
|
268
267
|
resource_name: str,
|
|
269
268
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
270
|
-
dedicated_io_threads: Optional[pulumi.Input[
|
|
271
|
-
disabled: Optional[pulumi.Input[
|
|
272
|
-
enable_ssl: Optional[pulumi.Input[
|
|
273
|
-
max_sockets: Optional[pulumi.Input[
|
|
274
|
-
max_threads: Optional[pulumi.Input[
|
|
275
|
-
port: Optional[pulumi.Input[
|
|
276
|
-
use_deployment_server: Optional[pulumi.Input[
|
|
269
|
+
dedicated_io_threads: Optional[pulumi.Input[_builtins.int]] = None,
|
|
270
|
+
disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
271
|
+
enable_ssl: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
272
|
+
max_sockets: Optional[pulumi.Input[_builtins.int]] = None,
|
|
273
|
+
max_threads: Optional[pulumi.Input[_builtins.int]] = None,
|
|
274
|
+
port: Optional[pulumi.Input[_builtins.int]] = None,
|
|
275
|
+
use_deployment_server: Optional[pulumi.Input[_builtins.int]] = None,
|
|
277
276
|
__props__=None):
|
|
278
277
|
"""
|
|
279
278
|
## # Resource: GlobalHttpEventCollector
|
|
@@ -294,13 +293,13 @@ class GlobalHttpEventCollector(pulumi.CustomResource):
|
|
|
294
293
|
|
|
295
294
|
:param str resource_name: The name of the resource.
|
|
296
295
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
297
|
-
:param pulumi.Input[
|
|
298
|
-
:param pulumi.Input[
|
|
299
|
-
:param pulumi.Input[
|
|
300
|
-
:param pulumi.Input[
|
|
301
|
-
:param pulumi.Input[
|
|
302
|
-
:param pulumi.Input[
|
|
303
|
-
:param pulumi.Input[
|
|
296
|
+
:param pulumi.Input[_builtins.int] dedicated_io_threads: Number of threads used by HTTP Input server.
|
|
297
|
+
:param pulumi.Input[_builtins.bool] disabled: Input disabled indicator.
|
|
298
|
+
:param pulumi.Input[_builtins.bool] enable_ssl: Enable SSL protocol for HTTP data input. `true` = SSL enabled, `false` = SSL disabled.
|
|
299
|
+
:param pulumi.Input[_builtins.int] max_sockets: Maximum number of simultaneous HTTP connections accepted. Adjusting this value may cause server performance issues and is not generally recommended. Possible values for this setting vary by OS.
|
|
300
|
+
:param pulumi.Input[_builtins.int] max_threads: Maximum number of threads that can be used by active HTTP transactions. Adjusting this value may cause server performance issues and is not generally recommended. Possible values for this setting vary by OS.
|
|
301
|
+
:param pulumi.Input[_builtins.int] port: HTTP data input IP port.
|
|
302
|
+
:param pulumi.Input[_builtins.int] use_deployment_server: Indicates whether the event collector input writes its configuration to a deployment server repository. When this setting is set to 1 (enabled), the input writes its configuration to the directory specified as repositoryLocation in serverclass.conf.
|
|
304
303
|
Copy the full contents of the splunk_httpinput app directory to this directory for the configuration to work. When enabled, only the tokens defined in the splunk_httpinput app in this repository are viewable and editable on the API and the Data Inputs page in Splunk Web. When disabled, the input writes its configuration to $SPLUNK_HOME/etc/apps by default. Defaults to 0 (disabled).
|
|
305
304
|
"""
|
|
306
305
|
...
|
|
@@ -341,13 +340,13 @@ class GlobalHttpEventCollector(pulumi.CustomResource):
|
|
|
341
340
|
def _internal_init(__self__,
|
|
342
341
|
resource_name: str,
|
|
343
342
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
344
|
-
dedicated_io_threads: Optional[pulumi.Input[
|
|
345
|
-
disabled: Optional[pulumi.Input[
|
|
346
|
-
enable_ssl: Optional[pulumi.Input[
|
|
347
|
-
max_sockets: Optional[pulumi.Input[
|
|
348
|
-
max_threads: Optional[pulumi.Input[
|
|
349
|
-
port: Optional[pulumi.Input[
|
|
350
|
-
use_deployment_server: Optional[pulumi.Input[
|
|
343
|
+
dedicated_io_threads: Optional[pulumi.Input[_builtins.int]] = None,
|
|
344
|
+
disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
345
|
+
enable_ssl: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
346
|
+
max_sockets: Optional[pulumi.Input[_builtins.int]] = None,
|
|
347
|
+
max_threads: Optional[pulumi.Input[_builtins.int]] = None,
|
|
348
|
+
port: Optional[pulumi.Input[_builtins.int]] = None,
|
|
349
|
+
use_deployment_server: Optional[pulumi.Input[_builtins.int]] = None,
|
|
351
350
|
__props__=None):
|
|
352
351
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
353
352
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -374,13 +373,13 @@ class GlobalHttpEventCollector(pulumi.CustomResource):
|
|
|
374
373
|
def get(resource_name: str,
|
|
375
374
|
id: pulumi.Input[str],
|
|
376
375
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
377
|
-
dedicated_io_threads: Optional[pulumi.Input[
|
|
378
|
-
disabled: Optional[pulumi.Input[
|
|
379
|
-
enable_ssl: Optional[pulumi.Input[
|
|
380
|
-
max_sockets: Optional[pulumi.Input[
|
|
381
|
-
max_threads: Optional[pulumi.Input[
|
|
382
|
-
port: Optional[pulumi.Input[
|
|
383
|
-
use_deployment_server: Optional[pulumi.Input[
|
|
376
|
+
dedicated_io_threads: Optional[pulumi.Input[_builtins.int]] = None,
|
|
377
|
+
disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
378
|
+
enable_ssl: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
379
|
+
max_sockets: Optional[pulumi.Input[_builtins.int]] = None,
|
|
380
|
+
max_threads: Optional[pulumi.Input[_builtins.int]] = None,
|
|
381
|
+
port: Optional[pulumi.Input[_builtins.int]] = None,
|
|
382
|
+
use_deployment_server: Optional[pulumi.Input[_builtins.int]] = None) -> 'GlobalHttpEventCollector':
|
|
384
383
|
"""
|
|
385
384
|
Get an existing GlobalHttpEventCollector resource's state with the given name, id, and optional extra
|
|
386
385
|
properties used to qualify the lookup.
|
|
@@ -388,13 +387,13 @@ class GlobalHttpEventCollector(pulumi.CustomResource):
|
|
|
388
387
|
:param str resource_name: The unique name of the resulting resource.
|
|
389
388
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
390
389
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
391
|
-
:param pulumi.Input[
|
|
392
|
-
:param pulumi.Input[
|
|
393
|
-
:param pulumi.Input[
|
|
394
|
-
:param pulumi.Input[
|
|
395
|
-
:param pulumi.Input[
|
|
396
|
-
:param pulumi.Input[
|
|
397
|
-
:param pulumi.Input[
|
|
390
|
+
:param pulumi.Input[_builtins.int] dedicated_io_threads: Number of threads used by HTTP Input server.
|
|
391
|
+
:param pulumi.Input[_builtins.bool] disabled: Input disabled indicator.
|
|
392
|
+
:param pulumi.Input[_builtins.bool] enable_ssl: Enable SSL protocol for HTTP data input. `true` = SSL enabled, `false` = SSL disabled.
|
|
393
|
+
:param pulumi.Input[_builtins.int] max_sockets: Maximum number of simultaneous HTTP connections accepted. Adjusting this value may cause server performance issues and is not generally recommended. Possible values for this setting vary by OS.
|
|
394
|
+
:param pulumi.Input[_builtins.int] max_threads: Maximum number of threads that can be used by active HTTP transactions. Adjusting this value may cause server performance issues and is not generally recommended. Possible values for this setting vary by OS.
|
|
395
|
+
:param pulumi.Input[_builtins.int] port: HTTP data input IP port.
|
|
396
|
+
:param pulumi.Input[_builtins.int] use_deployment_server: Indicates whether the event collector input writes its configuration to a deployment server repository. When this setting is set to 1 (enabled), the input writes its configuration to the directory specified as repositoryLocation in serverclass.conf.
|
|
398
397
|
Copy the full contents of the splunk_httpinput app directory to this directory for the configuration to work. When enabled, only the tokens defined in the splunk_httpinput app in this repository are viewable and editable on the API and the Data Inputs page in Splunk Web. When disabled, the input writes its configuration to $SPLUNK_HOME/etc/apps by default. Defaults to 0 (disabled).
|
|
399
398
|
"""
|
|
400
399
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -410,57 +409,57 @@ class GlobalHttpEventCollector(pulumi.CustomResource):
|
|
|
410
409
|
__props__.__dict__["use_deployment_server"] = use_deployment_server
|
|
411
410
|
return GlobalHttpEventCollector(resource_name, opts=opts, __props__=__props__)
|
|
412
411
|
|
|
413
|
-
@property
|
|
412
|
+
@_builtins.property
|
|
414
413
|
@pulumi.getter(name="dedicatedIoThreads")
|
|
415
|
-
def dedicated_io_threads(self) -> pulumi.Output[
|
|
414
|
+
def dedicated_io_threads(self) -> pulumi.Output[_builtins.int]:
|
|
416
415
|
"""
|
|
417
416
|
Number of threads used by HTTP Input server.
|
|
418
417
|
"""
|
|
419
418
|
return pulumi.get(self, "dedicated_io_threads")
|
|
420
419
|
|
|
421
|
-
@property
|
|
420
|
+
@_builtins.property
|
|
422
421
|
@pulumi.getter
|
|
423
|
-
def disabled(self) -> pulumi.Output[
|
|
422
|
+
def disabled(self) -> pulumi.Output[_builtins.bool]:
|
|
424
423
|
"""
|
|
425
424
|
Input disabled indicator.
|
|
426
425
|
"""
|
|
427
426
|
return pulumi.get(self, "disabled")
|
|
428
427
|
|
|
429
|
-
@property
|
|
428
|
+
@_builtins.property
|
|
430
429
|
@pulumi.getter(name="enableSsl")
|
|
431
|
-
def enable_ssl(self) -> pulumi.Output[
|
|
430
|
+
def enable_ssl(self) -> pulumi.Output[_builtins.bool]:
|
|
432
431
|
"""
|
|
433
432
|
Enable SSL protocol for HTTP data input. `true` = SSL enabled, `false` = SSL disabled.
|
|
434
433
|
"""
|
|
435
434
|
return pulumi.get(self, "enable_ssl")
|
|
436
435
|
|
|
437
|
-
@property
|
|
436
|
+
@_builtins.property
|
|
438
437
|
@pulumi.getter(name="maxSockets")
|
|
439
|
-
def max_sockets(self) -> pulumi.Output[
|
|
438
|
+
def max_sockets(self) -> pulumi.Output[_builtins.int]:
|
|
440
439
|
"""
|
|
441
440
|
Maximum number of simultaneous HTTP connections accepted. Adjusting this value may cause server performance issues and is not generally recommended. Possible values for this setting vary by OS.
|
|
442
441
|
"""
|
|
443
442
|
return pulumi.get(self, "max_sockets")
|
|
444
443
|
|
|
445
|
-
@property
|
|
444
|
+
@_builtins.property
|
|
446
445
|
@pulumi.getter(name="maxThreads")
|
|
447
|
-
def max_threads(self) -> pulumi.Output[
|
|
446
|
+
def max_threads(self) -> pulumi.Output[_builtins.int]:
|
|
448
447
|
"""
|
|
449
448
|
Maximum number of threads that can be used by active HTTP transactions. Adjusting this value may cause server performance issues and is not generally recommended. Possible values for this setting vary by OS.
|
|
450
449
|
"""
|
|
451
450
|
return pulumi.get(self, "max_threads")
|
|
452
451
|
|
|
453
|
-
@property
|
|
452
|
+
@_builtins.property
|
|
454
453
|
@pulumi.getter
|
|
455
|
-
def port(self) -> pulumi.Output[
|
|
454
|
+
def port(self) -> pulumi.Output[_builtins.int]:
|
|
456
455
|
"""
|
|
457
456
|
HTTP data input IP port.
|
|
458
457
|
"""
|
|
459
458
|
return pulumi.get(self, "port")
|
|
460
459
|
|
|
461
|
-
@property
|
|
460
|
+
@_builtins.property
|
|
462
461
|
@pulumi.getter(name="useDeploymentServer")
|
|
463
|
-
def use_deployment_server(self) -> pulumi.Output[
|
|
462
|
+
def use_deployment_server(self) -> pulumi.Output[_builtins.int]:
|
|
464
463
|
"""
|
|
465
464
|
Indicates whether the event collector input writes its configuration to a deployment server repository. When this setting is set to 1 (enabled), the input writes its configuration to the directory specified as repositoryLocation in serverclass.conf.
|
|
466
465
|
Copy the full contents of the splunk_httpinput app directory to this directory for the configuration to work. When enabled, only the tokens defined in the splunk_httpinput app in this repository are viewable and editable on the API and the Data Inputs page in Splunk Web. When disabled, the input writes its configuration to $SPLUNK_HOME/etc/apps by default. Defaults to 0 (disabled).
|