pulumi-splunk 1.3.0a1743575469__py3-none-any.whl → 1.3.0a1744266748__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 -0
- pulumi_splunk/_inputs.py +1065 -1064
- pulumi_splunk/admin_saml_groups.py +29 -28
- pulumi_splunk/apps_local.py +169 -168
- pulumi_splunk/authentication_users.py +127 -126
- pulumi_splunk/authorization_roles.py +183 -182
- pulumi_splunk/config/__init__.py +1 -0
- pulumi_splunk/config/__init__.pyi +1 -0
- pulumi_splunk/config/vars.py +1 -0
- pulumi_splunk/configs_conf.py +29 -28
- pulumi_splunk/data_ui_views.py +29 -28
- pulumi_splunk/generic_acl.py +15 -14
- pulumi_splunk/global_http_event_collector.py +99 -98
- pulumi_splunk/indexes.py +533 -532
- pulumi_splunk/inputs_http_event_collector.py +127 -126
- pulumi_splunk/inputs_monitor.py +211 -210
- pulumi_splunk/inputs_script.py +127 -126
- pulumi_splunk/inputs_tcp_cooked.py +71 -70
- pulumi_splunk/inputs_tcp_raw.py +141 -140
- pulumi_splunk/inputs_tcp_splunk_tcp_token.py +29 -28
- pulumi_splunk/inputs_tcp_ssl.py +71 -70
- pulumi_splunk/inputs_udp.py +155 -154
- pulumi_splunk/lookup_definition.py +29 -28
- pulumi_splunk/lookup_table_file.py +57 -56
- pulumi_splunk/outputs.py +647 -646
- pulumi_splunk/outputs_tcp_default.py +113 -112
- pulumi_splunk/outputs_tcp_group.py +141 -140
- pulumi_splunk/outputs_tcp_server.py +141 -140
- pulumi_splunk/outputs_tcp_syslog.py +99 -98
- pulumi_splunk/provider.py +47 -46
- pulumi_splunk/pulumi-plugin.json +1 -1
- pulumi_splunk/saved_searches.py +2304 -2303
- pulumi_splunk/sh_indexes_manager.py +57 -56
- {pulumi_splunk-1.3.0a1743575469.dist-info → pulumi_splunk-1.3.0a1744266748.dist-info}/METADATA +1 -1
- pulumi_splunk-1.3.0a1744266748.dist-info/RECORD +39 -0
- pulumi_splunk-1.3.0a1743575469.dist-info/RECORD +0 -39
- {pulumi_splunk-1.3.0a1743575469.dist-info → pulumi_splunk-1.3.0a1744266748.dist-info}/WHEEL +0 -0
- {pulumi_splunk-1.3.0a1743575469.dist-info → pulumi_splunk-1.3.0a1744266748.dist-info}/top_level.txt +0 -0
pulumi_splunk/inputs_udp.py
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -22,37 +23,37 @@ __all__ = ['InputsUdpArgs', 'InputsUdp']
|
|
|
22
23
|
class InputsUdpArgs:
|
|
23
24
|
def __init__(__self__, *,
|
|
24
25
|
acl: Optional[pulumi.Input['InputsUdpAclArgs']] = 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
|
-
no_appending_timestamp: Optional[pulumi.Input[bool]] = None,
|
|
31
|
-
no_priority_stripping: Optional[pulumi.Input[bool]] = None,
|
|
32
|
-
queue: Optional[pulumi.Input[str]] = None,
|
|
33
|
-
restrict_to_host: Optional[pulumi.Input[str]] = None,
|
|
34
|
-
source: Optional[pulumi.Input[str]] = None,
|
|
35
|
-
sourcetype: Optional[pulumi.Input[str]] = None):
|
|
26
|
+
connection_host: Optional[pulumi.Input[builtins.str]] = None,
|
|
27
|
+
disabled: Optional[pulumi.Input[builtins.bool]] = None,
|
|
28
|
+
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
29
|
+
index: Optional[pulumi.Input[builtins.str]] = None,
|
|
30
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
31
|
+
no_appending_timestamp: Optional[pulumi.Input[builtins.bool]] = None,
|
|
32
|
+
no_priority_stripping: Optional[pulumi.Input[builtins.bool]] = None,
|
|
33
|
+
queue: Optional[pulumi.Input[builtins.str]] = None,
|
|
34
|
+
restrict_to_host: Optional[pulumi.Input[builtins.str]] = None,
|
|
35
|
+
source: Optional[pulumi.Input[builtins.str]] = None,
|
|
36
|
+
sourcetype: Optional[pulumi.Input[builtins.str]] = None):
|
|
36
37
|
"""
|
|
37
38
|
The set of arguments for constructing a InputsUdp resource.
|
|
38
39
|
:param pulumi.Input['InputsUdpAclArgs'] acl: The app/user context that is the namespace for the resource
|
|
39
|
-
:param pulumi.Input[str] connection_host: Valid values: (ip | dns | none)
|
|
40
|
+
:param pulumi.Input[builtins.str] connection_host: Valid values: (ip | dns | none)
|
|
40
41
|
Set the host for the remote server that is sending data.
|
|
41
42
|
ip sets the host to the IP address of the remote server sending data.
|
|
42
43
|
dns sets the host to the reverse DNS entry for the IP address of the remote server sending data.
|
|
43
44
|
none leaves the host as specified in inputs.conf, which is typically the Splunk system hostname.
|
|
44
45
|
Default value is dns.
|
|
45
|
-
:param pulumi.Input[bool] disabled: Indicates if input is disabled.
|
|
46
|
-
:param pulumi.Input[str] host: The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
|
|
47
|
-
:param pulumi.Input[str] index: Which index events from this input should be stored in. Defaults to default.
|
|
48
|
-
:param pulumi.Input[str] name: The UDP port that this input should listen on.
|
|
49
|
-
:param pulumi.Input[bool] no_appending_timestamp: If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
|
|
50
|
-
:param pulumi.Input[bool] no_priority_stripping: If set to true, Splunk software does not remove the priority field from incoming syslog events.
|
|
51
|
-
:param pulumi.Input[str] queue: Which queue events from this input should be sent to. Generally this does not need to be changed.
|
|
52
|
-
:param pulumi.Input[str] restrict_to_host: Restrict incoming connections on this port to the host specified here.
|
|
46
|
+
:param pulumi.Input[builtins.bool] disabled: Indicates if input is disabled.
|
|
47
|
+
:param pulumi.Input[builtins.str] host: The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
|
|
48
|
+
:param pulumi.Input[builtins.str] index: Which index events from this input should be stored in. Defaults to default.
|
|
49
|
+
:param pulumi.Input[builtins.str] name: The UDP port that this input should listen on.
|
|
50
|
+
:param pulumi.Input[builtins.bool] no_appending_timestamp: If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
|
|
51
|
+
:param pulumi.Input[builtins.bool] no_priority_stripping: If set to true, Splunk software does not remove the priority field from incoming syslog events.
|
|
52
|
+
:param pulumi.Input[builtins.str] queue: Which queue events from this input should be sent to. Generally this does not need to be changed.
|
|
53
|
+
:param pulumi.Input[builtins.str] restrict_to_host: Restrict incoming connections on this port to the host specified here.
|
|
53
54
|
If this is not set, the value specified in [udp://<remote server>:<port>] in inputs.conf is used.
|
|
54
|
-
:param pulumi.Input[str] source: The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
|
|
55
|
-
:param pulumi.Input[str] sourcetype: The value to populate in the sourcetype field for incoming events.
|
|
55
|
+
:param pulumi.Input[builtins.str] source: The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
|
|
56
|
+
:param pulumi.Input[builtins.str] sourcetype: The value to populate in the sourcetype field for incoming events.
|
|
56
57
|
"""
|
|
57
58
|
if acl is not None:
|
|
58
59
|
pulumi.set(__self__, "acl", acl)
|
|
@@ -93,7 +94,7 @@ class InputsUdpArgs:
|
|
|
93
94
|
|
|
94
95
|
@property
|
|
95
96
|
@pulumi.getter(name="connectionHost")
|
|
96
|
-
def connection_host(self) -> Optional[pulumi.Input[str]]:
|
|
97
|
+
def connection_host(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
97
98
|
"""
|
|
98
99
|
Valid values: (ip | dns | none)
|
|
99
100
|
Set the host for the remote server that is sending data.
|
|
@@ -105,96 +106,96 @@ class InputsUdpArgs:
|
|
|
105
106
|
return pulumi.get(self, "connection_host")
|
|
106
107
|
|
|
107
108
|
@connection_host.setter
|
|
108
|
-
def connection_host(self, value: Optional[pulumi.Input[str]]):
|
|
109
|
+
def connection_host(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
109
110
|
pulumi.set(self, "connection_host", value)
|
|
110
111
|
|
|
111
112
|
@property
|
|
112
113
|
@pulumi.getter
|
|
113
|
-
def disabled(self) -> Optional[pulumi.Input[bool]]:
|
|
114
|
+
def disabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
114
115
|
"""
|
|
115
116
|
Indicates if input is disabled.
|
|
116
117
|
"""
|
|
117
118
|
return pulumi.get(self, "disabled")
|
|
118
119
|
|
|
119
120
|
@disabled.setter
|
|
120
|
-
def disabled(self, value: Optional[pulumi.Input[bool]]):
|
|
121
|
+
def disabled(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
121
122
|
pulumi.set(self, "disabled", value)
|
|
122
123
|
|
|
123
124
|
@property
|
|
124
125
|
@pulumi.getter
|
|
125
|
-
def host(self) -> Optional[pulumi.Input[str]]:
|
|
126
|
+
def host(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
126
127
|
"""
|
|
127
128
|
The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
|
|
128
129
|
"""
|
|
129
130
|
return pulumi.get(self, "host")
|
|
130
131
|
|
|
131
132
|
@host.setter
|
|
132
|
-
def host(self, value: Optional[pulumi.Input[str]]):
|
|
133
|
+
def host(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
133
134
|
pulumi.set(self, "host", value)
|
|
134
135
|
|
|
135
136
|
@property
|
|
136
137
|
@pulumi.getter
|
|
137
|
-
def index(self) -> Optional[pulumi.Input[str]]:
|
|
138
|
+
def index(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
138
139
|
"""
|
|
139
140
|
Which index events from this input should be stored in. Defaults to default.
|
|
140
141
|
"""
|
|
141
142
|
return pulumi.get(self, "index")
|
|
142
143
|
|
|
143
144
|
@index.setter
|
|
144
|
-
def index(self, value: Optional[pulumi.Input[str]]):
|
|
145
|
+
def index(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
145
146
|
pulumi.set(self, "index", value)
|
|
146
147
|
|
|
147
148
|
@property
|
|
148
149
|
@pulumi.getter
|
|
149
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
150
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
150
151
|
"""
|
|
151
152
|
The UDP port that this input should listen on.
|
|
152
153
|
"""
|
|
153
154
|
return pulumi.get(self, "name")
|
|
154
155
|
|
|
155
156
|
@name.setter
|
|
156
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
157
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
157
158
|
pulumi.set(self, "name", value)
|
|
158
159
|
|
|
159
160
|
@property
|
|
160
161
|
@pulumi.getter(name="noAppendingTimestamp")
|
|
161
|
-
def no_appending_timestamp(self) -> Optional[pulumi.Input[bool]]:
|
|
162
|
+
def no_appending_timestamp(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
162
163
|
"""
|
|
163
164
|
If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
|
|
164
165
|
"""
|
|
165
166
|
return pulumi.get(self, "no_appending_timestamp")
|
|
166
167
|
|
|
167
168
|
@no_appending_timestamp.setter
|
|
168
|
-
def no_appending_timestamp(self, value: Optional[pulumi.Input[bool]]):
|
|
169
|
+
def no_appending_timestamp(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
169
170
|
pulumi.set(self, "no_appending_timestamp", value)
|
|
170
171
|
|
|
171
172
|
@property
|
|
172
173
|
@pulumi.getter(name="noPriorityStripping")
|
|
173
|
-
def no_priority_stripping(self) -> Optional[pulumi.Input[bool]]:
|
|
174
|
+
def no_priority_stripping(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
174
175
|
"""
|
|
175
176
|
If set to true, Splunk software does not remove the priority field from incoming syslog events.
|
|
176
177
|
"""
|
|
177
178
|
return pulumi.get(self, "no_priority_stripping")
|
|
178
179
|
|
|
179
180
|
@no_priority_stripping.setter
|
|
180
|
-
def no_priority_stripping(self, value: Optional[pulumi.Input[bool]]):
|
|
181
|
+
def no_priority_stripping(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
181
182
|
pulumi.set(self, "no_priority_stripping", value)
|
|
182
183
|
|
|
183
184
|
@property
|
|
184
185
|
@pulumi.getter
|
|
185
|
-
def queue(self) -> Optional[pulumi.Input[str]]:
|
|
186
|
+
def queue(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
186
187
|
"""
|
|
187
188
|
Which queue events from this input should be sent to. Generally this does not need to be changed.
|
|
188
189
|
"""
|
|
189
190
|
return pulumi.get(self, "queue")
|
|
190
191
|
|
|
191
192
|
@queue.setter
|
|
192
|
-
def queue(self, value: Optional[pulumi.Input[str]]):
|
|
193
|
+
def queue(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
193
194
|
pulumi.set(self, "queue", value)
|
|
194
195
|
|
|
195
196
|
@property
|
|
196
197
|
@pulumi.getter(name="restrictToHost")
|
|
197
|
-
def restrict_to_host(self) -> Optional[pulumi.Input[str]]:
|
|
198
|
+
def restrict_to_host(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
198
199
|
"""
|
|
199
200
|
Restrict incoming connections on this port to the host specified here.
|
|
200
201
|
If this is not set, the value specified in [udp://<remote server>:<port>] in inputs.conf is used.
|
|
@@ -202,31 +203,31 @@ class InputsUdpArgs:
|
|
|
202
203
|
return pulumi.get(self, "restrict_to_host")
|
|
203
204
|
|
|
204
205
|
@restrict_to_host.setter
|
|
205
|
-
def restrict_to_host(self, value: Optional[pulumi.Input[str]]):
|
|
206
|
+
def restrict_to_host(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
206
207
|
pulumi.set(self, "restrict_to_host", value)
|
|
207
208
|
|
|
208
209
|
@property
|
|
209
210
|
@pulumi.getter
|
|
210
|
-
def source(self) -> Optional[pulumi.Input[str]]:
|
|
211
|
+
def source(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
211
212
|
"""
|
|
212
213
|
The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
|
|
213
214
|
"""
|
|
214
215
|
return pulumi.get(self, "source")
|
|
215
216
|
|
|
216
217
|
@source.setter
|
|
217
|
-
def source(self, value: Optional[pulumi.Input[str]]):
|
|
218
|
+
def source(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
218
219
|
pulumi.set(self, "source", value)
|
|
219
220
|
|
|
220
221
|
@property
|
|
221
222
|
@pulumi.getter
|
|
222
|
-
def sourcetype(self) -> Optional[pulumi.Input[str]]:
|
|
223
|
+
def sourcetype(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
223
224
|
"""
|
|
224
225
|
The value to populate in the sourcetype field for incoming events.
|
|
225
226
|
"""
|
|
226
227
|
return pulumi.get(self, "sourcetype")
|
|
227
228
|
|
|
228
229
|
@sourcetype.setter
|
|
229
|
-
def sourcetype(self, value: Optional[pulumi.Input[str]]):
|
|
230
|
+
def sourcetype(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
230
231
|
pulumi.set(self, "sourcetype", value)
|
|
231
232
|
|
|
232
233
|
|
|
@@ -234,37 +235,37 @@ class InputsUdpArgs:
|
|
|
234
235
|
class _InputsUdpState:
|
|
235
236
|
def __init__(__self__, *,
|
|
236
237
|
acl: Optional[pulumi.Input['InputsUdpAclArgs']] = None,
|
|
237
|
-
connection_host: Optional[pulumi.Input[str]] = None,
|
|
238
|
-
disabled: Optional[pulumi.Input[bool]] = None,
|
|
239
|
-
host: Optional[pulumi.Input[str]] = None,
|
|
240
|
-
index: Optional[pulumi.Input[str]] = None,
|
|
241
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
242
|
-
no_appending_timestamp: Optional[pulumi.Input[bool]] = None,
|
|
243
|
-
no_priority_stripping: Optional[pulumi.Input[bool]] = None,
|
|
244
|
-
queue: Optional[pulumi.Input[str]] = None,
|
|
245
|
-
restrict_to_host: Optional[pulumi.Input[str]] = None,
|
|
246
|
-
source: Optional[pulumi.Input[str]] = None,
|
|
247
|
-
sourcetype: Optional[pulumi.Input[str]] = None):
|
|
238
|
+
connection_host: Optional[pulumi.Input[builtins.str]] = None,
|
|
239
|
+
disabled: Optional[pulumi.Input[builtins.bool]] = None,
|
|
240
|
+
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
241
|
+
index: Optional[pulumi.Input[builtins.str]] = None,
|
|
242
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
243
|
+
no_appending_timestamp: Optional[pulumi.Input[builtins.bool]] = None,
|
|
244
|
+
no_priority_stripping: Optional[pulumi.Input[builtins.bool]] = None,
|
|
245
|
+
queue: Optional[pulumi.Input[builtins.str]] = None,
|
|
246
|
+
restrict_to_host: Optional[pulumi.Input[builtins.str]] = None,
|
|
247
|
+
source: Optional[pulumi.Input[builtins.str]] = None,
|
|
248
|
+
sourcetype: Optional[pulumi.Input[builtins.str]] = None):
|
|
248
249
|
"""
|
|
249
250
|
Input properties used for looking up and filtering InputsUdp resources.
|
|
250
251
|
:param pulumi.Input['InputsUdpAclArgs'] acl: The app/user context that is the namespace for the resource
|
|
251
|
-
:param pulumi.Input[str] connection_host: Valid values: (ip | dns | none)
|
|
252
|
+
:param pulumi.Input[builtins.str] connection_host: Valid values: (ip | dns | none)
|
|
252
253
|
Set the host for the remote server that is sending data.
|
|
253
254
|
ip sets the host to the IP address of the remote server sending data.
|
|
254
255
|
dns sets the host to the reverse DNS entry for the IP address of the remote server sending data.
|
|
255
256
|
none leaves the host as specified in inputs.conf, which is typically the Splunk system hostname.
|
|
256
257
|
Default value is dns.
|
|
257
|
-
:param pulumi.Input[bool] disabled: Indicates if input is disabled.
|
|
258
|
-
:param pulumi.Input[str] host: The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
|
|
259
|
-
:param pulumi.Input[str] index: Which index events from this input should be stored in. Defaults to default.
|
|
260
|
-
:param pulumi.Input[str] name: The UDP port that this input should listen on.
|
|
261
|
-
:param pulumi.Input[bool] no_appending_timestamp: If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
|
|
262
|
-
:param pulumi.Input[bool] no_priority_stripping: If set to true, Splunk software does not remove the priority field from incoming syslog events.
|
|
263
|
-
:param pulumi.Input[str] queue: Which queue events from this input should be sent to. Generally this does not need to be changed.
|
|
264
|
-
:param pulumi.Input[str] restrict_to_host: Restrict incoming connections on this port to the host specified here.
|
|
258
|
+
:param pulumi.Input[builtins.bool] disabled: Indicates if input is disabled.
|
|
259
|
+
:param pulumi.Input[builtins.str] host: The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
|
|
260
|
+
:param pulumi.Input[builtins.str] index: Which index events from this input should be stored in. Defaults to default.
|
|
261
|
+
:param pulumi.Input[builtins.str] name: The UDP port that this input should listen on.
|
|
262
|
+
:param pulumi.Input[builtins.bool] no_appending_timestamp: If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
|
|
263
|
+
:param pulumi.Input[builtins.bool] no_priority_stripping: If set to true, Splunk software does not remove the priority field from incoming syslog events.
|
|
264
|
+
:param pulumi.Input[builtins.str] queue: Which queue events from this input should be sent to. Generally this does not need to be changed.
|
|
265
|
+
:param pulumi.Input[builtins.str] restrict_to_host: Restrict incoming connections on this port to the host specified here.
|
|
265
266
|
If this is not set, the value specified in [udp://<remote server>:<port>] in inputs.conf is used.
|
|
266
|
-
:param pulumi.Input[str] source: The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
|
|
267
|
-
:param pulumi.Input[str] sourcetype: The value to populate in the sourcetype field for incoming events.
|
|
267
|
+
:param pulumi.Input[builtins.str] source: The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
|
|
268
|
+
:param pulumi.Input[builtins.str] sourcetype: The value to populate in the sourcetype field for incoming events.
|
|
268
269
|
"""
|
|
269
270
|
if acl is not None:
|
|
270
271
|
pulumi.set(__self__, "acl", acl)
|
|
@@ -305,7 +306,7 @@ class _InputsUdpState:
|
|
|
305
306
|
|
|
306
307
|
@property
|
|
307
308
|
@pulumi.getter(name="connectionHost")
|
|
308
|
-
def connection_host(self) -> Optional[pulumi.Input[str]]:
|
|
309
|
+
def connection_host(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
309
310
|
"""
|
|
310
311
|
Valid values: (ip | dns | none)
|
|
311
312
|
Set the host for the remote server that is sending data.
|
|
@@ -317,96 +318,96 @@ class _InputsUdpState:
|
|
|
317
318
|
return pulumi.get(self, "connection_host")
|
|
318
319
|
|
|
319
320
|
@connection_host.setter
|
|
320
|
-
def connection_host(self, value: Optional[pulumi.Input[str]]):
|
|
321
|
+
def connection_host(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
321
322
|
pulumi.set(self, "connection_host", value)
|
|
322
323
|
|
|
323
324
|
@property
|
|
324
325
|
@pulumi.getter
|
|
325
|
-
def disabled(self) -> Optional[pulumi.Input[bool]]:
|
|
326
|
+
def disabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
326
327
|
"""
|
|
327
328
|
Indicates if input is disabled.
|
|
328
329
|
"""
|
|
329
330
|
return pulumi.get(self, "disabled")
|
|
330
331
|
|
|
331
332
|
@disabled.setter
|
|
332
|
-
def disabled(self, value: Optional[pulumi.Input[bool]]):
|
|
333
|
+
def disabled(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
333
334
|
pulumi.set(self, "disabled", value)
|
|
334
335
|
|
|
335
336
|
@property
|
|
336
337
|
@pulumi.getter
|
|
337
|
-
def host(self) -> Optional[pulumi.Input[str]]:
|
|
338
|
+
def host(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
338
339
|
"""
|
|
339
340
|
The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
|
|
340
341
|
"""
|
|
341
342
|
return pulumi.get(self, "host")
|
|
342
343
|
|
|
343
344
|
@host.setter
|
|
344
|
-
def host(self, value: Optional[pulumi.Input[str]]):
|
|
345
|
+
def host(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
345
346
|
pulumi.set(self, "host", value)
|
|
346
347
|
|
|
347
348
|
@property
|
|
348
349
|
@pulumi.getter
|
|
349
|
-
def index(self) -> Optional[pulumi.Input[str]]:
|
|
350
|
+
def index(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
350
351
|
"""
|
|
351
352
|
Which index events from this input should be stored in. Defaults to default.
|
|
352
353
|
"""
|
|
353
354
|
return pulumi.get(self, "index")
|
|
354
355
|
|
|
355
356
|
@index.setter
|
|
356
|
-
def index(self, value: Optional[pulumi.Input[str]]):
|
|
357
|
+
def index(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
357
358
|
pulumi.set(self, "index", value)
|
|
358
359
|
|
|
359
360
|
@property
|
|
360
361
|
@pulumi.getter
|
|
361
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
362
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
362
363
|
"""
|
|
363
364
|
The UDP port that this input should listen on.
|
|
364
365
|
"""
|
|
365
366
|
return pulumi.get(self, "name")
|
|
366
367
|
|
|
367
368
|
@name.setter
|
|
368
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
369
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
369
370
|
pulumi.set(self, "name", value)
|
|
370
371
|
|
|
371
372
|
@property
|
|
372
373
|
@pulumi.getter(name="noAppendingTimestamp")
|
|
373
|
-
def no_appending_timestamp(self) -> Optional[pulumi.Input[bool]]:
|
|
374
|
+
def no_appending_timestamp(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
374
375
|
"""
|
|
375
376
|
If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
|
|
376
377
|
"""
|
|
377
378
|
return pulumi.get(self, "no_appending_timestamp")
|
|
378
379
|
|
|
379
380
|
@no_appending_timestamp.setter
|
|
380
|
-
def no_appending_timestamp(self, value: Optional[pulumi.Input[bool]]):
|
|
381
|
+
def no_appending_timestamp(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
381
382
|
pulumi.set(self, "no_appending_timestamp", value)
|
|
382
383
|
|
|
383
384
|
@property
|
|
384
385
|
@pulumi.getter(name="noPriorityStripping")
|
|
385
|
-
def no_priority_stripping(self) -> Optional[pulumi.Input[bool]]:
|
|
386
|
+
def no_priority_stripping(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
386
387
|
"""
|
|
387
388
|
If set to true, Splunk software does not remove the priority field from incoming syslog events.
|
|
388
389
|
"""
|
|
389
390
|
return pulumi.get(self, "no_priority_stripping")
|
|
390
391
|
|
|
391
392
|
@no_priority_stripping.setter
|
|
392
|
-
def no_priority_stripping(self, value: Optional[pulumi.Input[bool]]):
|
|
393
|
+
def no_priority_stripping(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
393
394
|
pulumi.set(self, "no_priority_stripping", value)
|
|
394
395
|
|
|
395
396
|
@property
|
|
396
397
|
@pulumi.getter
|
|
397
|
-
def queue(self) -> Optional[pulumi.Input[str]]:
|
|
398
|
+
def queue(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
398
399
|
"""
|
|
399
400
|
Which queue events from this input should be sent to. Generally this does not need to be changed.
|
|
400
401
|
"""
|
|
401
402
|
return pulumi.get(self, "queue")
|
|
402
403
|
|
|
403
404
|
@queue.setter
|
|
404
|
-
def queue(self, value: Optional[pulumi.Input[str]]):
|
|
405
|
+
def queue(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
405
406
|
pulumi.set(self, "queue", value)
|
|
406
407
|
|
|
407
408
|
@property
|
|
408
409
|
@pulumi.getter(name="restrictToHost")
|
|
409
|
-
def restrict_to_host(self) -> Optional[pulumi.Input[str]]:
|
|
410
|
+
def restrict_to_host(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
410
411
|
"""
|
|
411
412
|
Restrict incoming connections on this port to the host specified here.
|
|
412
413
|
If this is not set, the value specified in [udp://<remote server>:<port>] in inputs.conf is used.
|
|
@@ -414,31 +415,31 @@ class _InputsUdpState:
|
|
|
414
415
|
return pulumi.get(self, "restrict_to_host")
|
|
415
416
|
|
|
416
417
|
@restrict_to_host.setter
|
|
417
|
-
def restrict_to_host(self, value: Optional[pulumi.Input[str]]):
|
|
418
|
+
def restrict_to_host(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
418
419
|
pulumi.set(self, "restrict_to_host", value)
|
|
419
420
|
|
|
420
421
|
@property
|
|
421
422
|
@pulumi.getter
|
|
422
|
-
def source(self) -> Optional[pulumi.Input[str]]:
|
|
423
|
+
def source(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
423
424
|
"""
|
|
424
425
|
The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
|
|
425
426
|
"""
|
|
426
427
|
return pulumi.get(self, "source")
|
|
427
428
|
|
|
428
429
|
@source.setter
|
|
429
|
-
def source(self, value: Optional[pulumi.Input[str]]):
|
|
430
|
+
def source(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
430
431
|
pulumi.set(self, "source", value)
|
|
431
432
|
|
|
432
433
|
@property
|
|
433
434
|
@pulumi.getter
|
|
434
|
-
def sourcetype(self) -> Optional[pulumi.Input[str]]:
|
|
435
|
+
def sourcetype(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
435
436
|
"""
|
|
436
437
|
The value to populate in the sourcetype field for incoming events.
|
|
437
438
|
"""
|
|
438
439
|
return pulumi.get(self, "sourcetype")
|
|
439
440
|
|
|
440
441
|
@sourcetype.setter
|
|
441
|
-
def sourcetype(self, value: Optional[pulumi.Input[str]]):
|
|
442
|
+
def sourcetype(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
442
443
|
pulumi.set(self, "sourcetype", value)
|
|
443
444
|
|
|
444
445
|
|
|
@@ -448,17 +449,17 @@ class InputsUdp(pulumi.CustomResource):
|
|
|
448
449
|
resource_name: str,
|
|
449
450
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
450
451
|
acl: Optional[pulumi.Input[Union['InputsUdpAclArgs', 'InputsUdpAclArgsDict']]] = None,
|
|
451
|
-
connection_host: Optional[pulumi.Input[str]] = None,
|
|
452
|
-
disabled: Optional[pulumi.Input[bool]] = None,
|
|
453
|
-
host: Optional[pulumi.Input[str]] = None,
|
|
454
|
-
index: Optional[pulumi.Input[str]] = None,
|
|
455
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
456
|
-
no_appending_timestamp: Optional[pulumi.Input[bool]] = None,
|
|
457
|
-
no_priority_stripping: Optional[pulumi.Input[bool]] = None,
|
|
458
|
-
queue: Optional[pulumi.Input[str]] = None,
|
|
459
|
-
restrict_to_host: Optional[pulumi.Input[str]] = None,
|
|
460
|
-
source: Optional[pulumi.Input[str]] = None,
|
|
461
|
-
sourcetype: Optional[pulumi.Input[str]] = None,
|
|
452
|
+
connection_host: Optional[pulumi.Input[builtins.str]] = None,
|
|
453
|
+
disabled: Optional[pulumi.Input[builtins.bool]] = None,
|
|
454
|
+
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
455
|
+
index: Optional[pulumi.Input[builtins.str]] = None,
|
|
456
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
457
|
+
no_appending_timestamp: Optional[pulumi.Input[builtins.bool]] = None,
|
|
458
|
+
no_priority_stripping: Optional[pulumi.Input[builtins.bool]] = None,
|
|
459
|
+
queue: Optional[pulumi.Input[builtins.str]] = None,
|
|
460
|
+
restrict_to_host: Optional[pulumi.Input[builtins.str]] = None,
|
|
461
|
+
source: Optional[pulumi.Input[builtins.str]] = None,
|
|
462
|
+
sourcetype: Optional[pulumi.Input[builtins.str]] = None,
|
|
462
463
|
__props__=None):
|
|
463
464
|
"""
|
|
464
465
|
## # Resource: InputsTcpRaw
|
|
@@ -482,23 +483,23 @@ class InputsUdp(pulumi.CustomResource):
|
|
|
482
483
|
:param str resource_name: The name of the resource.
|
|
483
484
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
484
485
|
:param pulumi.Input[Union['InputsUdpAclArgs', 'InputsUdpAclArgsDict']] acl: The app/user context that is the namespace for the resource
|
|
485
|
-
:param pulumi.Input[str] connection_host: Valid values: (ip | dns | none)
|
|
486
|
+
:param pulumi.Input[builtins.str] connection_host: Valid values: (ip | dns | none)
|
|
486
487
|
Set the host for the remote server that is sending data.
|
|
487
488
|
ip sets the host to the IP address of the remote server sending data.
|
|
488
489
|
dns sets the host to the reverse DNS entry for the IP address of the remote server sending data.
|
|
489
490
|
none leaves the host as specified in inputs.conf, which is typically the Splunk system hostname.
|
|
490
491
|
Default value is dns.
|
|
491
|
-
:param pulumi.Input[bool] disabled: Indicates if input is disabled.
|
|
492
|
-
:param pulumi.Input[str] host: The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
|
|
493
|
-
:param pulumi.Input[str] index: Which index events from this input should be stored in. Defaults to default.
|
|
494
|
-
:param pulumi.Input[str] name: The UDP port that this input should listen on.
|
|
495
|
-
:param pulumi.Input[bool] no_appending_timestamp: If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
|
|
496
|
-
:param pulumi.Input[bool] no_priority_stripping: If set to true, Splunk software does not remove the priority field from incoming syslog events.
|
|
497
|
-
:param pulumi.Input[str] queue: Which queue events from this input should be sent to. Generally this does not need to be changed.
|
|
498
|
-
:param pulumi.Input[str] restrict_to_host: Restrict incoming connections on this port to the host specified here.
|
|
492
|
+
:param pulumi.Input[builtins.bool] disabled: Indicates if input is disabled.
|
|
493
|
+
:param pulumi.Input[builtins.str] host: The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
|
|
494
|
+
:param pulumi.Input[builtins.str] index: Which index events from this input should be stored in. Defaults to default.
|
|
495
|
+
:param pulumi.Input[builtins.str] name: The UDP port that this input should listen on.
|
|
496
|
+
:param pulumi.Input[builtins.bool] no_appending_timestamp: If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
|
|
497
|
+
:param pulumi.Input[builtins.bool] no_priority_stripping: If set to true, Splunk software does not remove the priority field from incoming syslog events.
|
|
498
|
+
:param pulumi.Input[builtins.str] queue: Which queue events from this input should be sent to. Generally this does not need to be changed.
|
|
499
|
+
:param pulumi.Input[builtins.str] restrict_to_host: Restrict incoming connections on this port to the host specified here.
|
|
499
500
|
If this is not set, the value specified in [udp://<remote server>:<port>] in inputs.conf is used.
|
|
500
|
-
:param pulumi.Input[str] source: The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
|
|
501
|
-
:param pulumi.Input[str] sourcetype: The value to populate in the sourcetype field for incoming events.
|
|
501
|
+
:param pulumi.Input[builtins.str] source: The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
|
|
502
|
+
:param pulumi.Input[builtins.str] sourcetype: The value to populate in the sourcetype field for incoming events.
|
|
502
503
|
"""
|
|
503
504
|
...
|
|
504
505
|
@overload
|
|
@@ -541,17 +542,17 @@ class InputsUdp(pulumi.CustomResource):
|
|
|
541
542
|
resource_name: str,
|
|
542
543
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
543
544
|
acl: Optional[pulumi.Input[Union['InputsUdpAclArgs', 'InputsUdpAclArgsDict']]] = None,
|
|
544
|
-
connection_host: Optional[pulumi.Input[str]] = None,
|
|
545
|
-
disabled: Optional[pulumi.Input[bool]] = None,
|
|
546
|
-
host: Optional[pulumi.Input[str]] = None,
|
|
547
|
-
index: Optional[pulumi.Input[str]] = None,
|
|
548
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
549
|
-
no_appending_timestamp: Optional[pulumi.Input[bool]] = None,
|
|
550
|
-
no_priority_stripping: Optional[pulumi.Input[bool]] = None,
|
|
551
|
-
queue: Optional[pulumi.Input[str]] = None,
|
|
552
|
-
restrict_to_host: Optional[pulumi.Input[str]] = None,
|
|
553
|
-
source: Optional[pulumi.Input[str]] = None,
|
|
554
|
-
sourcetype: Optional[pulumi.Input[str]] = None,
|
|
545
|
+
connection_host: Optional[pulumi.Input[builtins.str]] = None,
|
|
546
|
+
disabled: Optional[pulumi.Input[builtins.bool]] = None,
|
|
547
|
+
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
548
|
+
index: Optional[pulumi.Input[builtins.str]] = None,
|
|
549
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
550
|
+
no_appending_timestamp: Optional[pulumi.Input[builtins.bool]] = None,
|
|
551
|
+
no_priority_stripping: Optional[pulumi.Input[builtins.bool]] = None,
|
|
552
|
+
queue: Optional[pulumi.Input[builtins.str]] = None,
|
|
553
|
+
restrict_to_host: Optional[pulumi.Input[builtins.str]] = None,
|
|
554
|
+
source: Optional[pulumi.Input[builtins.str]] = None,
|
|
555
|
+
sourcetype: Optional[pulumi.Input[builtins.str]] = None,
|
|
555
556
|
__props__=None):
|
|
556
557
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
557
558
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -584,17 +585,17 @@ class InputsUdp(pulumi.CustomResource):
|
|
|
584
585
|
id: pulumi.Input[str],
|
|
585
586
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
586
587
|
acl: Optional[pulumi.Input[Union['InputsUdpAclArgs', 'InputsUdpAclArgsDict']]] = None,
|
|
587
|
-
connection_host: Optional[pulumi.Input[str]] = None,
|
|
588
|
-
disabled: Optional[pulumi.Input[bool]] = None,
|
|
589
|
-
host: Optional[pulumi.Input[str]] = None,
|
|
590
|
-
index: Optional[pulumi.Input[str]] = None,
|
|
591
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
592
|
-
no_appending_timestamp: Optional[pulumi.Input[bool]] = None,
|
|
593
|
-
no_priority_stripping: Optional[pulumi.Input[bool]] = None,
|
|
594
|
-
queue: Optional[pulumi.Input[str]] = None,
|
|
595
|
-
restrict_to_host: Optional[pulumi.Input[str]] = None,
|
|
596
|
-
source: Optional[pulumi.Input[str]] = None,
|
|
597
|
-
sourcetype: Optional[pulumi.Input[str]] = None) -> 'InputsUdp':
|
|
588
|
+
connection_host: Optional[pulumi.Input[builtins.str]] = None,
|
|
589
|
+
disabled: Optional[pulumi.Input[builtins.bool]] = None,
|
|
590
|
+
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
591
|
+
index: Optional[pulumi.Input[builtins.str]] = None,
|
|
592
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
593
|
+
no_appending_timestamp: Optional[pulumi.Input[builtins.bool]] = None,
|
|
594
|
+
no_priority_stripping: Optional[pulumi.Input[builtins.bool]] = None,
|
|
595
|
+
queue: Optional[pulumi.Input[builtins.str]] = None,
|
|
596
|
+
restrict_to_host: Optional[pulumi.Input[builtins.str]] = None,
|
|
597
|
+
source: Optional[pulumi.Input[builtins.str]] = None,
|
|
598
|
+
sourcetype: Optional[pulumi.Input[builtins.str]] = None) -> 'InputsUdp':
|
|
598
599
|
"""
|
|
599
600
|
Get an existing InputsUdp resource's state with the given name, id, and optional extra
|
|
600
601
|
properties used to qualify the lookup.
|
|
@@ -603,23 +604,23 @@ class InputsUdp(pulumi.CustomResource):
|
|
|
603
604
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
604
605
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
605
606
|
:param pulumi.Input[Union['InputsUdpAclArgs', 'InputsUdpAclArgsDict']] acl: The app/user context that is the namespace for the resource
|
|
606
|
-
:param pulumi.Input[str] connection_host: Valid values: (ip | dns | none)
|
|
607
|
+
:param pulumi.Input[builtins.str] connection_host: Valid values: (ip | dns | none)
|
|
607
608
|
Set the host for the remote server that is sending data.
|
|
608
609
|
ip sets the host to the IP address of the remote server sending data.
|
|
609
610
|
dns sets the host to the reverse DNS entry for the IP address of the remote server sending data.
|
|
610
611
|
none leaves the host as specified in inputs.conf, which is typically the Splunk system hostname.
|
|
611
612
|
Default value is dns.
|
|
612
|
-
:param pulumi.Input[bool] disabled: Indicates if input is disabled.
|
|
613
|
-
:param pulumi.Input[str] host: The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
|
|
614
|
-
:param pulumi.Input[str] index: Which index events from this input should be stored in. Defaults to default.
|
|
615
|
-
:param pulumi.Input[str] name: The UDP port that this input should listen on.
|
|
616
|
-
:param pulumi.Input[bool] no_appending_timestamp: If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
|
|
617
|
-
:param pulumi.Input[bool] no_priority_stripping: If set to true, Splunk software does not remove the priority field from incoming syslog events.
|
|
618
|
-
:param pulumi.Input[str] queue: Which queue events from this input should be sent to. Generally this does not need to be changed.
|
|
619
|
-
:param pulumi.Input[str] restrict_to_host: Restrict incoming connections on this port to the host specified here.
|
|
613
|
+
:param pulumi.Input[builtins.bool] disabled: Indicates if input is disabled.
|
|
614
|
+
:param pulumi.Input[builtins.str] host: The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
|
|
615
|
+
:param pulumi.Input[builtins.str] index: Which index events from this input should be stored in. Defaults to default.
|
|
616
|
+
:param pulumi.Input[builtins.str] name: The UDP port that this input should listen on.
|
|
617
|
+
:param pulumi.Input[builtins.bool] no_appending_timestamp: If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
|
|
618
|
+
:param pulumi.Input[builtins.bool] no_priority_stripping: If set to true, Splunk software does not remove the priority field from incoming syslog events.
|
|
619
|
+
:param pulumi.Input[builtins.str] queue: Which queue events from this input should be sent to. Generally this does not need to be changed.
|
|
620
|
+
:param pulumi.Input[builtins.str] restrict_to_host: Restrict incoming connections on this port to the host specified here.
|
|
620
621
|
If this is not set, the value specified in [udp://<remote server>:<port>] in inputs.conf is used.
|
|
621
|
-
:param pulumi.Input[str] source: The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
|
|
622
|
-
:param pulumi.Input[str] sourcetype: The value to populate in the sourcetype field for incoming events.
|
|
622
|
+
:param pulumi.Input[builtins.str] source: The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
|
|
623
|
+
:param pulumi.Input[builtins.str] sourcetype: The value to populate in the sourcetype field for incoming events.
|
|
623
624
|
"""
|
|
624
625
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
625
626
|
|
|
@@ -649,7 +650,7 @@ class InputsUdp(pulumi.CustomResource):
|
|
|
649
650
|
|
|
650
651
|
@property
|
|
651
652
|
@pulumi.getter(name="connectionHost")
|
|
652
|
-
def connection_host(self) -> pulumi.Output[str]:
|
|
653
|
+
def connection_host(self) -> pulumi.Output[builtins.str]:
|
|
653
654
|
"""
|
|
654
655
|
Valid values: (ip | dns | none)
|
|
655
656
|
Set the host for the remote server that is sending data.
|
|
@@ -662,7 +663,7 @@ class InputsUdp(pulumi.CustomResource):
|
|
|
662
663
|
|
|
663
664
|
@property
|
|
664
665
|
@pulumi.getter
|
|
665
|
-
def disabled(self) -> pulumi.Output[bool]:
|
|
666
|
+
def disabled(self) -> pulumi.Output[builtins.bool]:
|
|
666
667
|
"""
|
|
667
668
|
Indicates if input is disabled.
|
|
668
669
|
"""
|
|
@@ -670,7 +671,7 @@ class InputsUdp(pulumi.CustomResource):
|
|
|
670
671
|
|
|
671
672
|
@property
|
|
672
673
|
@pulumi.getter
|
|
673
|
-
def host(self) -> pulumi.Output[str]:
|
|
674
|
+
def host(self) -> pulumi.Output[builtins.str]:
|
|
674
675
|
"""
|
|
675
676
|
The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
|
|
676
677
|
"""
|
|
@@ -678,7 +679,7 @@ class InputsUdp(pulumi.CustomResource):
|
|
|
678
679
|
|
|
679
680
|
@property
|
|
680
681
|
@pulumi.getter
|
|
681
|
-
def index(self) -> pulumi.Output[str]:
|
|
682
|
+
def index(self) -> pulumi.Output[builtins.str]:
|
|
682
683
|
"""
|
|
683
684
|
Which index events from this input should be stored in. Defaults to default.
|
|
684
685
|
"""
|
|
@@ -686,7 +687,7 @@ class InputsUdp(pulumi.CustomResource):
|
|
|
686
687
|
|
|
687
688
|
@property
|
|
688
689
|
@pulumi.getter
|
|
689
|
-
def name(self) -> pulumi.Output[str]:
|
|
690
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
|
690
691
|
"""
|
|
691
692
|
The UDP port that this input should listen on.
|
|
692
693
|
"""
|
|
@@ -694,7 +695,7 @@ class InputsUdp(pulumi.CustomResource):
|
|
|
694
695
|
|
|
695
696
|
@property
|
|
696
697
|
@pulumi.getter(name="noAppendingTimestamp")
|
|
697
|
-
def no_appending_timestamp(self) -> pulumi.Output[bool]:
|
|
698
|
+
def no_appending_timestamp(self) -> pulumi.Output[builtins.bool]:
|
|
698
699
|
"""
|
|
699
700
|
If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
|
|
700
701
|
"""
|
|
@@ -702,7 +703,7 @@ class InputsUdp(pulumi.CustomResource):
|
|
|
702
703
|
|
|
703
704
|
@property
|
|
704
705
|
@pulumi.getter(name="noPriorityStripping")
|
|
705
|
-
def no_priority_stripping(self) -> pulumi.Output[bool]:
|
|
706
|
+
def no_priority_stripping(self) -> pulumi.Output[builtins.bool]:
|
|
706
707
|
"""
|
|
707
708
|
If set to true, Splunk software does not remove the priority field from incoming syslog events.
|
|
708
709
|
"""
|
|
@@ -710,7 +711,7 @@ class InputsUdp(pulumi.CustomResource):
|
|
|
710
711
|
|
|
711
712
|
@property
|
|
712
713
|
@pulumi.getter
|
|
713
|
-
def queue(self) -> pulumi.Output[str]:
|
|
714
|
+
def queue(self) -> pulumi.Output[builtins.str]:
|
|
714
715
|
"""
|
|
715
716
|
Which queue events from this input should be sent to. Generally this does not need to be changed.
|
|
716
717
|
"""
|
|
@@ -718,7 +719,7 @@ class InputsUdp(pulumi.CustomResource):
|
|
|
718
719
|
|
|
719
720
|
@property
|
|
720
721
|
@pulumi.getter(name="restrictToHost")
|
|
721
|
-
def restrict_to_host(self) -> pulumi.Output[str]:
|
|
722
|
+
def restrict_to_host(self) -> pulumi.Output[builtins.str]:
|
|
722
723
|
"""
|
|
723
724
|
Restrict incoming connections on this port to the host specified here.
|
|
724
725
|
If this is not set, the value specified in [udp://<remote server>:<port>] in inputs.conf is used.
|
|
@@ -727,7 +728,7 @@ class InputsUdp(pulumi.CustomResource):
|
|
|
727
728
|
|
|
728
729
|
@property
|
|
729
730
|
@pulumi.getter
|
|
730
|
-
def source(self) -> pulumi.Output[str]:
|
|
731
|
+
def source(self) -> pulumi.Output[builtins.str]:
|
|
731
732
|
"""
|
|
732
733
|
The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
|
|
733
734
|
"""
|
|
@@ -735,7 +736,7 @@ class InputsUdp(pulumi.CustomResource):
|
|
|
735
736
|
|
|
736
737
|
@property
|
|
737
738
|
@pulumi.getter
|
|
738
|
-
def sourcetype(self) -> pulumi.Output[str]:
|
|
739
|
+
def sourcetype(self) -> pulumi.Output[builtins.str]:
|
|
739
740
|
"""
|
|
740
741
|
The value to populate in the sourcetype field for incoming events.
|
|
741
742
|
"""
|