pulumi-splunk 1.3.0a1743489547__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.

Files changed (38) hide show
  1. pulumi_splunk/__init__.py +1 -0
  2. pulumi_splunk/_inputs.py +1065 -1064
  3. pulumi_splunk/admin_saml_groups.py +29 -28
  4. pulumi_splunk/apps_local.py +169 -168
  5. pulumi_splunk/authentication_users.py +127 -126
  6. pulumi_splunk/authorization_roles.py +183 -182
  7. pulumi_splunk/config/__init__.py +1 -0
  8. pulumi_splunk/config/__init__.pyi +1 -0
  9. pulumi_splunk/config/vars.py +1 -0
  10. pulumi_splunk/configs_conf.py +29 -28
  11. pulumi_splunk/data_ui_views.py +29 -28
  12. pulumi_splunk/generic_acl.py +15 -14
  13. pulumi_splunk/global_http_event_collector.py +99 -98
  14. pulumi_splunk/indexes.py +533 -532
  15. pulumi_splunk/inputs_http_event_collector.py +127 -126
  16. pulumi_splunk/inputs_monitor.py +211 -210
  17. pulumi_splunk/inputs_script.py +127 -126
  18. pulumi_splunk/inputs_tcp_cooked.py +71 -70
  19. pulumi_splunk/inputs_tcp_raw.py +141 -140
  20. pulumi_splunk/inputs_tcp_splunk_tcp_token.py +29 -28
  21. pulumi_splunk/inputs_tcp_ssl.py +71 -70
  22. pulumi_splunk/inputs_udp.py +155 -154
  23. pulumi_splunk/lookup_definition.py +29 -28
  24. pulumi_splunk/lookup_table_file.py +57 -56
  25. pulumi_splunk/outputs.py +647 -646
  26. pulumi_splunk/outputs_tcp_default.py +113 -112
  27. pulumi_splunk/outputs_tcp_group.py +141 -140
  28. pulumi_splunk/outputs_tcp_server.py +141 -140
  29. pulumi_splunk/outputs_tcp_syslog.py +99 -98
  30. pulumi_splunk/provider.py +47 -46
  31. pulumi_splunk/pulumi-plugin.json +1 -1
  32. pulumi_splunk/saved_searches.py +2304 -2303
  33. pulumi_splunk/sh_indexes_manager.py +57 -56
  34. {pulumi_splunk-1.3.0a1743489547.dist-info → pulumi_splunk-1.3.0a1744266748.dist-info}/METADATA +1 -1
  35. pulumi_splunk-1.3.0a1744266748.dist-info/RECORD +39 -0
  36. pulumi_splunk-1.3.0a1743489547.dist-info/RECORD +0 -39
  37. {pulumi_splunk-1.3.0a1743489547.dist-info → pulumi_splunk-1.3.0a1744266748.dist-info}/WHEEL +0 -0
  38. {pulumi_splunk-1.3.0a1743489547.dist-info → pulumi_splunk-1.3.0a1744266748.dist-info}/top_level.txt +0 -0
@@ -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,36 +23,36 @@ __all__ = ['OutputsTcpDefaultArgs', 'OutputsTcpDefault']
22
23
  class OutputsTcpDefaultArgs:
23
24
  def __init__(__self__, *,
24
25
  acl: Optional[pulumi.Input['OutputsTcpDefaultAclArgs']] = None,
25
- default_group: Optional[pulumi.Input[str]] = None,
26
- disabled: Optional[pulumi.Input[bool]] = None,
27
- drop_events_on_queue_full: Optional[pulumi.Input[int]] = None,
28
- heartbeat_frequency: Optional[pulumi.Input[int]] = None,
29
- index_and_forward: Optional[pulumi.Input[bool]] = None,
30
- max_queue_size: Optional[pulumi.Input[str]] = None,
31
- name: Optional[pulumi.Input[str]] = None,
32
- send_cooked_data: Optional[pulumi.Input[bool]] = None):
26
+ default_group: Optional[pulumi.Input[builtins.str]] = None,
27
+ disabled: Optional[pulumi.Input[builtins.bool]] = None,
28
+ drop_events_on_queue_full: Optional[pulumi.Input[builtins.int]] = None,
29
+ heartbeat_frequency: Optional[pulumi.Input[builtins.int]] = None,
30
+ index_and_forward: Optional[pulumi.Input[builtins.bool]] = None,
31
+ max_queue_size: Optional[pulumi.Input[builtins.str]] = None,
32
+ name: Optional[pulumi.Input[builtins.str]] = None,
33
+ send_cooked_data: Optional[pulumi.Input[builtins.bool]] = None):
33
34
  """
34
35
  The set of arguments for constructing a OutputsTcpDefault resource.
35
36
  :param pulumi.Input['OutputsTcpDefaultAclArgs'] acl: The app/user context that is the namespace for the resource
36
- :param pulumi.Input[str] default_group: Comma-separated list of one or more target group names, specified later in [tcpout:<target_group>] stanzas of outputs.conf.spec file.
37
+ :param pulumi.Input[builtins.str] default_group: Comma-separated list of one or more target group names, specified later in [tcpout:<target_group>] stanzas of outputs.conf.spec file.
37
38
  The forwarder sends all data to the specified groups. If you do not want to forward data automatically, do not set this attribute. Can be overridden by an inputs.conf _TCP_ROUTING setting, which in turn can be overridden by a props.conf/transforms.conf modifier.
38
- :param pulumi.Input[bool] disabled: Disables default tcpout settings
39
- :param pulumi.Input[int] drop_events_on_queue_full: If set to a positive number, wait the specified number of seconds before throwing out all new events until the output queue has space. Defaults to -1 (do not drop events).
39
+ :param pulumi.Input[builtins.bool] disabled: Disables default tcpout settings
40
+ :param pulumi.Input[builtins.int] drop_events_on_queue_full: If set to a positive number, wait the specified number of seconds before throwing out all new events until the output queue has space. Defaults to -1 (do not drop events).
40
41
  <br>CAUTION: Do not set this value to a positive integer if you are monitoring files.
41
42
  Setting this to -1 or 0 causes the output queue to block when it gets full, which causes further blocking up the processing chain. If any target group queue is blocked, no more data reaches any other target group.
42
43
  Using auto load-balancing is the best way to minimize this condition, because, in that case, multiple receivers must be down (or jammed up) before queue blocking can occur.
43
- :param pulumi.Input[int] heartbeat_frequency: How often (in seconds) to send a heartbeat packet to the receiving server.
44
+ :param pulumi.Input[builtins.int] heartbeat_frequency: How often (in seconds) to send a heartbeat packet to the receiving server.
44
45
  Heartbeats are only sent if sendCookedData=true. Defaults to 30 seconds.
45
- :param pulumi.Input[bool] index_and_forward: Specifies whether to index all data locally, in addition to forwarding it. Defaults to false.
46
+ :param pulumi.Input[builtins.bool] index_and_forward: Specifies whether to index all data locally, in addition to forwarding it. Defaults to false.
46
47
  This is known as an "index-and-forward" configuration. This attribute is only available for heavy forwarders. It is available only at the top level [tcpout] stanza in outputs.conf. It cannot be overridden in a target group.
47
- :param pulumi.Input[str] max_queue_size: Specify an integer or integer[KB|MB|GB].
48
+ :param pulumi.Input[builtins.str] max_queue_size: Specify an integer or integer[KB|MB|GB].
48
49
  <br>Sets the maximum size of the forwarder output queue. It also sets the maximum size of the wait queue to 3x this value, if you have enabled indexer acknowledgment (useACK=true).
49
50
  Although the wait queue and the output queues are both configured by this attribute, they are separate queues. The setting determines the maximum size of the queue in-memory (RAM) buffer.
50
51
  For heavy forwarders sending parsed data, maxQueueSize is the maximum number of events. Since events are typically much shorter than data blocks, the memory consumed by the queue on a parsing forwarder is likely to be much smaller than on a non-parsing forwarder, if you use this version of the setting.
51
52
  If specified as a lone integer (for example, maxQueueSize=100), maxQueueSize indicates the maximum number of queued events (for parsed data) or blocks of data (for unparsed data). A block of data is approximately 64KB. For non-parsing forwarders, such as universal forwarders, that send unparsed data, maxQueueSize is the maximum number of data blocks.
52
53
  If specified as an integer followed by KB, MB, or GB (for example, maxQueueSize=100MB), maxQueueSize indicates the maximum RAM allocated to the queue buffer. Defaults to 500KB (which means a maximum size of 500KB for the output queue and 1500KB for the wait queue, if any).
53
- :param pulumi.Input[str] name: Configuration to be edited. The only valid value is "tcpout".
54
- :param pulumi.Input[bool] send_cooked_data: If true, events are cooked (processed by Splunk software). If false, events are raw and untouched prior to sending. Defaults to true.
54
+ :param pulumi.Input[builtins.str] name: Configuration to be edited. The only valid value is "tcpout".
55
+ :param pulumi.Input[builtins.bool] send_cooked_data: If true, events are cooked (processed by Splunk software). If false, events are raw and untouched prior to sending. Defaults to true.
55
56
  Set to false if you are sending to a third-party system.
56
57
  """
57
58
  if acl is not None:
@@ -87,7 +88,7 @@ class OutputsTcpDefaultArgs:
87
88
 
88
89
  @property
89
90
  @pulumi.getter(name="defaultGroup")
90
- def default_group(self) -> Optional[pulumi.Input[str]]:
91
+ def default_group(self) -> Optional[pulumi.Input[builtins.str]]:
91
92
  """
92
93
  Comma-separated list of one or more target group names, specified later in [tcpout:<target_group>] stanzas of outputs.conf.spec file.
93
94
  The forwarder sends all data to the specified groups. If you do not want to forward data automatically, do not set this attribute. Can be overridden by an inputs.conf _TCP_ROUTING setting, which in turn can be overridden by a props.conf/transforms.conf modifier.
@@ -95,24 +96,24 @@ class OutputsTcpDefaultArgs:
95
96
  return pulumi.get(self, "default_group")
96
97
 
97
98
  @default_group.setter
98
- def default_group(self, value: Optional[pulumi.Input[str]]):
99
+ def default_group(self, value: Optional[pulumi.Input[builtins.str]]):
99
100
  pulumi.set(self, "default_group", value)
100
101
 
101
102
  @property
102
103
  @pulumi.getter
103
- def disabled(self) -> Optional[pulumi.Input[bool]]:
104
+ def disabled(self) -> Optional[pulumi.Input[builtins.bool]]:
104
105
  """
105
106
  Disables default tcpout settings
106
107
  """
107
108
  return pulumi.get(self, "disabled")
108
109
 
109
110
  @disabled.setter
110
- def disabled(self, value: Optional[pulumi.Input[bool]]):
111
+ def disabled(self, value: Optional[pulumi.Input[builtins.bool]]):
111
112
  pulumi.set(self, "disabled", value)
112
113
 
113
114
  @property
114
115
  @pulumi.getter(name="dropEventsOnQueueFull")
115
- def drop_events_on_queue_full(self) -> Optional[pulumi.Input[int]]:
116
+ def drop_events_on_queue_full(self) -> Optional[pulumi.Input[builtins.int]]:
116
117
  """
117
118
  If set to a positive number, wait the specified number of seconds before throwing out all new events until the output queue has space. Defaults to -1 (do not drop events).
118
119
  <br>CAUTION: Do not set this value to a positive integer if you are monitoring files.
@@ -122,12 +123,12 @@ class OutputsTcpDefaultArgs:
122
123
  return pulumi.get(self, "drop_events_on_queue_full")
123
124
 
124
125
  @drop_events_on_queue_full.setter
125
- def drop_events_on_queue_full(self, value: Optional[pulumi.Input[int]]):
126
+ def drop_events_on_queue_full(self, value: Optional[pulumi.Input[builtins.int]]):
126
127
  pulumi.set(self, "drop_events_on_queue_full", value)
127
128
 
128
129
  @property
129
130
  @pulumi.getter(name="heartbeatFrequency")
130
- def heartbeat_frequency(self) -> Optional[pulumi.Input[int]]:
131
+ def heartbeat_frequency(self) -> Optional[pulumi.Input[builtins.int]]:
131
132
  """
132
133
  How often (in seconds) to send a heartbeat packet to the receiving server.
133
134
  Heartbeats are only sent if sendCookedData=true. Defaults to 30 seconds.
@@ -135,12 +136,12 @@ class OutputsTcpDefaultArgs:
135
136
  return pulumi.get(self, "heartbeat_frequency")
136
137
 
137
138
  @heartbeat_frequency.setter
138
- def heartbeat_frequency(self, value: Optional[pulumi.Input[int]]):
139
+ def heartbeat_frequency(self, value: Optional[pulumi.Input[builtins.int]]):
139
140
  pulumi.set(self, "heartbeat_frequency", value)
140
141
 
141
142
  @property
142
143
  @pulumi.getter(name="indexAndForward")
143
- def index_and_forward(self) -> Optional[pulumi.Input[bool]]:
144
+ def index_and_forward(self) -> Optional[pulumi.Input[builtins.bool]]:
144
145
  """
145
146
  Specifies whether to index all data locally, in addition to forwarding it. Defaults to false.
146
147
  This is known as an "index-and-forward" configuration. This attribute is only available for heavy forwarders. It is available only at the top level [tcpout] stanza in outputs.conf. It cannot be overridden in a target group.
@@ -148,12 +149,12 @@ class OutputsTcpDefaultArgs:
148
149
  return pulumi.get(self, "index_and_forward")
149
150
 
150
151
  @index_and_forward.setter
151
- def index_and_forward(self, value: Optional[pulumi.Input[bool]]):
152
+ def index_and_forward(self, value: Optional[pulumi.Input[builtins.bool]]):
152
153
  pulumi.set(self, "index_and_forward", value)
153
154
 
154
155
  @property
155
156
  @pulumi.getter(name="maxQueueSize")
156
- def max_queue_size(self) -> Optional[pulumi.Input[str]]:
157
+ def max_queue_size(self) -> Optional[pulumi.Input[builtins.str]]:
157
158
  """
158
159
  Specify an integer or integer[KB|MB|GB].
159
160
  <br>Sets the maximum size of the forwarder output queue. It also sets the maximum size of the wait queue to 3x this value, if you have enabled indexer acknowledgment (useACK=true).
@@ -165,24 +166,24 @@ class OutputsTcpDefaultArgs:
165
166
  return pulumi.get(self, "max_queue_size")
166
167
 
167
168
  @max_queue_size.setter
168
- def max_queue_size(self, value: Optional[pulumi.Input[str]]):
169
+ def max_queue_size(self, value: Optional[pulumi.Input[builtins.str]]):
169
170
  pulumi.set(self, "max_queue_size", value)
170
171
 
171
172
  @property
172
173
  @pulumi.getter
173
- def name(self) -> Optional[pulumi.Input[str]]:
174
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
174
175
  """
175
176
  Configuration to be edited. The only valid value is "tcpout".
176
177
  """
177
178
  return pulumi.get(self, "name")
178
179
 
179
180
  @name.setter
180
- def name(self, value: Optional[pulumi.Input[str]]):
181
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
181
182
  pulumi.set(self, "name", value)
182
183
 
183
184
  @property
184
185
  @pulumi.getter(name="sendCookedData")
185
- def send_cooked_data(self) -> Optional[pulumi.Input[bool]]:
186
+ def send_cooked_data(self) -> Optional[pulumi.Input[builtins.bool]]:
186
187
  """
187
188
  If true, events are cooked (processed by Splunk software). If false, events are raw and untouched prior to sending. Defaults to true.
188
189
  Set to false if you are sending to a third-party system.
@@ -190,7 +191,7 @@ class OutputsTcpDefaultArgs:
190
191
  return pulumi.get(self, "send_cooked_data")
191
192
 
192
193
  @send_cooked_data.setter
193
- def send_cooked_data(self, value: Optional[pulumi.Input[bool]]):
194
+ def send_cooked_data(self, value: Optional[pulumi.Input[builtins.bool]]):
194
195
  pulumi.set(self, "send_cooked_data", value)
195
196
 
196
197
 
@@ -198,36 +199,36 @@ class OutputsTcpDefaultArgs:
198
199
  class _OutputsTcpDefaultState:
199
200
  def __init__(__self__, *,
200
201
  acl: Optional[pulumi.Input['OutputsTcpDefaultAclArgs']] = None,
201
- default_group: Optional[pulumi.Input[str]] = None,
202
- disabled: Optional[pulumi.Input[bool]] = None,
203
- drop_events_on_queue_full: Optional[pulumi.Input[int]] = None,
204
- heartbeat_frequency: Optional[pulumi.Input[int]] = None,
205
- index_and_forward: Optional[pulumi.Input[bool]] = None,
206
- max_queue_size: Optional[pulumi.Input[str]] = None,
207
- name: Optional[pulumi.Input[str]] = None,
208
- send_cooked_data: Optional[pulumi.Input[bool]] = None):
202
+ default_group: Optional[pulumi.Input[builtins.str]] = None,
203
+ disabled: Optional[pulumi.Input[builtins.bool]] = None,
204
+ drop_events_on_queue_full: Optional[pulumi.Input[builtins.int]] = None,
205
+ heartbeat_frequency: Optional[pulumi.Input[builtins.int]] = None,
206
+ index_and_forward: Optional[pulumi.Input[builtins.bool]] = None,
207
+ max_queue_size: Optional[pulumi.Input[builtins.str]] = None,
208
+ name: Optional[pulumi.Input[builtins.str]] = None,
209
+ send_cooked_data: Optional[pulumi.Input[builtins.bool]] = None):
209
210
  """
210
211
  Input properties used for looking up and filtering OutputsTcpDefault resources.
211
212
  :param pulumi.Input['OutputsTcpDefaultAclArgs'] acl: The app/user context that is the namespace for the resource
212
- :param pulumi.Input[str] default_group: Comma-separated list of one or more target group names, specified later in [tcpout:<target_group>] stanzas of outputs.conf.spec file.
213
+ :param pulumi.Input[builtins.str] default_group: Comma-separated list of one or more target group names, specified later in [tcpout:<target_group>] stanzas of outputs.conf.spec file.
213
214
  The forwarder sends all data to the specified groups. If you do not want to forward data automatically, do not set this attribute. Can be overridden by an inputs.conf _TCP_ROUTING setting, which in turn can be overridden by a props.conf/transforms.conf modifier.
214
- :param pulumi.Input[bool] disabled: Disables default tcpout settings
215
- :param pulumi.Input[int] drop_events_on_queue_full: If set to a positive number, wait the specified number of seconds before throwing out all new events until the output queue has space. Defaults to -1 (do not drop events).
215
+ :param pulumi.Input[builtins.bool] disabled: Disables default tcpout settings
216
+ :param pulumi.Input[builtins.int] drop_events_on_queue_full: If set to a positive number, wait the specified number of seconds before throwing out all new events until the output queue has space. Defaults to -1 (do not drop events).
216
217
  <br>CAUTION: Do not set this value to a positive integer if you are monitoring files.
217
218
  Setting this to -1 or 0 causes the output queue to block when it gets full, which causes further blocking up the processing chain. If any target group queue is blocked, no more data reaches any other target group.
218
219
  Using auto load-balancing is the best way to minimize this condition, because, in that case, multiple receivers must be down (or jammed up) before queue blocking can occur.
219
- :param pulumi.Input[int] heartbeat_frequency: How often (in seconds) to send a heartbeat packet to the receiving server.
220
+ :param pulumi.Input[builtins.int] heartbeat_frequency: How often (in seconds) to send a heartbeat packet to the receiving server.
220
221
  Heartbeats are only sent if sendCookedData=true. Defaults to 30 seconds.
221
- :param pulumi.Input[bool] index_and_forward: Specifies whether to index all data locally, in addition to forwarding it. Defaults to false.
222
+ :param pulumi.Input[builtins.bool] index_and_forward: Specifies whether to index all data locally, in addition to forwarding it. Defaults to false.
222
223
  This is known as an "index-and-forward" configuration. This attribute is only available for heavy forwarders. It is available only at the top level [tcpout] stanza in outputs.conf. It cannot be overridden in a target group.
223
- :param pulumi.Input[str] max_queue_size: Specify an integer or integer[KB|MB|GB].
224
+ :param pulumi.Input[builtins.str] max_queue_size: Specify an integer or integer[KB|MB|GB].
224
225
  <br>Sets the maximum size of the forwarder output queue. It also sets the maximum size of the wait queue to 3x this value, if you have enabled indexer acknowledgment (useACK=true).
225
226
  Although the wait queue and the output queues are both configured by this attribute, they are separate queues. The setting determines the maximum size of the queue in-memory (RAM) buffer.
226
227
  For heavy forwarders sending parsed data, maxQueueSize is the maximum number of events. Since events are typically much shorter than data blocks, the memory consumed by the queue on a parsing forwarder is likely to be much smaller than on a non-parsing forwarder, if you use this version of the setting.
227
228
  If specified as a lone integer (for example, maxQueueSize=100), maxQueueSize indicates the maximum number of queued events (for parsed data) or blocks of data (for unparsed data). A block of data is approximately 64KB. For non-parsing forwarders, such as universal forwarders, that send unparsed data, maxQueueSize is the maximum number of data blocks.
228
229
  If specified as an integer followed by KB, MB, or GB (for example, maxQueueSize=100MB), maxQueueSize indicates the maximum RAM allocated to the queue buffer. Defaults to 500KB (which means a maximum size of 500KB for the output queue and 1500KB for the wait queue, if any).
229
- :param pulumi.Input[str] name: Configuration to be edited. The only valid value is "tcpout".
230
- :param pulumi.Input[bool] send_cooked_data: If true, events are cooked (processed by Splunk software). If false, events are raw and untouched prior to sending. Defaults to true.
230
+ :param pulumi.Input[builtins.str] name: Configuration to be edited. The only valid value is "tcpout".
231
+ :param pulumi.Input[builtins.bool] send_cooked_data: If true, events are cooked (processed by Splunk software). If false, events are raw and untouched prior to sending. Defaults to true.
231
232
  Set to false if you are sending to a third-party system.
232
233
  """
233
234
  if acl is not None:
@@ -263,7 +264,7 @@ class _OutputsTcpDefaultState:
263
264
 
264
265
  @property
265
266
  @pulumi.getter(name="defaultGroup")
266
- def default_group(self) -> Optional[pulumi.Input[str]]:
267
+ def default_group(self) -> Optional[pulumi.Input[builtins.str]]:
267
268
  """
268
269
  Comma-separated list of one or more target group names, specified later in [tcpout:<target_group>] stanzas of outputs.conf.spec file.
269
270
  The forwarder sends all data to the specified groups. If you do not want to forward data automatically, do not set this attribute. Can be overridden by an inputs.conf _TCP_ROUTING setting, which in turn can be overridden by a props.conf/transforms.conf modifier.
@@ -271,24 +272,24 @@ class _OutputsTcpDefaultState:
271
272
  return pulumi.get(self, "default_group")
272
273
 
273
274
  @default_group.setter
274
- def default_group(self, value: Optional[pulumi.Input[str]]):
275
+ def default_group(self, value: Optional[pulumi.Input[builtins.str]]):
275
276
  pulumi.set(self, "default_group", value)
276
277
 
277
278
  @property
278
279
  @pulumi.getter
279
- def disabled(self) -> Optional[pulumi.Input[bool]]:
280
+ def disabled(self) -> Optional[pulumi.Input[builtins.bool]]:
280
281
  """
281
282
  Disables default tcpout settings
282
283
  """
283
284
  return pulumi.get(self, "disabled")
284
285
 
285
286
  @disabled.setter
286
- def disabled(self, value: Optional[pulumi.Input[bool]]):
287
+ def disabled(self, value: Optional[pulumi.Input[builtins.bool]]):
287
288
  pulumi.set(self, "disabled", value)
288
289
 
289
290
  @property
290
291
  @pulumi.getter(name="dropEventsOnQueueFull")
291
- def drop_events_on_queue_full(self) -> Optional[pulumi.Input[int]]:
292
+ def drop_events_on_queue_full(self) -> Optional[pulumi.Input[builtins.int]]:
292
293
  """
293
294
  If set to a positive number, wait the specified number of seconds before throwing out all new events until the output queue has space. Defaults to -1 (do not drop events).
294
295
  <br>CAUTION: Do not set this value to a positive integer if you are monitoring files.
@@ -298,12 +299,12 @@ class _OutputsTcpDefaultState:
298
299
  return pulumi.get(self, "drop_events_on_queue_full")
299
300
 
300
301
  @drop_events_on_queue_full.setter
301
- def drop_events_on_queue_full(self, value: Optional[pulumi.Input[int]]):
302
+ def drop_events_on_queue_full(self, value: Optional[pulumi.Input[builtins.int]]):
302
303
  pulumi.set(self, "drop_events_on_queue_full", value)
303
304
 
304
305
  @property
305
306
  @pulumi.getter(name="heartbeatFrequency")
306
- def heartbeat_frequency(self) -> Optional[pulumi.Input[int]]:
307
+ def heartbeat_frequency(self) -> Optional[pulumi.Input[builtins.int]]:
307
308
  """
308
309
  How often (in seconds) to send a heartbeat packet to the receiving server.
309
310
  Heartbeats are only sent if sendCookedData=true. Defaults to 30 seconds.
@@ -311,12 +312,12 @@ class _OutputsTcpDefaultState:
311
312
  return pulumi.get(self, "heartbeat_frequency")
312
313
 
313
314
  @heartbeat_frequency.setter
314
- def heartbeat_frequency(self, value: Optional[pulumi.Input[int]]):
315
+ def heartbeat_frequency(self, value: Optional[pulumi.Input[builtins.int]]):
315
316
  pulumi.set(self, "heartbeat_frequency", value)
316
317
 
317
318
  @property
318
319
  @pulumi.getter(name="indexAndForward")
319
- def index_and_forward(self) -> Optional[pulumi.Input[bool]]:
320
+ def index_and_forward(self) -> Optional[pulumi.Input[builtins.bool]]:
320
321
  """
321
322
  Specifies whether to index all data locally, in addition to forwarding it. Defaults to false.
322
323
  This is known as an "index-and-forward" configuration. This attribute is only available for heavy forwarders. It is available only at the top level [tcpout] stanza in outputs.conf. It cannot be overridden in a target group.
@@ -324,12 +325,12 @@ class _OutputsTcpDefaultState:
324
325
  return pulumi.get(self, "index_and_forward")
325
326
 
326
327
  @index_and_forward.setter
327
- def index_and_forward(self, value: Optional[pulumi.Input[bool]]):
328
+ def index_and_forward(self, value: Optional[pulumi.Input[builtins.bool]]):
328
329
  pulumi.set(self, "index_and_forward", value)
329
330
 
330
331
  @property
331
332
  @pulumi.getter(name="maxQueueSize")
332
- def max_queue_size(self) -> Optional[pulumi.Input[str]]:
333
+ def max_queue_size(self) -> Optional[pulumi.Input[builtins.str]]:
333
334
  """
334
335
  Specify an integer or integer[KB|MB|GB].
335
336
  <br>Sets the maximum size of the forwarder output queue. It also sets the maximum size of the wait queue to 3x this value, if you have enabled indexer acknowledgment (useACK=true).
@@ -341,24 +342,24 @@ class _OutputsTcpDefaultState:
341
342
  return pulumi.get(self, "max_queue_size")
342
343
 
343
344
  @max_queue_size.setter
344
- def max_queue_size(self, value: Optional[pulumi.Input[str]]):
345
+ def max_queue_size(self, value: Optional[pulumi.Input[builtins.str]]):
345
346
  pulumi.set(self, "max_queue_size", value)
346
347
 
347
348
  @property
348
349
  @pulumi.getter
349
- def name(self) -> Optional[pulumi.Input[str]]:
350
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
350
351
  """
351
352
  Configuration to be edited. The only valid value is "tcpout".
352
353
  """
353
354
  return pulumi.get(self, "name")
354
355
 
355
356
  @name.setter
356
- def name(self, value: Optional[pulumi.Input[str]]):
357
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
357
358
  pulumi.set(self, "name", value)
358
359
 
359
360
  @property
360
361
  @pulumi.getter(name="sendCookedData")
361
- def send_cooked_data(self) -> Optional[pulumi.Input[bool]]:
362
+ def send_cooked_data(self) -> Optional[pulumi.Input[builtins.bool]]:
362
363
  """
363
364
  If true, events are cooked (processed by Splunk software). If false, events are raw and untouched prior to sending. Defaults to true.
364
365
  Set to false if you are sending to a third-party system.
@@ -366,7 +367,7 @@ class _OutputsTcpDefaultState:
366
367
  return pulumi.get(self, "send_cooked_data")
367
368
 
368
369
  @send_cooked_data.setter
369
- def send_cooked_data(self, value: Optional[pulumi.Input[bool]]):
370
+ def send_cooked_data(self, value: Optional[pulumi.Input[builtins.bool]]):
370
371
  pulumi.set(self, "send_cooked_data", value)
371
372
 
372
373
 
@@ -376,14 +377,14 @@ class OutputsTcpDefault(pulumi.CustomResource):
376
377
  resource_name: str,
377
378
  opts: Optional[pulumi.ResourceOptions] = None,
378
379
  acl: Optional[pulumi.Input[Union['OutputsTcpDefaultAclArgs', 'OutputsTcpDefaultAclArgsDict']]] = None,
379
- default_group: Optional[pulumi.Input[str]] = None,
380
- disabled: Optional[pulumi.Input[bool]] = None,
381
- drop_events_on_queue_full: Optional[pulumi.Input[int]] = None,
382
- heartbeat_frequency: Optional[pulumi.Input[int]] = None,
383
- index_and_forward: Optional[pulumi.Input[bool]] = None,
384
- max_queue_size: Optional[pulumi.Input[str]] = None,
385
- name: Optional[pulumi.Input[str]] = None,
386
- send_cooked_data: Optional[pulumi.Input[bool]] = None,
380
+ default_group: Optional[pulumi.Input[builtins.str]] = None,
381
+ disabled: Optional[pulumi.Input[builtins.bool]] = None,
382
+ drop_events_on_queue_full: Optional[pulumi.Input[builtins.int]] = None,
383
+ heartbeat_frequency: Optional[pulumi.Input[builtins.int]] = None,
384
+ index_and_forward: Optional[pulumi.Input[builtins.bool]] = None,
385
+ max_queue_size: Optional[pulumi.Input[builtins.str]] = None,
386
+ name: Optional[pulumi.Input[builtins.str]] = None,
387
+ send_cooked_data: Optional[pulumi.Input[builtins.bool]] = None,
387
388
  __props__=None):
388
389
  """
389
390
  ## # Resource: OutputsTcpDefault
@@ -409,25 +410,25 @@ class OutputsTcpDefault(pulumi.CustomResource):
409
410
  :param str resource_name: The name of the resource.
410
411
  :param pulumi.ResourceOptions opts: Options for the resource.
411
412
  :param pulumi.Input[Union['OutputsTcpDefaultAclArgs', 'OutputsTcpDefaultAclArgsDict']] acl: The app/user context that is the namespace for the resource
412
- :param pulumi.Input[str] default_group: Comma-separated list of one or more target group names, specified later in [tcpout:<target_group>] stanzas of outputs.conf.spec file.
413
+ :param pulumi.Input[builtins.str] default_group: Comma-separated list of one or more target group names, specified later in [tcpout:<target_group>] stanzas of outputs.conf.spec file.
413
414
  The forwarder sends all data to the specified groups. If you do not want to forward data automatically, do not set this attribute. Can be overridden by an inputs.conf _TCP_ROUTING setting, which in turn can be overridden by a props.conf/transforms.conf modifier.
414
- :param pulumi.Input[bool] disabled: Disables default tcpout settings
415
- :param pulumi.Input[int] drop_events_on_queue_full: If set to a positive number, wait the specified number of seconds before throwing out all new events until the output queue has space. Defaults to -1 (do not drop events).
415
+ :param pulumi.Input[builtins.bool] disabled: Disables default tcpout settings
416
+ :param pulumi.Input[builtins.int] drop_events_on_queue_full: If set to a positive number, wait the specified number of seconds before throwing out all new events until the output queue has space. Defaults to -1 (do not drop events).
416
417
  <br>CAUTION: Do not set this value to a positive integer if you are monitoring files.
417
418
  Setting this to -1 or 0 causes the output queue to block when it gets full, which causes further blocking up the processing chain. If any target group queue is blocked, no more data reaches any other target group.
418
419
  Using auto load-balancing is the best way to minimize this condition, because, in that case, multiple receivers must be down (or jammed up) before queue blocking can occur.
419
- :param pulumi.Input[int] heartbeat_frequency: How often (in seconds) to send a heartbeat packet to the receiving server.
420
+ :param pulumi.Input[builtins.int] heartbeat_frequency: How often (in seconds) to send a heartbeat packet to the receiving server.
420
421
  Heartbeats are only sent if sendCookedData=true. Defaults to 30 seconds.
421
- :param pulumi.Input[bool] index_and_forward: Specifies whether to index all data locally, in addition to forwarding it. Defaults to false.
422
+ :param pulumi.Input[builtins.bool] index_and_forward: Specifies whether to index all data locally, in addition to forwarding it. Defaults to false.
422
423
  This is known as an "index-and-forward" configuration. This attribute is only available for heavy forwarders. It is available only at the top level [tcpout] stanza in outputs.conf. It cannot be overridden in a target group.
423
- :param pulumi.Input[str] max_queue_size: Specify an integer or integer[KB|MB|GB].
424
+ :param pulumi.Input[builtins.str] max_queue_size: Specify an integer or integer[KB|MB|GB].
424
425
  <br>Sets the maximum size of the forwarder output queue. It also sets the maximum size of the wait queue to 3x this value, if you have enabled indexer acknowledgment (useACK=true).
425
426
  Although the wait queue and the output queues are both configured by this attribute, they are separate queues. The setting determines the maximum size of the queue in-memory (RAM) buffer.
426
427
  For heavy forwarders sending parsed data, maxQueueSize is the maximum number of events. Since events are typically much shorter than data blocks, the memory consumed by the queue on a parsing forwarder is likely to be much smaller than on a non-parsing forwarder, if you use this version of the setting.
427
428
  If specified as a lone integer (for example, maxQueueSize=100), maxQueueSize indicates the maximum number of queued events (for parsed data) or blocks of data (for unparsed data). A block of data is approximately 64KB. For non-parsing forwarders, such as universal forwarders, that send unparsed data, maxQueueSize is the maximum number of data blocks.
428
429
  If specified as an integer followed by KB, MB, or GB (for example, maxQueueSize=100MB), maxQueueSize indicates the maximum RAM allocated to the queue buffer. Defaults to 500KB (which means a maximum size of 500KB for the output queue and 1500KB for the wait queue, if any).
429
- :param pulumi.Input[str] name: Configuration to be edited. The only valid value is "tcpout".
430
- :param pulumi.Input[bool] send_cooked_data: If true, events are cooked (processed by Splunk software). If false, events are raw and untouched prior to sending. Defaults to true.
430
+ :param pulumi.Input[builtins.str] name: Configuration to be edited. The only valid value is "tcpout".
431
+ :param pulumi.Input[builtins.bool] send_cooked_data: If true, events are cooked (processed by Splunk software). If false, events are raw and untouched prior to sending. Defaults to true.
431
432
  Set to false if you are sending to a third-party system.
432
433
  """
433
434
  ...
@@ -473,14 +474,14 @@ class OutputsTcpDefault(pulumi.CustomResource):
473
474
  resource_name: str,
474
475
  opts: Optional[pulumi.ResourceOptions] = None,
475
476
  acl: Optional[pulumi.Input[Union['OutputsTcpDefaultAclArgs', 'OutputsTcpDefaultAclArgsDict']]] = None,
476
- default_group: Optional[pulumi.Input[str]] = None,
477
- disabled: Optional[pulumi.Input[bool]] = None,
478
- drop_events_on_queue_full: Optional[pulumi.Input[int]] = None,
479
- heartbeat_frequency: Optional[pulumi.Input[int]] = None,
480
- index_and_forward: Optional[pulumi.Input[bool]] = None,
481
- max_queue_size: Optional[pulumi.Input[str]] = None,
482
- name: Optional[pulumi.Input[str]] = None,
483
- send_cooked_data: Optional[pulumi.Input[bool]] = None,
477
+ default_group: Optional[pulumi.Input[builtins.str]] = None,
478
+ disabled: Optional[pulumi.Input[builtins.bool]] = None,
479
+ drop_events_on_queue_full: Optional[pulumi.Input[builtins.int]] = None,
480
+ heartbeat_frequency: Optional[pulumi.Input[builtins.int]] = None,
481
+ index_and_forward: Optional[pulumi.Input[builtins.bool]] = None,
482
+ max_queue_size: Optional[pulumi.Input[builtins.str]] = None,
483
+ name: Optional[pulumi.Input[builtins.str]] = None,
484
+ send_cooked_data: Optional[pulumi.Input[builtins.bool]] = None,
484
485
  __props__=None):
485
486
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
486
487
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -510,14 +511,14 @@ class OutputsTcpDefault(pulumi.CustomResource):
510
511
  id: pulumi.Input[str],
511
512
  opts: Optional[pulumi.ResourceOptions] = None,
512
513
  acl: Optional[pulumi.Input[Union['OutputsTcpDefaultAclArgs', 'OutputsTcpDefaultAclArgsDict']]] = None,
513
- default_group: Optional[pulumi.Input[str]] = None,
514
- disabled: Optional[pulumi.Input[bool]] = None,
515
- drop_events_on_queue_full: Optional[pulumi.Input[int]] = None,
516
- heartbeat_frequency: Optional[pulumi.Input[int]] = None,
517
- index_and_forward: Optional[pulumi.Input[bool]] = None,
518
- max_queue_size: Optional[pulumi.Input[str]] = None,
519
- name: Optional[pulumi.Input[str]] = None,
520
- send_cooked_data: Optional[pulumi.Input[bool]] = None) -> 'OutputsTcpDefault':
514
+ default_group: Optional[pulumi.Input[builtins.str]] = None,
515
+ disabled: Optional[pulumi.Input[builtins.bool]] = None,
516
+ drop_events_on_queue_full: Optional[pulumi.Input[builtins.int]] = None,
517
+ heartbeat_frequency: Optional[pulumi.Input[builtins.int]] = None,
518
+ index_and_forward: Optional[pulumi.Input[builtins.bool]] = None,
519
+ max_queue_size: Optional[pulumi.Input[builtins.str]] = None,
520
+ name: Optional[pulumi.Input[builtins.str]] = None,
521
+ send_cooked_data: Optional[pulumi.Input[builtins.bool]] = None) -> 'OutputsTcpDefault':
521
522
  """
522
523
  Get an existing OutputsTcpDefault resource's state with the given name, id, and optional extra
523
524
  properties used to qualify the lookup.
@@ -526,25 +527,25 @@ class OutputsTcpDefault(pulumi.CustomResource):
526
527
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
527
528
  :param pulumi.ResourceOptions opts: Options for the resource.
528
529
  :param pulumi.Input[Union['OutputsTcpDefaultAclArgs', 'OutputsTcpDefaultAclArgsDict']] acl: The app/user context that is the namespace for the resource
529
- :param pulumi.Input[str] default_group: Comma-separated list of one or more target group names, specified later in [tcpout:<target_group>] stanzas of outputs.conf.spec file.
530
+ :param pulumi.Input[builtins.str] default_group: Comma-separated list of one or more target group names, specified later in [tcpout:<target_group>] stanzas of outputs.conf.spec file.
530
531
  The forwarder sends all data to the specified groups. If you do not want to forward data automatically, do not set this attribute. Can be overridden by an inputs.conf _TCP_ROUTING setting, which in turn can be overridden by a props.conf/transforms.conf modifier.
531
- :param pulumi.Input[bool] disabled: Disables default tcpout settings
532
- :param pulumi.Input[int] drop_events_on_queue_full: If set to a positive number, wait the specified number of seconds before throwing out all new events until the output queue has space. Defaults to -1 (do not drop events).
532
+ :param pulumi.Input[builtins.bool] disabled: Disables default tcpout settings
533
+ :param pulumi.Input[builtins.int] drop_events_on_queue_full: If set to a positive number, wait the specified number of seconds before throwing out all new events until the output queue has space. Defaults to -1 (do not drop events).
533
534
  <br>CAUTION: Do not set this value to a positive integer if you are monitoring files.
534
535
  Setting this to -1 or 0 causes the output queue to block when it gets full, which causes further blocking up the processing chain. If any target group queue is blocked, no more data reaches any other target group.
535
536
  Using auto load-balancing is the best way to minimize this condition, because, in that case, multiple receivers must be down (or jammed up) before queue blocking can occur.
536
- :param pulumi.Input[int] heartbeat_frequency: How often (in seconds) to send a heartbeat packet to the receiving server.
537
+ :param pulumi.Input[builtins.int] heartbeat_frequency: How often (in seconds) to send a heartbeat packet to the receiving server.
537
538
  Heartbeats are only sent if sendCookedData=true. Defaults to 30 seconds.
538
- :param pulumi.Input[bool] index_and_forward: Specifies whether to index all data locally, in addition to forwarding it. Defaults to false.
539
+ :param pulumi.Input[builtins.bool] index_and_forward: Specifies whether to index all data locally, in addition to forwarding it. Defaults to false.
539
540
  This is known as an "index-and-forward" configuration. This attribute is only available for heavy forwarders. It is available only at the top level [tcpout] stanza in outputs.conf. It cannot be overridden in a target group.
540
- :param pulumi.Input[str] max_queue_size: Specify an integer or integer[KB|MB|GB].
541
+ :param pulumi.Input[builtins.str] max_queue_size: Specify an integer or integer[KB|MB|GB].
541
542
  <br>Sets the maximum size of the forwarder output queue. It also sets the maximum size of the wait queue to 3x this value, if you have enabled indexer acknowledgment (useACK=true).
542
543
  Although the wait queue and the output queues are both configured by this attribute, they are separate queues. The setting determines the maximum size of the queue in-memory (RAM) buffer.
543
544
  For heavy forwarders sending parsed data, maxQueueSize is the maximum number of events. Since events are typically much shorter than data blocks, the memory consumed by the queue on a parsing forwarder is likely to be much smaller than on a non-parsing forwarder, if you use this version of the setting.
544
545
  If specified as a lone integer (for example, maxQueueSize=100), maxQueueSize indicates the maximum number of queued events (for parsed data) or blocks of data (for unparsed data). A block of data is approximately 64KB. For non-parsing forwarders, such as universal forwarders, that send unparsed data, maxQueueSize is the maximum number of data blocks.
545
546
  If specified as an integer followed by KB, MB, or GB (for example, maxQueueSize=100MB), maxQueueSize indicates the maximum RAM allocated to the queue buffer. Defaults to 500KB (which means a maximum size of 500KB for the output queue and 1500KB for the wait queue, if any).
546
- :param pulumi.Input[str] name: Configuration to be edited. The only valid value is "tcpout".
547
- :param pulumi.Input[bool] send_cooked_data: If true, events are cooked (processed by Splunk software). If false, events are raw and untouched prior to sending. Defaults to true.
547
+ :param pulumi.Input[builtins.str] name: Configuration to be edited. The only valid value is "tcpout".
548
+ :param pulumi.Input[builtins.bool] send_cooked_data: If true, events are cooked (processed by Splunk software). If false, events are raw and untouched prior to sending. Defaults to true.
548
549
  Set to false if you are sending to a third-party system.
549
550
  """
550
551
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -572,7 +573,7 @@ class OutputsTcpDefault(pulumi.CustomResource):
572
573
 
573
574
  @property
574
575
  @pulumi.getter(name="defaultGroup")
575
- def default_group(self) -> pulumi.Output[str]:
576
+ def default_group(self) -> pulumi.Output[builtins.str]:
576
577
  """
577
578
  Comma-separated list of one or more target group names, specified later in [tcpout:<target_group>] stanzas of outputs.conf.spec file.
578
579
  The forwarder sends all data to the specified groups. If you do not want to forward data automatically, do not set this attribute. Can be overridden by an inputs.conf _TCP_ROUTING setting, which in turn can be overridden by a props.conf/transforms.conf modifier.
@@ -581,7 +582,7 @@ class OutputsTcpDefault(pulumi.CustomResource):
581
582
 
582
583
  @property
583
584
  @pulumi.getter
584
- def disabled(self) -> pulumi.Output[bool]:
585
+ def disabled(self) -> pulumi.Output[builtins.bool]:
585
586
  """
586
587
  Disables default tcpout settings
587
588
  """
@@ -589,7 +590,7 @@ class OutputsTcpDefault(pulumi.CustomResource):
589
590
 
590
591
  @property
591
592
  @pulumi.getter(name="dropEventsOnQueueFull")
592
- def drop_events_on_queue_full(self) -> pulumi.Output[int]:
593
+ def drop_events_on_queue_full(self) -> pulumi.Output[builtins.int]:
593
594
  """
594
595
  If set to a positive number, wait the specified number of seconds before throwing out all new events until the output queue has space. Defaults to -1 (do not drop events).
595
596
  <br>CAUTION: Do not set this value to a positive integer if you are monitoring files.
@@ -600,7 +601,7 @@ class OutputsTcpDefault(pulumi.CustomResource):
600
601
 
601
602
  @property
602
603
  @pulumi.getter(name="heartbeatFrequency")
603
- def heartbeat_frequency(self) -> pulumi.Output[int]:
604
+ def heartbeat_frequency(self) -> pulumi.Output[builtins.int]:
604
605
  """
605
606
  How often (in seconds) to send a heartbeat packet to the receiving server.
606
607
  Heartbeats are only sent if sendCookedData=true. Defaults to 30 seconds.
@@ -609,7 +610,7 @@ class OutputsTcpDefault(pulumi.CustomResource):
609
610
 
610
611
  @property
611
612
  @pulumi.getter(name="indexAndForward")
612
- def index_and_forward(self) -> pulumi.Output[bool]:
613
+ def index_and_forward(self) -> pulumi.Output[builtins.bool]:
613
614
  """
614
615
  Specifies whether to index all data locally, in addition to forwarding it. Defaults to false.
615
616
  This is known as an "index-and-forward" configuration. This attribute is only available for heavy forwarders. It is available only at the top level [tcpout] stanza in outputs.conf. It cannot be overridden in a target group.
@@ -618,7 +619,7 @@ class OutputsTcpDefault(pulumi.CustomResource):
618
619
 
619
620
  @property
620
621
  @pulumi.getter(name="maxQueueSize")
621
- def max_queue_size(self) -> pulumi.Output[str]:
622
+ def max_queue_size(self) -> pulumi.Output[builtins.str]:
622
623
  """
623
624
  Specify an integer or integer[KB|MB|GB].
624
625
  <br>Sets the maximum size of the forwarder output queue. It also sets the maximum size of the wait queue to 3x this value, if you have enabled indexer acknowledgment (useACK=true).
@@ -631,7 +632,7 @@ class OutputsTcpDefault(pulumi.CustomResource):
631
632
 
632
633
  @property
633
634
  @pulumi.getter
634
- def name(self) -> pulumi.Output[str]:
635
+ def name(self) -> pulumi.Output[builtins.str]:
635
636
  """
636
637
  Configuration to be edited. The only valid value is "tcpout".
637
638
  """
@@ -639,7 +640,7 @@ class OutputsTcpDefault(pulumi.CustomResource):
639
640
 
640
641
  @property
641
642
  @pulumi.getter(name="sendCookedData")
642
- def send_cooked_data(self) -> pulumi.Output[bool]:
643
+ def send_cooked_data(self) -> pulumi.Output[builtins.bool]:
643
644
  """
644
645
  If true, events are cooked (processed by Splunk software). If false, events are raw and untouched prior to sending. Defaults to true.
645
646
  Set to false if you are sending to a third-party system.