splunk.InputsHttpEventCollector
Explore with Pulumi AI
# Resource: splunk.InputsHttpEventCollector
Create or update HTTP Event Collector input configuration tokens.
Create InputsHttpEventCollector Resource
new InputsHttpEventCollector(name: string, args?: InputsHttpEventCollectorArgs, opts?: CustomResourceOptions);
@overload
def InputsHttpEventCollector(resource_name: str,
opts: Optional[ResourceOptions] = None,
acl: Optional[InputsHttpEventCollectorAclArgs] = None,
disabled: Optional[bool] = None,
host: Optional[str] = None,
index: Optional[str] = None,
indexes: Optional[Sequence[str]] = None,
name: Optional[str] = None,
source: Optional[str] = None,
sourcetype: Optional[str] = None,
token: Optional[str] = None,
use_ack: Optional[int] = None)
@overload
def InputsHttpEventCollector(resource_name: str,
args: Optional[InputsHttpEventCollectorArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewInputsHttpEventCollector(ctx *Context, name string, args *InputsHttpEventCollectorArgs, opts ...ResourceOption) (*InputsHttpEventCollector, error)
public InputsHttpEventCollector(string name, InputsHttpEventCollectorArgs? args = null, CustomResourceOptions? opts = null)
public InputsHttpEventCollector(String name, InputsHttpEventCollectorArgs args)
public InputsHttpEventCollector(String name, InputsHttpEventCollectorArgs args, CustomResourceOptions options)
type: splunk:InputsHttpEventCollector
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args InputsHttpEventCollectorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args InputsHttpEventCollectorArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args InputsHttpEventCollectorArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args InputsHttpEventCollectorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args InputsHttpEventCollectorArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
InputsHttpEventCollector Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The InputsHttpEventCollector resource accepts the following input properties:
- Acl
Inputs
Http Event Collector Acl The app/user context that is the namespace for the resource
- Disabled bool
Input disabled indicator
- Host string
Default host value for events with this token
- Index string
Index to store generated events
- Indexes List<string>
Set of indexes allowed for events with this token
- Name string
Token name (inputs.conf key)
- Source string
Default source for events with this token
- Sourcetype string
Default source type for events with this token
- Token string
Token value for sending data to collector/event endpoint
- Use
Ack int Indexer acknowledgement for this token
- Acl
Inputs
Http Event Collector Acl Args The app/user context that is the namespace for the resource
- Disabled bool
Input disabled indicator
- Host string
Default host value for events with this token
- Index string
Index to store generated events
- Indexes []string
Set of indexes allowed for events with this token
- Name string
Token name (inputs.conf key)
- Source string
Default source for events with this token
- Sourcetype string
Default source type for events with this token
- Token string
Token value for sending data to collector/event endpoint
- Use
Ack int Indexer acknowledgement for this token
- acl
Inputs
Http Event Collector Acl The app/user context that is the namespace for the resource
- disabled Boolean
Input disabled indicator
- host String
Default host value for events with this token
- index String
Index to store generated events
- indexes List<String>
Set of indexes allowed for events with this token
- name String
Token name (inputs.conf key)
- source String
Default source for events with this token
- sourcetype String
Default source type for events with this token
- token String
Token value for sending data to collector/event endpoint
- use
Ack Integer Indexer acknowledgement for this token
- acl
Inputs
Http Event Collector Acl The app/user context that is the namespace for the resource
- disabled boolean
Input disabled indicator
- host string
Default host value for events with this token
- index string
Index to store generated events
- indexes string[]
Set of indexes allowed for events with this token
- name string
Token name (inputs.conf key)
- source string
Default source for events with this token
- sourcetype string
Default source type for events with this token
- token string
Token value for sending data to collector/event endpoint
- use
Ack number Indexer acknowledgement for this token
- acl
Inputs
Http Event Collector Acl Args The app/user context that is the namespace for the resource
- disabled bool
Input disabled indicator
- host str
Default host value for events with this token
- index str
Index to store generated events
- indexes Sequence[str]
Set of indexes allowed for events with this token
- name str
Token name (inputs.conf key)
- source str
Default source for events with this token
- sourcetype str
Default source type for events with this token
- token str
Token value for sending data to collector/event endpoint
- use_
ack int Indexer acknowledgement for this token
- acl Property Map
The app/user context that is the namespace for the resource
- disabled Boolean
Input disabled indicator
- host String
Default host value for events with this token
- index String
Index to store generated events
- indexes List<String>
Set of indexes allowed for events with this token
- name String
Token name (inputs.conf key)
- source String
Default source for events with this token
- sourcetype String
Default source type for events with this token
- token String
Token value for sending data to collector/event endpoint
- use
Ack Number Indexer acknowledgement for this token
Outputs
All input properties are implicitly available as output properties. Additionally, the InputsHttpEventCollector resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Look up Existing InputsHttpEventCollector Resource
Get an existing InputsHttpEventCollector resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: InputsHttpEventCollectorState, opts?: CustomResourceOptions): InputsHttpEventCollector
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
acl: Optional[InputsHttpEventCollectorAclArgs] = None,
disabled: Optional[bool] = None,
host: Optional[str] = None,
index: Optional[str] = None,
indexes: Optional[Sequence[str]] = None,
name: Optional[str] = None,
source: Optional[str] = None,
sourcetype: Optional[str] = None,
token: Optional[str] = None,
use_ack: Optional[int] = None) -> InputsHttpEventCollector
func GetInputsHttpEventCollector(ctx *Context, name string, id IDInput, state *InputsHttpEventCollectorState, opts ...ResourceOption) (*InputsHttpEventCollector, error)
public static InputsHttpEventCollector Get(string name, Input<string> id, InputsHttpEventCollectorState? state, CustomResourceOptions? opts = null)
public static InputsHttpEventCollector get(String name, Output<String> id, InputsHttpEventCollectorState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Acl
Inputs
Http Event Collector Acl The app/user context that is the namespace for the resource
- Disabled bool
Input disabled indicator
- Host string
Default host value for events with this token
- Index string
Index to store generated events
- Indexes List<string>
Set of indexes allowed for events with this token
- Name string
Token name (inputs.conf key)
- Source string
Default source for events with this token
- Sourcetype string
Default source type for events with this token
- Token string
Token value for sending data to collector/event endpoint
- Use
Ack int Indexer acknowledgement for this token
- Acl
Inputs
Http Event Collector Acl Args The app/user context that is the namespace for the resource
- Disabled bool
Input disabled indicator
- Host string
Default host value for events with this token
- Index string
Index to store generated events
- Indexes []string
Set of indexes allowed for events with this token
- Name string
Token name (inputs.conf key)
- Source string
Default source for events with this token
- Sourcetype string
Default source type for events with this token
- Token string
Token value for sending data to collector/event endpoint
- Use
Ack int Indexer acknowledgement for this token
- acl
Inputs
Http Event Collector Acl The app/user context that is the namespace for the resource
- disabled Boolean
Input disabled indicator
- host String
Default host value for events with this token
- index String
Index to store generated events
- indexes List<String>
Set of indexes allowed for events with this token
- name String
Token name (inputs.conf key)
- source String
Default source for events with this token
- sourcetype String
Default source type for events with this token
- token String
Token value for sending data to collector/event endpoint
- use
Ack Integer Indexer acknowledgement for this token
- acl
Inputs
Http Event Collector Acl The app/user context that is the namespace for the resource
- disabled boolean
Input disabled indicator
- host string
Default host value for events with this token
- index string
Index to store generated events
- indexes string[]
Set of indexes allowed for events with this token
- name string
Token name (inputs.conf key)
- source string
Default source for events with this token
- sourcetype string
Default source type for events with this token
- token string
Token value for sending data to collector/event endpoint
- use
Ack number Indexer acknowledgement for this token
- acl
Inputs
Http Event Collector Acl Args The app/user context that is the namespace for the resource
- disabled bool
Input disabled indicator
- host str
Default host value for events with this token
- index str
Index to store generated events
- indexes Sequence[str]
Set of indexes allowed for events with this token
- name str
Token name (inputs.conf key)
- source str
Default source for events with this token
- sourcetype str
Default source type for events with this token
- token str
Token value for sending data to collector/event endpoint
- use_
ack int Indexer acknowledgement for this token
- acl Property Map
The app/user context that is the namespace for the resource
- disabled Boolean
Input disabled indicator
- host String
Default host value for events with this token
- index String
Index to store generated events
- indexes List<String>
Set of indexes allowed for events with this token
- name String
Token name (inputs.conf key)
- source String
Default source for events with this token
- sourcetype String
Default source type for events with this token
- token String
Token value for sending data to collector/event endpoint
- use
Ack Number Indexer acknowledgement for this token
Supporting Types
InputsHttpEventCollectorAcl, InputsHttpEventCollectorAclArgs
Package Details
- Repository
- Splunk pulumi/pulumi-splunk
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
splunk
Terraform Provider.