pulumi-splunk 1.3.0a1753339252__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.0a1753339252.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.0a1753339252.dist-info/RECORD +0 -39
- {pulumi_splunk-1.3.0a1753339252.dist-info → pulumi_splunk-1.3.0a1753398191.dist-info}/WHEEL +0 -0
- {pulumi_splunk-1.3.0a1753339252.dist-info → pulumi_splunk-1.3.0a1753398191.dist-info}/top_level.txt +0 -0
pulumi_splunk/inputs_tcp_raw.py
CHANGED
|
@@ -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
|
|
@@ -23,39 +22,39 @@ __all__ = ['InputsTcpRawArgs', 'InputsTcpRaw']
|
|
|
23
22
|
class InputsTcpRawArgs:
|
|
24
23
|
def __init__(__self__, *,
|
|
25
24
|
acl: Optional[pulumi.Input['InputsTcpRawAclArgs']] = None,
|
|
26
|
-
connection_host: Optional[pulumi.Input[
|
|
27
|
-
disabled: Optional[pulumi.Input[
|
|
28
|
-
host: Optional[pulumi.Input[
|
|
29
|
-
index: Optional[pulumi.Input[
|
|
30
|
-
name: Optional[pulumi.Input[
|
|
31
|
-
queue: Optional[pulumi.Input[
|
|
32
|
-
raw_tcp_done_timeout: Optional[pulumi.Input[
|
|
33
|
-
restrict_to_host: Optional[pulumi.Input[
|
|
34
|
-
source: Optional[pulumi.Input[
|
|
35
|
-
sourcetype: Optional[pulumi.Input[
|
|
25
|
+
connection_host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
26
|
+
disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
27
|
+
host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
28
|
+
index: Optional[pulumi.Input[_builtins.str]] = None,
|
|
29
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
30
|
+
queue: Optional[pulumi.Input[_builtins.str]] = None,
|
|
31
|
+
raw_tcp_done_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
32
|
+
restrict_to_host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
33
|
+
source: Optional[pulumi.Input[_builtins.str]] = None,
|
|
34
|
+
sourcetype: Optional[pulumi.Input[_builtins.str]] = None):
|
|
36
35
|
"""
|
|
37
36
|
The set of arguments for constructing a InputsTcpRaw resource.
|
|
38
37
|
:param pulumi.Input['InputsTcpRawAclArgs'] acl: The app/user context that is the namespace for the resource
|
|
39
|
-
:param pulumi.Input[
|
|
38
|
+
:param pulumi.Input[_builtins.str] connection_host: Valid values: (ip | dns | none)
|
|
40
39
|
Set the host for the remote server that is sending data.
|
|
41
40
|
ip sets the host to the IP address of the remote server sending data.
|
|
42
41
|
dns sets the host to the reverse DNS entry for the IP address of the remote server sending data.
|
|
43
42
|
none leaves the host as specified in inputs.conf, which is typically the Splunk system hostname.
|
|
44
43
|
Default value is dns.
|
|
45
|
-
:param pulumi.Input[
|
|
46
|
-
:param pulumi.Input[
|
|
47
|
-
:param pulumi.Input[
|
|
48
|
-
:param pulumi.Input[
|
|
49
|
-
:param pulumi.Input[
|
|
44
|
+
:param pulumi.Input[_builtins.bool] disabled: Indicates if input is disabled.
|
|
45
|
+
:param pulumi.Input[_builtins.str] host: Host from which the indexer gets data.
|
|
46
|
+
:param pulumi.Input[_builtins.str] index: Index to store generated events. Defaults to default.
|
|
47
|
+
:param pulumi.Input[_builtins.str] name: The input port which receives raw data.
|
|
48
|
+
:param pulumi.Input[_builtins.str] queue: Valid values: (parsingQueue | indexQueue)
|
|
50
49
|
Specifies where the input processor should deposit the events it reads. Defaults to parsingQueue.
|
|
51
50
|
Set queue to parsingQueue to apply props.conf and other parsing rules to your data. For more information about props.conf and rules for timestamping and linebreaking, refer to props.conf and the online documentation at "Monitor files and directories with inputs.conf"
|
|
52
51
|
Set queue to indexQueue to send your data directly into the index.
|
|
53
|
-
:param pulumi.Input[
|
|
52
|
+
:param pulumi.Input[_builtins.int] raw_tcp_done_timeout: Specifies in seconds the timeout value for adding a Done-key. Default value is 10 seconds.
|
|
54
53
|
If a connection over the port specified by name remains idle after receiving data for specified number of seconds, it adds a Done-key. This implies the last event is completely received.
|
|
55
|
-
:param pulumi.Input[
|
|
56
|
-
:param pulumi.Input[
|
|
54
|
+
:param pulumi.Input[_builtins.str] restrict_to_host: Allows for restricting this input to only accept data from the host specified here.
|
|
55
|
+
:param pulumi.Input[_builtins.str] source: Sets the source key/field for events from this input. Defaults to the input file path.
|
|
57
56
|
Sets the source key initial value. The key is used during parsing/indexing, in particular to set the source field during indexing. It is also the source field used at search time. As a convenience, the chosen string is prepended with 'source::'.
|
|
58
|
-
:param pulumi.Input[
|
|
57
|
+
:param pulumi.Input[_builtins.str] sourcetype: Set the source type for events from this input.
|
|
59
58
|
"sourcetype=" is automatically prepended to <string>.
|
|
60
59
|
Defaults to audittrail (if signedaudit=true) or fschange (if signedaudit=false).
|
|
61
60
|
"""
|
|
@@ -82,7 +81,7 @@ class InputsTcpRawArgs:
|
|
|
82
81
|
if sourcetype is not None:
|
|
83
82
|
pulumi.set(__self__, "sourcetype", sourcetype)
|
|
84
83
|
|
|
85
|
-
@property
|
|
84
|
+
@_builtins.property
|
|
86
85
|
@pulumi.getter
|
|
87
86
|
def acl(self) -> Optional[pulumi.Input['InputsTcpRawAclArgs']]:
|
|
88
87
|
"""
|
|
@@ -94,9 +93,9 @@ class InputsTcpRawArgs:
|
|
|
94
93
|
def acl(self, value: Optional[pulumi.Input['InputsTcpRawAclArgs']]):
|
|
95
94
|
pulumi.set(self, "acl", value)
|
|
96
95
|
|
|
97
|
-
@property
|
|
96
|
+
@_builtins.property
|
|
98
97
|
@pulumi.getter(name="connectionHost")
|
|
99
|
-
def connection_host(self) -> Optional[pulumi.Input[
|
|
98
|
+
def connection_host(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
100
99
|
"""
|
|
101
100
|
Valid values: (ip | dns | none)
|
|
102
101
|
Set the host for the remote server that is sending data.
|
|
@@ -108,60 +107,60 @@ class InputsTcpRawArgs:
|
|
|
108
107
|
return pulumi.get(self, "connection_host")
|
|
109
108
|
|
|
110
109
|
@connection_host.setter
|
|
111
|
-
def connection_host(self, value: Optional[pulumi.Input[
|
|
110
|
+
def connection_host(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
112
111
|
pulumi.set(self, "connection_host", value)
|
|
113
112
|
|
|
114
|
-
@property
|
|
113
|
+
@_builtins.property
|
|
115
114
|
@pulumi.getter
|
|
116
|
-
def disabled(self) -> Optional[pulumi.Input[
|
|
115
|
+
def disabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
117
116
|
"""
|
|
118
117
|
Indicates if input is disabled.
|
|
119
118
|
"""
|
|
120
119
|
return pulumi.get(self, "disabled")
|
|
121
120
|
|
|
122
121
|
@disabled.setter
|
|
123
|
-
def disabled(self, value: Optional[pulumi.Input[
|
|
122
|
+
def disabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
124
123
|
pulumi.set(self, "disabled", value)
|
|
125
124
|
|
|
126
|
-
@property
|
|
125
|
+
@_builtins.property
|
|
127
126
|
@pulumi.getter
|
|
128
|
-
def host(self) -> Optional[pulumi.Input[
|
|
127
|
+
def host(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
129
128
|
"""
|
|
130
129
|
Host from which the indexer gets data.
|
|
131
130
|
"""
|
|
132
131
|
return pulumi.get(self, "host")
|
|
133
132
|
|
|
134
133
|
@host.setter
|
|
135
|
-
def host(self, value: Optional[pulumi.Input[
|
|
134
|
+
def host(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
136
135
|
pulumi.set(self, "host", value)
|
|
137
136
|
|
|
138
|
-
@property
|
|
137
|
+
@_builtins.property
|
|
139
138
|
@pulumi.getter
|
|
140
|
-
def index(self) -> Optional[pulumi.Input[
|
|
139
|
+
def index(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
141
140
|
"""
|
|
142
141
|
Index to store generated events. Defaults to default.
|
|
143
142
|
"""
|
|
144
143
|
return pulumi.get(self, "index")
|
|
145
144
|
|
|
146
145
|
@index.setter
|
|
147
|
-
def index(self, value: Optional[pulumi.Input[
|
|
146
|
+
def index(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
148
147
|
pulumi.set(self, "index", value)
|
|
149
148
|
|
|
150
|
-
@property
|
|
149
|
+
@_builtins.property
|
|
151
150
|
@pulumi.getter
|
|
152
|
-
def name(self) -> Optional[pulumi.Input[
|
|
151
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
153
152
|
"""
|
|
154
153
|
The input port which receives raw data.
|
|
155
154
|
"""
|
|
156
155
|
return pulumi.get(self, "name")
|
|
157
156
|
|
|
158
157
|
@name.setter
|
|
159
|
-
def name(self, value: Optional[pulumi.Input[
|
|
158
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
160
159
|
pulumi.set(self, "name", value)
|
|
161
160
|
|
|
162
|
-
@property
|
|
161
|
+
@_builtins.property
|
|
163
162
|
@pulumi.getter
|
|
164
|
-
def queue(self) -> Optional[pulumi.Input[
|
|
163
|
+
def queue(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
165
164
|
"""
|
|
166
165
|
Valid values: (parsingQueue | indexQueue)
|
|
167
166
|
Specifies where the input processor should deposit the events it reads. Defaults to parsingQueue.
|
|
@@ -171,12 +170,12 @@ class InputsTcpRawArgs:
|
|
|
171
170
|
return pulumi.get(self, "queue")
|
|
172
171
|
|
|
173
172
|
@queue.setter
|
|
174
|
-
def queue(self, value: Optional[pulumi.Input[
|
|
173
|
+
def queue(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
175
174
|
pulumi.set(self, "queue", value)
|
|
176
175
|
|
|
177
|
-
@property
|
|
176
|
+
@_builtins.property
|
|
178
177
|
@pulumi.getter(name="rawTcpDoneTimeout")
|
|
179
|
-
def raw_tcp_done_timeout(self) -> Optional[pulumi.Input[
|
|
178
|
+
def raw_tcp_done_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
180
179
|
"""
|
|
181
180
|
Specifies in seconds the timeout value for adding a Done-key. Default value is 10 seconds.
|
|
182
181
|
If a connection over the port specified by name remains idle after receiving data for specified number of seconds, it adds a Done-key. This implies the last event is completely received.
|
|
@@ -184,24 +183,24 @@ class InputsTcpRawArgs:
|
|
|
184
183
|
return pulumi.get(self, "raw_tcp_done_timeout")
|
|
185
184
|
|
|
186
185
|
@raw_tcp_done_timeout.setter
|
|
187
|
-
def raw_tcp_done_timeout(self, value: Optional[pulumi.Input[
|
|
186
|
+
def raw_tcp_done_timeout(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
188
187
|
pulumi.set(self, "raw_tcp_done_timeout", value)
|
|
189
188
|
|
|
190
|
-
@property
|
|
189
|
+
@_builtins.property
|
|
191
190
|
@pulumi.getter(name="restrictToHost")
|
|
192
|
-
def restrict_to_host(self) -> Optional[pulumi.Input[
|
|
191
|
+
def restrict_to_host(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
193
192
|
"""
|
|
194
193
|
Allows for restricting this input to only accept data from the host specified here.
|
|
195
194
|
"""
|
|
196
195
|
return pulumi.get(self, "restrict_to_host")
|
|
197
196
|
|
|
198
197
|
@restrict_to_host.setter
|
|
199
|
-
def restrict_to_host(self, value: Optional[pulumi.Input[
|
|
198
|
+
def restrict_to_host(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
200
199
|
pulumi.set(self, "restrict_to_host", value)
|
|
201
200
|
|
|
202
|
-
@property
|
|
201
|
+
@_builtins.property
|
|
203
202
|
@pulumi.getter
|
|
204
|
-
def source(self) -> Optional[pulumi.Input[
|
|
203
|
+
def source(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
205
204
|
"""
|
|
206
205
|
Sets the source key/field for events from this input. Defaults to the input file path.
|
|
207
206
|
Sets the source key initial value. The key is used during parsing/indexing, in particular to set the source field during indexing. It is also the source field used at search time. As a convenience, the chosen string is prepended with 'source::'.
|
|
@@ -209,12 +208,12 @@ class InputsTcpRawArgs:
|
|
|
209
208
|
return pulumi.get(self, "source")
|
|
210
209
|
|
|
211
210
|
@source.setter
|
|
212
|
-
def source(self, value: Optional[pulumi.Input[
|
|
211
|
+
def source(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
213
212
|
pulumi.set(self, "source", value)
|
|
214
213
|
|
|
215
|
-
@property
|
|
214
|
+
@_builtins.property
|
|
216
215
|
@pulumi.getter
|
|
217
|
-
def sourcetype(self) -> Optional[pulumi.Input[
|
|
216
|
+
def sourcetype(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
218
217
|
"""
|
|
219
218
|
Set the source type for events from this input.
|
|
220
219
|
"sourcetype=" is automatically prepended to <string>.
|
|
@@ -223,7 +222,7 @@ class InputsTcpRawArgs:
|
|
|
223
222
|
return pulumi.get(self, "sourcetype")
|
|
224
223
|
|
|
225
224
|
@sourcetype.setter
|
|
226
|
-
def sourcetype(self, value: Optional[pulumi.Input[
|
|
225
|
+
def sourcetype(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
227
226
|
pulumi.set(self, "sourcetype", value)
|
|
228
227
|
|
|
229
228
|
|
|
@@ -231,39 +230,39 @@ class InputsTcpRawArgs:
|
|
|
231
230
|
class _InputsTcpRawState:
|
|
232
231
|
def __init__(__self__, *,
|
|
233
232
|
acl: Optional[pulumi.Input['InputsTcpRawAclArgs']] = None,
|
|
234
|
-
connection_host: Optional[pulumi.Input[
|
|
235
|
-
disabled: Optional[pulumi.Input[
|
|
236
|
-
host: Optional[pulumi.Input[
|
|
237
|
-
index: Optional[pulumi.Input[
|
|
238
|
-
name: Optional[pulumi.Input[
|
|
239
|
-
queue: Optional[pulumi.Input[
|
|
240
|
-
raw_tcp_done_timeout: Optional[pulumi.Input[
|
|
241
|
-
restrict_to_host: Optional[pulumi.Input[
|
|
242
|
-
source: Optional[pulumi.Input[
|
|
243
|
-
sourcetype: Optional[pulumi.Input[
|
|
233
|
+
connection_host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
234
|
+
disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
235
|
+
host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
236
|
+
index: Optional[pulumi.Input[_builtins.str]] = None,
|
|
237
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
238
|
+
queue: Optional[pulumi.Input[_builtins.str]] = None,
|
|
239
|
+
raw_tcp_done_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
240
|
+
restrict_to_host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
241
|
+
source: Optional[pulumi.Input[_builtins.str]] = None,
|
|
242
|
+
sourcetype: Optional[pulumi.Input[_builtins.str]] = None):
|
|
244
243
|
"""
|
|
245
244
|
Input properties used for looking up and filtering InputsTcpRaw resources.
|
|
246
245
|
:param pulumi.Input['InputsTcpRawAclArgs'] acl: The app/user context that is the namespace for the resource
|
|
247
|
-
:param pulumi.Input[
|
|
246
|
+
:param pulumi.Input[_builtins.str] connection_host: Valid values: (ip | dns | none)
|
|
248
247
|
Set the host for the remote server that is sending data.
|
|
249
248
|
ip sets the host to the IP address of the remote server sending data.
|
|
250
249
|
dns sets the host to the reverse DNS entry for the IP address of the remote server sending data.
|
|
251
250
|
none leaves the host as specified in inputs.conf, which is typically the Splunk system hostname.
|
|
252
251
|
Default value is dns.
|
|
253
|
-
:param pulumi.Input[
|
|
254
|
-
:param pulumi.Input[
|
|
255
|
-
:param pulumi.Input[
|
|
256
|
-
:param pulumi.Input[
|
|
257
|
-
:param pulumi.Input[
|
|
252
|
+
:param pulumi.Input[_builtins.bool] disabled: Indicates if input is disabled.
|
|
253
|
+
:param pulumi.Input[_builtins.str] host: Host from which the indexer gets data.
|
|
254
|
+
:param pulumi.Input[_builtins.str] index: Index to store generated events. Defaults to default.
|
|
255
|
+
:param pulumi.Input[_builtins.str] name: The input port which receives raw data.
|
|
256
|
+
:param pulumi.Input[_builtins.str] queue: Valid values: (parsingQueue | indexQueue)
|
|
258
257
|
Specifies where the input processor should deposit the events it reads. Defaults to parsingQueue.
|
|
259
258
|
Set queue to parsingQueue to apply props.conf and other parsing rules to your data. For more information about props.conf and rules for timestamping and linebreaking, refer to props.conf and the online documentation at "Monitor files and directories with inputs.conf"
|
|
260
259
|
Set queue to indexQueue to send your data directly into the index.
|
|
261
|
-
:param pulumi.Input[
|
|
260
|
+
:param pulumi.Input[_builtins.int] raw_tcp_done_timeout: Specifies in seconds the timeout value for adding a Done-key. Default value is 10 seconds.
|
|
262
261
|
If a connection over the port specified by name remains idle after receiving data for specified number of seconds, it adds a Done-key. This implies the last event is completely received.
|
|
263
|
-
:param pulumi.Input[
|
|
264
|
-
:param pulumi.Input[
|
|
262
|
+
:param pulumi.Input[_builtins.str] restrict_to_host: Allows for restricting this input to only accept data from the host specified here.
|
|
263
|
+
:param pulumi.Input[_builtins.str] source: Sets the source key/field for events from this input. Defaults to the input file path.
|
|
265
264
|
Sets the source key initial value. The key is used during parsing/indexing, in particular to set the source field during indexing. It is also the source field used at search time. As a convenience, the chosen string is prepended with 'source::'.
|
|
266
|
-
:param pulumi.Input[
|
|
265
|
+
:param pulumi.Input[_builtins.str] sourcetype: Set the source type for events from this input.
|
|
267
266
|
"sourcetype=" is automatically prepended to <string>.
|
|
268
267
|
Defaults to audittrail (if signedaudit=true) or fschange (if signedaudit=false).
|
|
269
268
|
"""
|
|
@@ -290,7 +289,7 @@ class _InputsTcpRawState:
|
|
|
290
289
|
if sourcetype is not None:
|
|
291
290
|
pulumi.set(__self__, "sourcetype", sourcetype)
|
|
292
291
|
|
|
293
|
-
@property
|
|
292
|
+
@_builtins.property
|
|
294
293
|
@pulumi.getter
|
|
295
294
|
def acl(self) -> Optional[pulumi.Input['InputsTcpRawAclArgs']]:
|
|
296
295
|
"""
|
|
@@ -302,9 +301,9 @@ class _InputsTcpRawState:
|
|
|
302
301
|
def acl(self, value: Optional[pulumi.Input['InputsTcpRawAclArgs']]):
|
|
303
302
|
pulumi.set(self, "acl", value)
|
|
304
303
|
|
|
305
|
-
@property
|
|
304
|
+
@_builtins.property
|
|
306
305
|
@pulumi.getter(name="connectionHost")
|
|
307
|
-
def connection_host(self) -> Optional[pulumi.Input[
|
|
306
|
+
def connection_host(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
308
307
|
"""
|
|
309
308
|
Valid values: (ip | dns | none)
|
|
310
309
|
Set the host for the remote server that is sending data.
|
|
@@ -316,60 +315,60 @@ class _InputsTcpRawState:
|
|
|
316
315
|
return pulumi.get(self, "connection_host")
|
|
317
316
|
|
|
318
317
|
@connection_host.setter
|
|
319
|
-
def connection_host(self, value: Optional[pulumi.Input[
|
|
318
|
+
def connection_host(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
320
319
|
pulumi.set(self, "connection_host", value)
|
|
321
320
|
|
|
322
|
-
@property
|
|
321
|
+
@_builtins.property
|
|
323
322
|
@pulumi.getter
|
|
324
|
-
def disabled(self) -> Optional[pulumi.Input[
|
|
323
|
+
def disabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
325
324
|
"""
|
|
326
325
|
Indicates if input is disabled.
|
|
327
326
|
"""
|
|
328
327
|
return pulumi.get(self, "disabled")
|
|
329
328
|
|
|
330
329
|
@disabled.setter
|
|
331
|
-
def disabled(self, value: Optional[pulumi.Input[
|
|
330
|
+
def disabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
332
331
|
pulumi.set(self, "disabled", value)
|
|
333
332
|
|
|
334
|
-
@property
|
|
333
|
+
@_builtins.property
|
|
335
334
|
@pulumi.getter
|
|
336
|
-
def host(self) -> Optional[pulumi.Input[
|
|
335
|
+
def host(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
337
336
|
"""
|
|
338
337
|
Host from which the indexer gets data.
|
|
339
338
|
"""
|
|
340
339
|
return pulumi.get(self, "host")
|
|
341
340
|
|
|
342
341
|
@host.setter
|
|
343
|
-
def host(self, value: Optional[pulumi.Input[
|
|
342
|
+
def host(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
344
343
|
pulumi.set(self, "host", value)
|
|
345
344
|
|
|
346
|
-
@property
|
|
345
|
+
@_builtins.property
|
|
347
346
|
@pulumi.getter
|
|
348
|
-
def index(self) -> Optional[pulumi.Input[
|
|
347
|
+
def index(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
349
348
|
"""
|
|
350
349
|
Index to store generated events. Defaults to default.
|
|
351
350
|
"""
|
|
352
351
|
return pulumi.get(self, "index")
|
|
353
352
|
|
|
354
353
|
@index.setter
|
|
355
|
-
def index(self, value: Optional[pulumi.Input[
|
|
354
|
+
def index(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
356
355
|
pulumi.set(self, "index", value)
|
|
357
356
|
|
|
358
|
-
@property
|
|
357
|
+
@_builtins.property
|
|
359
358
|
@pulumi.getter
|
|
360
|
-
def name(self) -> Optional[pulumi.Input[
|
|
359
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
361
360
|
"""
|
|
362
361
|
The input port which receives raw data.
|
|
363
362
|
"""
|
|
364
363
|
return pulumi.get(self, "name")
|
|
365
364
|
|
|
366
365
|
@name.setter
|
|
367
|
-
def name(self, value: Optional[pulumi.Input[
|
|
366
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
368
367
|
pulumi.set(self, "name", value)
|
|
369
368
|
|
|
370
|
-
@property
|
|
369
|
+
@_builtins.property
|
|
371
370
|
@pulumi.getter
|
|
372
|
-
def queue(self) -> Optional[pulumi.Input[
|
|
371
|
+
def queue(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
373
372
|
"""
|
|
374
373
|
Valid values: (parsingQueue | indexQueue)
|
|
375
374
|
Specifies where the input processor should deposit the events it reads. Defaults to parsingQueue.
|
|
@@ -379,12 +378,12 @@ class _InputsTcpRawState:
|
|
|
379
378
|
return pulumi.get(self, "queue")
|
|
380
379
|
|
|
381
380
|
@queue.setter
|
|
382
|
-
def queue(self, value: Optional[pulumi.Input[
|
|
381
|
+
def queue(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
383
382
|
pulumi.set(self, "queue", value)
|
|
384
383
|
|
|
385
|
-
@property
|
|
384
|
+
@_builtins.property
|
|
386
385
|
@pulumi.getter(name="rawTcpDoneTimeout")
|
|
387
|
-
def raw_tcp_done_timeout(self) -> Optional[pulumi.Input[
|
|
386
|
+
def raw_tcp_done_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
388
387
|
"""
|
|
389
388
|
Specifies in seconds the timeout value for adding a Done-key. Default value is 10 seconds.
|
|
390
389
|
If a connection over the port specified by name remains idle after receiving data for specified number of seconds, it adds a Done-key. This implies the last event is completely received.
|
|
@@ -392,24 +391,24 @@ class _InputsTcpRawState:
|
|
|
392
391
|
return pulumi.get(self, "raw_tcp_done_timeout")
|
|
393
392
|
|
|
394
393
|
@raw_tcp_done_timeout.setter
|
|
395
|
-
def raw_tcp_done_timeout(self, value: Optional[pulumi.Input[
|
|
394
|
+
def raw_tcp_done_timeout(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
396
395
|
pulumi.set(self, "raw_tcp_done_timeout", value)
|
|
397
396
|
|
|
398
|
-
@property
|
|
397
|
+
@_builtins.property
|
|
399
398
|
@pulumi.getter(name="restrictToHost")
|
|
400
|
-
def restrict_to_host(self) -> Optional[pulumi.Input[
|
|
399
|
+
def restrict_to_host(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
401
400
|
"""
|
|
402
401
|
Allows for restricting this input to only accept data from the host specified here.
|
|
403
402
|
"""
|
|
404
403
|
return pulumi.get(self, "restrict_to_host")
|
|
405
404
|
|
|
406
405
|
@restrict_to_host.setter
|
|
407
|
-
def restrict_to_host(self, value: Optional[pulumi.Input[
|
|
406
|
+
def restrict_to_host(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
408
407
|
pulumi.set(self, "restrict_to_host", value)
|
|
409
408
|
|
|
410
|
-
@property
|
|
409
|
+
@_builtins.property
|
|
411
410
|
@pulumi.getter
|
|
412
|
-
def source(self) -> Optional[pulumi.Input[
|
|
411
|
+
def source(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
413
412
|
"""
|
|
414
413
|
Sets the source key/field for events from this input. Defaults to the input file path.
|
|
415
414
|
Sets the source key initial value. The key is used during parsing/indexing, in particular to set the source field during indexing. It is also the source field used at search time. As a convenience, the chosen string is prepended with 'source::'.
|
|
@@ -417,12 +416,12 @@ class _InputsTcpRawState:
|
|
|
417
416
|
return pulumi.get(self, "source")
|
|
418
417
|
|
|
419
418
|
@source.setter
|
|
420
|
-
def source(self, value: Optional[pulumi.Input[
|
|
419
|
+
def source(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
421
420
|
pulumi.set(self, "source", value)
|
|
422
421
|
|
|
423
|
-
@property
|
|
422
|
+
@_builtins.property
|
|
424
423
|
@pulumi.getter
|
|
425
|
-
def sourcetype(self) -> Optional[pulumi.Input[
|
|
424
|
+
def sourcetype(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
426
425
|
"""
|
|
427
426
|
Set the source type for events from this input.
|
|
428
427
|
"sourcetype=" is automatically prepended to <string>.
|
|
@@ -431,7 +430,7 @@ class _InputsTcpRawState:
|
|
|
431
430
|
return pulumi.get(self, "sourcetype")
|
|
432
431
|
|
|
433
432
|
@sourcetype.setter
|
|
434
|
-
def sourcetype(self, value: Optional[pulumi.Input[
|
|
433
|
+
def sourcetype(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
435
434
|
pulumi.set(self, "sourcetype", value)
|
|
436
435
|
|
|
437
436
|
|
|
@@ -442,16 +441,16 @@ class InputsTcpRaw(pulumi.CustomResource):
|
|
|
442
441
|
resource_name: str,
|
|
443
442
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
444
443
|
acl: Optional[pulumi.Input[Union['InputsTcpRawAclArgs', 'InputsTcpRawAclArgsDict']]] = None,
|
|
445
|
-
connection_host: Optional[pulumi.Input[
|
|
446
|
-
disabled: Optional[pulumi.Input[
|
|
447
|
-
host: Optional[pulumi.Input[
|
|
448
|
-
index: Optional[pulumi.Input[
|
|
449
|
-
name: Optional[pulumi.Input[
|
|
450
|
-
queue: Optional[pulumi.Input[
|
|
451
|
-
raw_tcp_done_timeout: Optional[pulumi.Input[
|
|
452
|
-
restrict_to_host: Optional[pulumi.Input[
|
|
453
|
-
source: Optional[pulumi.Input[
|
|
454
|
-
sourcetype: Optional[pulumi.Input[
|
|
444
|
+
connection_host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
445
|
+
disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
446
|
+
host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
447
|
+
index: Optional[pulumi.Input[_builtins.str]] = None,
|
|
448
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
449
|
+
queue: Optional[pulumi.Input[_builtins.str]] = None,
|
|
450
|
+
raw_tcp_done_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
451
|
+
restrict_to_host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
452
|
+
source: Optional[pulumi.Input[_builtins.str]] = None,
|
|
453
|
+
sourcetype: Optional[pulumi.Input[_builtins.str]] = None,
|
|
455
454
|
__props__=None):
|
|
456
455
|
"""
|
|
457
456
|
## # Resource: InputsTcpRaw
|
|
@@ -476,26 +475,26 @@ class InputsTcpRaw(pulumi.CustomResource):
|
|
|
476
475
|
:param str resource_name: The name of the resource.
|
|
477
476
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
478
477
|
:param pulumi.Input[Union['InputsTcpRawAclArgs', 'InputsTcpRawAclArgsDict']] acl: The app/user context that is the namespace for the resource
|
|
479
|
-
:param pulumi.Input[
|
|
478
|
+
:param pulumi.Input[_builtins.str] connection_host: Valid values: (ip | dns | none)
|
|
480
479
|
Set the host for the remote server that is sending data.
|
|
481
480
|
ip sets the host to the IP address of the remote server sending data.
|
|
482
481
|
dns sets the host to the reverse DNS entry for the IP address of the remote server sending data.
|
|
483
482
|
none leaves the host as specified in inputs.conf, which is typically the Splunk system hostname.
|
|
484
483
|
Default value is dns.
|
|
485
|
-
:param pulumi.Input[
|
|
486
|
-
:param pulumi.Input[
|
|
487
|
-
:param pulumi.Input[
|
|
488
|
-
:param pulumi.Input[
|
|
489
|
-
:param pulumi.Input[
|
|
484
|
+
:param pulumi.Input[_builtins.bool] disabled: Indicates if input is disabled.
|
|
485
|
+
:param pulumi.Input[_builtins.str] host: Host from which the indexer gets data.
|
|
486
|
+
:param pulumi.Input[_builtins.str] index: Index to store generated events. Defaults to default.
|
|
487
|
+
:param pulumi.Input[_builtins.str] name: The input port which receives raw data.
|
|
488
|
+
:param pulumi.Input[_builtins.str] queue: Valid values: (parsingQueue | indexQueue)
|
|
490
489
|
Specifies where the input processor should deposit the events it reads. Defaults to parsingQueue.
|
|
491
490
|
Set queue to parsingQueue to apply props.conf and other parsing rules to your data. For more information about props.conf and rules for timestamping and linebreaking, refer to props.conf and the online documentation at "Monitor files and directories with inputs.conf"
|
|
492
491
|
Set queue to indexQueue to send your data directly into the index.
|
|
493
|
-
:param pulumi.Input[
|
|
492
|
+
:param pulumi.Input[_builtins.int] raw_tcp_done_timeout: Specifies in seconds the timeout value for adding a Done-key. Default value is 10 seconds.
|
|
494
493
|
If a connection over the port specified by name remains idle after receiving data for specified number of seconds, it adds a Done-key. This implies the last event is completely received.
|
|
495
|
-
:param pulumi.Input[
|
|
496
|
-
:param pulumi.Input[
|
|
494
|
+
:param pulumi.Input[_builtins.str] restrict_to_host: Allows for restricting this input to only accept data from the host specified here.
|
|
495
|
+
:param pulumi.Input[_builtins.str] source: Sets the source key/field for events from this input. Defaults to the input file path.
|
|
497
496
|
Sets the source key initial value. The key is used during parsing/indexing, in particular to set the source field during indexing. It is also the source field used at search time. As a convenience, the chosen string is prepended with 'source::'.
|
|
498
|
-
:param pulumi.Input[
|
|
497
|
+
:param pulumi.Input[_builtins.str] sourcetype: Set the source type for events from this input.
|
|
499
498
|
"sourcetype=" is automatically prepended to <string>.
|
|
500
499
|
Defaults to audittrail (if signedaudit=true) or fschange (if signedaudit=false).
|
|
501
500
|
"""
|
|
@@ -541,16 +540,16 @@ class InputsTcpRaw(pulumi.CustomResource):
|
|
|
541
540
|
resource_name: str,
|
|
542
541
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
543
542
|
acl: Optional[pulumi.Input[Union['InputsTcpRawAclArgs', 'InputsTcpRawAclArgsDict']]] = None,
|
|
544
|
-
connection_host: Optional[pulumi.Input[
|
|
545
|
-
disabled: Optional[pulumi.Input[
|
|
546
|
-
host: Optional[pulumi.Input[
|
|
547
|
-
index: Optional[pulumi.Input[
|
|
548
|
-
name: Optional[pulumi.Input[
|
|
549
|
-
queue: Optional[pulumi.Input[
|
|
550
|
-
raw_tcp_done_timeout: Optional[pulumi.Input[
|
|
551
|
-
restrict_to_host: Optional[pulumi.Input[
|
|
552
|
-
source: Optional[pulumi.Input[
|
|
553
|
-
sourcetype: Optional[pulumi.Input[
|
|
543
|
+
connection_host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
544
|
+
disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
545
|
+
host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
546
|
+
index: Optional[pulumi.Input[_builtins.str]] = None,
|
|
547
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
548
|
+
queue: Optional[pulumi.Input[_builtins.str]] = None,
|
|
549
|
+
raw_tcp_done_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
550
|
+
restrict_to_host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
551
|
+
source: Optional[pulumi.Input[_builtins.str]] = None,
|
|
552
|
+
sourcetype: Optional[pulumi.Input[_builtins.str]] = None,
|
|
554
553
|
__props__=None):
|
|
555
554
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
556
555
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -582,16 +581,16 @@ class InputsTcpRaw(pulumi.CustomResource):
|
|
|
582
581
|
id: pulumi.Input[str],
|
|
583
582
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
584
583
|
acl: Optional[pulumi.Input[Union['InputsTcpRawAclArgs', 'InputsTcpRawAclArgsDict']]] = None,
|
|
585
|
-
connection_host: Optional[pulumi.Input[
|
|
586
|
-
disabled: Optional[pulumi.Input[
|
|
587
|
-
host: Optional[pulumi.Input[
|
|
588
|
-
index: Optional[pulumi.Input[
|
|
589
|
-
name: Optional[pulumi.Input[
|
|
590
|
-
queue: Optional[pulumi.Input[
|
|
591
|
-
raw_tcp_done_timeout: Optional[pulumi.Input[
|
|
592
|
-
restrict_to_host: Optional[pulumi.Input[
|
|
593
|
-
source: Optional[pulumi.Input[
|
|
594
|
-
sourcetype: Optional[pulumi.Input[
|
|
584
|
+
connection_host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
585
|
+
disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
586
|
+
host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
587
|
+
index: Optional[pulumi.Input[_builtins.str]] = None,
|
|
588
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
589
|
+
queue: Optional[pulumi.Input[_builtins.str]] = None,
|
|
590
|
+
raw_tcp_done_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
591
|
+
restrict_to_host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
592
|
+
source: Optional[pulumi.Input[_builtins.str]] = None,
|
|
593
|
+
sourcetype: Optional[pulumi.Input[_builtins.str]] = None) -> 'InputsTcpRaw':
|
|
595
594
|
"""
|
|
596
595
|
Get an existing InputsTcpRaw resource's state with the given name, id, and optional extra
|
|
597
596
|
properties used to qualify the lookup.
|
|
@@ -600,26 +599,26 @@ class InputsTcpRaw(pulumi.CustomResource):
|
|
|
600
599
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
601
600
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
602
601
|
:param pulumi.Input[Union['InputsTcpRawAclArgs', 'InputsTcpRawAclArgsDict']] acl: The app/user context that is the namespace for the resource
|
|
603
|
-
:param pulumi.Input[
|
|
602
|
+
:param pulumi.Input[_builtins.str] connection_host: Valid values: (ip | dns | none)
|
|
604
603
|
Set the host for the remote server that is sending data.
|
|
605
604
|
ip sets the host to the IP address of the remote server sending data.
|
|
606
605
|
dns sets the host to the reverse DNS entry for the IP address of the remote server sending data.
|
|
607
606
|
none leaves the host as specified in inputs.conf, which is typically the Splunk system hostname.
|
|
608
607
|
Default value is dns.
|
|
609
|
-
:param pulumi.Input[
|
|
610
|
-
:param pulumi.Input[
|
|
611
|
-
:param pulumi.Input[
|
|
612
|
-
:param pulumi.Input[
|
|
613
|
-
:param pulumi.Input[
|
|
608
|
+
:param pulumi.Input[_builtins.bool] disabled: Indicates if input is disabled.
|
|
609
|
+
:param pulumi.Input[_builtins.str] host: Host from which the indexer gets data.
|
|
610
|
+
:param pulumi.Input[_builtins.str] index: Index to store generated events. Defaults to default.
|
|
611
|
+
:param pulumi.Input[_builtins.str] name: The input port which receives raw data.
|
|
612
|
+
:param pulumi.Input[_builtins.str] queue: Valid values: (parsingQueue | indexQueue)
|
|
614
613
|
Specifies where the input processor should deposit the events it reads. Defaults to parsingQueue.
|
|
615
614
|
Set queue to parsingQueue to apply props.conf and other parsing rules to your data. For more information about props.conf and rules for timestamping and linebreaking, refer to props.conf and the online documentation at "Monitor files and directories with inputs.conf"
|
|
616
615
|
Set queue to indexQueue to send your data directly into the index.
|
|
617
|
-
:param pulumi.Input[
|
|
616
|
+
:param pulumi.Input[_builtins.int] raw_tcp_done_timeout: Specifies in seconds the timeout value for adding a Done-key. Default value is 10 seconds.
|
|
618
617
|
If a connection over the port specified by name remains idle after receiving data for specified number of seconds, it adds a Done-key. This implies the last event is completely received.
|
|
619
|
-
:param pulumi.Input[
|
|
620
|
-
:param pulumi.Input[
|
|
618
|
+
:param pulumi.Input[_builtins.str] restrict_to_host: Allows for restricting this input to only accept data from the host specified here.
|
|
619
|
+
:param pulumi.Input[_builtins.str] source: Sets the source key/field for events from this input. Defaults to the input file path.
|
|
621
620
|
Sets the source key initial value. The key is used during parsing/indexing, in particular to set the source field during indexing. It is also the source field used at search time. As a convenience, the chosen string is prepended with 'source::'.
|
|
622
|
-
:param pulumi.Input[
|
|
621
|
+
:param pulumi.Input[_builtins.str] sourcetype: Set the source type for events from this input.
|
|
623
622
|
"sourcetype=" is automatically prepended to <string>.
|
|
624
623
|
Defaults to audittrail (if signedaudit=true) or fschange (if signedaudit=false).
|
|
625
624
|
"""
|
|
@@ -640,7 +639,7 @@ class InputsTcpRaw(pulumi.CustomResource):
|
|
|
640
639
|
__props__.__dict__["sourcetype"] = sourcetype
|
|
641
640
|
return InputsTcpRaw(resource_name, opts=opts, __props__=__props__)
|
|
642
641
|
|
|
643
|
-
@property
|
|
642
|
+
@_builtins.property
|
|
644
643
|
@pulumi.getter
|
|
645
644
|
def acl(self) -> pulumi.Output['outputs.InputsTcpRawAcl']:
|
|
646
645
|
"""
|
|
@@ -648,9 +647,9 @@ class InputsTcpRaw(pulumi.CustomResource):
|
|
|
648
647
|
"""
|
|
649
648
|
return pulumi.get(self, "acl")
|
|
650
649
|
|
|
651
|
-
@property
|
|
650
|
+
@_builtins.property
|
|
652
651
|
@pulumi.getter(name="connectionHost")
|
|
653
|
-
def connection_host(self) -> pulumi.Output[
|
|
652
|
+
def connection_host(self) -> pulumi.Output[_builtins.str]:
|
|
654
653
|
"""
|
|
655
654
|
Valid values: (ip | dns | none)
|
|
656
655
|
Set the host for the remote server that is sending data.
|
|
@@ -661,41 +660,41 @@ class InputsTcpRaw(pulumi.CustomResource):
|
|
|
661
660
|
"""
|
|
662
661
|
return pulumi.get(self, "connection_host")
|
|
663
662
|
|
|
664
|
-
@property
|
|
663
|
+
@_builtins.property
|
|
665
664
|
@pulumi.getter
|
|
666
|
-
def disabled(self) -> pulumi.Output[
|
|
665
|
+
def disabled(self) -> pulumi.Output[_builtins.bool]:
|
|
667
666
|
"""
|
|
668
667
|
Indicates if input is disabled.
|
|
669
668
|
"""
|
|
670
669
|
return pulumi.get(self, "disabled")
|
|
671
670
|
|
|
672
|
-
@property
|
|
671
|
+
@_builtins.property
|
|
673
672
|
@pulumi.getter
|
|
674
|
-
def host(self) -> pulumi.Output[
|
|
673
|
+
def host(self) -> pulumi.Output[_builtins.str]:
|
|
675
674
|
"""
|
|
676
675
|
Host from which the indexer gets data.
|
|
677
676
|
"""
|
|
678
677
|
return pulumi.get(self, "host")
|
|
679
678
|
|
|
680
|
-
@property
|
|
679
|
+
@_builtins.property
|
|
681
680
|
@pulumi.getter
|
|
682
|
-
def index(self) -> pulumi.Output[
|
|
681
|
+
def index(self) -> pulumi.Output[_builtins.str]:
|
|
683
682
|
"""
|
|
684
683
|
Index to store generated events. Defaults to default.
|
|
685
684
|
"""
|
|
686
685
|
return pulumi.get(self, "index")
|
|
687
686
|
|
|
688
|
-
@property
|
|
687
|
+
@_builtins.property
|
|
689
688
|
@pulumi.getter
|
|
690
|
-
def name(self) -> pulumi.Output[
|
|
689
|
+
def name(self) -> pulumi.Output[_builtins.str]:
|
|
691
690
|
"""
|
|
692
691
|
The input port which receives raw data.
|
|
693
692
|
"""
|
|
694
693
|
return pulumi.get(self, "name")
|
|
695
694
|
|
|
696
|
-
@property
|
|
695
|
+
@_builtins.property
|
|
697
696
|
@pulumi.getter
|
|
698
|
-
def queue(self) -> pulumi.Output[
|
|
697
|
+
def queue(self) -> pulumi.Output[_builtins.str]:
|
|
699
698
|
"""
|
|
700
699
|
Valid values: (parsingQueue | indexQueue)
|
|
701
700
|
Specifies where the input processor should deposit the events it reads. Defaults to parsingQueue.
|
|
@@ -704,35 +703,35 @@ class InputsTcpRaw(pulumi.CustomResource):
|
|
|
704
703
|
"""
|
|
705
704
|
return pulumi.get(self, "queue")
|
|
706
705
|
|
|
707
|
-
@property
|
|
706
|
+
@_builtins.property
|
|
708
707
|
@pulumi.getter(name="rawTcpDoneTimeout")
|
|
709
|
-
def raw_tcp_done_timeout(self) -> pulumi.Output[
|
|
708
|
+
def raw_tcp_done_timeout(self) -> pulumi.Output[_builtins.int]:
|
|
710
709
|
"""
|
|
711
710
|
Specifies in seconds the timeout value for adding a Done-key. Default value is 10 seconds.
|
|
712
711
|
If a connection over the port specified by name remains idle after receiving data for specified number of seconds, it adds a Done-key. This implies the last event is completely received.
|
|
713
712
|
"""
|
|
714
713
|
return pulumi.get(self, "raw_tcp_done_timeout")
|
|
715
714
|
|
|
716
|
-
@property
|
|
715
|
+
@_builtins.property
|
|
717
716
|
@pulumi.getter(name="restrictToHost")
|
|
718
|
-
def restrict_to_host(self) -> pulumi.Output[
|
|
717
|
+
def restrict_to_host(self) -> pulumi.Output[_builtins.str]:
|
|
719
718
|
"""
|
|
720
719
|
Allows for restricting this input to only accept data from the host specified here.
|
|
721
720
|
"""
|
|
722
721
|
return pulumi.get(self, "restrict_to_host")
|
|
723
722
|
|
|
724
|
-
@property
|
|
723
|
+
@_builtins.property
|
|
725
724
|
@pulumi.getter
|
|
726
|
-
def source(self) -> pulumi.Output[
|
|
725
|
+
def source(self) -> pulumi.Output[_builtins.str]:
|
|
727
726
|
"""
|
|
728
727
|
Sets the source key/field for events from this input. Defaults to the input file path.
|
|
729
728
|
Sets the source key initial value. The key is used during parsing/indexing, in particular to set the source field during indexing. It is also the source field used at search time. As a convenience, the chosen string is prepended with 'source::'.
|
|
730
729
|
"""
|
|
731
730
|
return pulumi.get(self, "source")
|
|
732
731
|
|
|
733
|
-
@property
|
|
732
|
+
@_builtins.property
|
|
734
733
|
@pulumi.getter
|
|
735
|
-
def sourcetype(self) -> pulumi.Output[
|
|
734
|
+
def sourcetype(self) -> pulumi.Output[_builtins.str]:
|
|
736
735
|
"""
|
|
737
736
|
Set the source type for events from this input.
|
|
738
737
|
"sourcetype=" is automatically prepended to <string>.
|