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