splunk.InputsMonitor
Explore with Pulumi AI
# Resource: splunk.InputsMonitor
Create or update a new file or directory monitor input.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Splunk = Pulumi.Splunk;
return await Deployment.RunAsync(() =>
{
var monitor = new Splunk.InputsMonitor("monitor", new()
{
Recursive = true,
Sourcetype = "text",
});
});
package main
import (
"github.com/pulumi/pulumi-splunk/sdk/go/splunk"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := splunk.NewInputsMonitor(ctx, "monitor", &splunk.InputsMonitorArgs{
Recursive: pulumi.Bool(true),
Sourcetype: pulumi.String("text"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.splunk.InputsMonitor;
import com.pulumi.splunk.InputsMonitorArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var monitor = new InputsMonitor("monitor", InputsMonitorArgs.builder()
.recursive(true)
.sourcetype("text")
.build());
}
}
import pulumi
import pulumi_splunk as splunk
monitor = splunk.InputsMonitor("monitor",
recursive=True,
sourcetype="text")
import * as pulumi from "@pulumi/pulumi";
import * as splunk from "@pulumi/splunk";
const monitor = new splunk.InputsMonitor("monitor", {
recursive: true,
sourcetype: "text",
});
resources:
monitor:
type: splunk:InputsMonitor
properties:
recursive: true
sourcetype: text
Create InputsMonitor Resource
new InputsMonitor(name: string, args?: InputsMonitorArgs, opts?: CustomResourceOptions);
@overload
def InputsMonitor(resource_name: str,
opts: Optional[ResourceOptions] = None,
acl: Optional[InputsMonitorAclArgs] = None,
blacklist: Optional[str] = None,
crc_salt: Optional[str] = None,
disabled: Optional[bool] = None,
follow_tail: Optional[bool] = None,
host: Optional[str] = None,
host_regex: Optional[str] = None,
host_segment: Optional[int] = None,
ignore_older_than: Optional[str] = None,
index: Optional[str] = None,
name: Optional[str] = None,
recursive: Optional[bool] = None,
rename_source: Optional[str] = None,
sourcetype: Optional[str] = None,
time_before_close: Optional[int] = None,
whitelist: Optional[str] = None)
@overload
def InputsMonitor(resource_name: str,
args: Optional[InputsMonitorArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewInputsMonitor(ctx *Context, name string, args *InputsMonitorArgs, opts ...ResourceOption) (*InputsMonitor, error)
public InputsMonitor(string name, InputsMonitorArgs? args = null, CustomResourceOptions? opts = null)
public InputsMonitor(String name, InputsMonitorArgs args)
public InputsMonitor(String name, InputsMonitorArgs args, CustomResourceOptions options)
type: splunk:InputsMonitor
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args InputsMonitorArgs
- 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 InputsMonitorArgs
- 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 InputsMonitorArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args InputsMonitorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args InputsMonitorArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
InputsMonitor 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 InputsMonitor resource accepts the following input properties:
- Acl
Inputs
Monitor Acl The app/user context that is the namespace for the resource
- Blacklist string
Specify a regular expression for a file path. The file path that matches this regular expression is not indexed.
- Crc
Salt string A string that modifies the file tracking identity for files in this input. The magic value invokes special behavior.
- Disabled bool
Indicates if input monitoring is disabled.
- Follow
Tail bool If set to true, files that are seen for the first time is read from the end.
- Host string
The value to populate in the host field for events from this data input.
- Host
Regex string Specify a regular expression for a file path. If the path for a file matches this regular expression, the captured value is used to populate the host field for events from this data input. The regular expression must have one capture group.
- Host
Segment int Use the specified slash-separate segment of the filepath as the host field value.
- Ignore
Older stringThan Specify a time value. If the modification time of a file being monitored falls outside of this rolling time window, the file is no longer being monitored.
- Index string
Which index events from this input should be stored in. Defaults to default.
- Name string
The file or directory path to monitor on the system.
- Recursive bool
Setting this to false prevents monitoring of any subdirectories encountered within this data input.
- Rename
Source string The value to populate in the source field for events from this data input. The same source should not be used for multiple data inputs.
- Sourcetype string
The value to populate in the sourcetype field for incoming events.
- Time
Before intClose When Splunk software reaches the end of a file that is being read, the file is kept open for a minimum of the number of seconds specified in this value. After this period has elapsed, the file is checked again for more data.
- Whitelist string
Specify a regular expression for a file path. Only file paths that match this regular expression are indexed.
- Acl
Inputs
Monitor Acl Args The app/user context that is the namespace for the resource
- Blacklist string
Specify a regular expression for a file path. The file path that matches this regular expression is not indexed.
- Crc
Salt string A string that modifies the file tracking identity for files in this input. The magic value invokes special behavior.
- Disabled bool
Indicates if input monitoring is disabled.
- Follow
Tail bool If set to true, files that are seen for the first time is read from the end.
- Host string
The value to populate in the host field for events from this data input.
- Host
Regex string Specify a regular expression for a file path. If the path for a file matches this regular expression, the captured value is used to populate the host field for events from this data input. The regular expression must have one capture group.
- Host
Segment int Use the specified slash-separate segment of the filepath as the host field value.
- Ignore
Older stringThan Specify a time value. If the modification time of a file being monitored falls outside of this rolling time window, the file is no longer being monitored.
- Index string
Which index events from this input should be stored in. Defaults to default.
- Name string
The file or directory path to monitor on the system.
- Recursive bool
Setting this to false prevents monitoring of any subdirectories encountered within this data input.
- Rename
Source string The value to populate in the source field for events from this data input. The same source should not be used for multiple data inputs.
- Sourcetype string
The value to populate in the sourcetype field for incoming events.
- Time
Before intClose When Splunk software reaches the end of a file that is being read, the file is kept open for a minimum of the number of seconds specified in this value. After this period has elapsed, the file is checked again for more data.
- Whitelist string
Specify a regular expression for a file path. Only file paths that match this regular expression are indexed.
- acl
Inputs
Monitor Acl The app/user context that is the namespace for the resource
- blacklist String
Specify a regular expression for a file path. The file path that matches this regular expression is not indexed.
- crc
Salt String A string that modifies the file tracking identity for files in this input. The magic value invokes special behavior.
- disabled Boolean
Indicates if input monitoring is disabled.
- follow
Tail Boolean If set to true, files that are seen for the first time is read from the end.
- host String
The value to populate in the host field for events from this data input.
- host
Regex String Specify a regular expression for a file path. If the path for a file matches this regular expression, the captured value is used to populate the host field for events from this data input. The regular expression must have one capture group.
- host
Segment Integer Use the specified slash-separate segment of the filepath as the host field value.
- ignore
Older StringThan Specify a time value. If the modification time of a file being monitored falls outside of this rolling time window, the file is no longer being monitored.
- index String
Which index events from this input should be stored in. Defaults to default.
- name String
The file or directory path to monitor on the system.
- recursive Boolean
Setting this to false prevents monitoring of any subdirectories encountered within this data input.
- rename
Source String The value to populate in the source field for events from this data input. The same source should not be used for multiple data inputs.
- sourcetype String
The value to populate in the sourcetype field for incoming events.
- time
Before IntegerClose When Splunk software reaches the end of a file that is being read, the file is kept open for a minimum of the number of seconds specified in this value. After this period has elapsed, the file is checked again for more data.
- whitelist String
Specify a regular expression for a file path. Only file paths that match this regular expression are indexed.
- acl
Inputs
Monitor Acl The app/user context that is the namespace for the resource
- blacklist string
Specify a regular expression for a file path. The file path that matches this regular expression is not indexed.
- crc
Salt string A string that modifies the file tracking identity for files in this input. The magic value invokes special behavior.
- disabled boolean
Indicates if input monitoring is disabled.
- follow
Tail boolean If set to true, files that are seen for the first time is read from the end.
- host string
The value to populate in the host field for events from this data input.
- host
Regex string Specify a regular expression for a file path. If the path for a file matches this regular expression, the captured value is used to populate the host field for events from this data input. The regular expression must have one capture group.
- host
Segment number Use the specified slash-separate segment of the filepath as the host field value.
- ignore
Older stringThan Specify a time value. If the modification time of a file being monitored falls outside of this rolling time window, the file is no longer being monitored.
- index string
Which index events from this input should be stored in. Defaults to default.
- name string
The file or directory path to monitor on the system.
- recursive boolean
Setting this to false prevents monitoring of any subdirectories encountered within this data input.
- rename
Source string The value to populate in the source field for events from this data input. The same source should not be used for multiple data inputs.
- sourcetype string
The value to populate in the sourcetype field for incoming events.
- time
Before numberClose When Splunk software reaches the end of a file that is being read, the file is kept open for a minimum of the number of seconds specified in this value. After this period has elapsed, the file is checked again for more data.
- whitelist string
Specify a regular expression for a file path. Only file paths that match this regular expression are indexed.
- acl
Inputs
Monitor Acl Args The app/user context that is the namespace for the resource
- blacklist str
Specify a regular expression for a file path. The file path that matches this regular expression is not indexed.
- crc_
salt str A string that modifies the file tracking identity for files in this input. The magic value invokes special behavior.
- disabled bool
Indicates if input monitoring is disabled.
- follow_
tail bool If set to true, files that are seen for the first time is read from the end.
- host str
The value to populate in the host field for events from this data input.
- host_
regex str Specify a regular expression for a file path. If the path for a file matches this regular expression, the captured value is used to populate the host field for events from this data input. The regular expression must have one capture group.
- host_
segment int Use the specified slash-separate segment of the filepath as the host field value.
- ignore_
older_ strthan Specify a time value. If the modification time of a file being monitored falls outside of this rolling time window, the file is no longer being monitored.
- index str
Which index events from this input should be stored in. Defaults to default.
- name str
The file or directory path to monitor on the system.
- recursive bool
Setting this to false prevents monitoring of any subdirectories encountered within this data input.
- rename_
source str The value to populate in the source field for events from this data input. The same source should not be used for multiple data inputs.
- sourcetype str
The value to populate in the sourcetype field for incoming events.
- time_
before_ intclose When Splunk software reaches the end of a file that is being read, the file is kept open for a minimum of the number of seconds specified in this value. After this period has elapsed, the file is checked again for more data.
- whitelist str
Specify a regular expression for a file path. Only file paths that match this regular expression are indexed.
- acl Property Map
The app/user context that is the namespace for the resource
- blacklist String
Specify a regular expression for a file path. The file path that matches this regular expression is not indexed.
- crc
Salt String A string that modifies the file tracking identity for files in this input. The magic value invokes special behavior.
- disabled Boolean
Indicates if input monitoring is disabled.
- follow
Tail Boolean If set to true, files that are seen for the first time is read from the end.
- host String
The value to populate in the host field for events from this data input.
- host
Regex String Specify a regular expression for a file path. If the path for a file matches this regular expression, the captured value is used to populate the host field for events from this data input. The regular expression must have one capture group.
- host
Segment Number Use the specified slash-separate segment of the filepath as the host field value.
- ignore
Older StringThan Specify a time value. If the modification time of a file being monitored falls outside of this rolling time window, the file is no longer being monitored.
- index String
Which index events from this input should be stored in. Defaults to default.
- name String
The file or directory path to monitor on the system.
- recursive Boolean
Setting this to false prevents monitoring of any subdirectories encountered within this data input.
- rename
Source String The value to populate in the source field for events from this data input. The same source should not be used for multiple data inputs.
- sourcetype String
The value to populate in the sourcetype field for incoming events.
- time
Before NumberClose When Splunk software reaches the end of a file that is being read, the file is kept open for a minimum of the number of seconds specified in this value. After this period has elapsed, the file is checked again for more data.
- whitelist String
Specify a regular expression for a file path. Only file paths that match this regular expression are indexed.
Outputs
All input properties are implicitly available as output properties. Additionally, the InputsMonitor 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 InputsMonitor Resource
Get an existing InputsMonitor 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?: InputsMonitorState, opts?: CustomResourceOptions): InputsMonitor
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
acl: Optional[InputsMonitorAclArgs] = None,
blacklist: Optional[str] = None,
crc_salt: Optional[str] = None,
disabled: Optional[bool] = None,
follow_tail: Optional[bool] = None,
host: Optional[str] = None,
host_regex: Optional[str] = None,
host_segment: Optional[int] = None,
ignore_older_than: Optional[str] = None,
index: Optional[str] = None,
name: Optional[str] = None,
recursive: Optional[bool] = None,
rename_source: Optional[str] = None,
sourcetype: Optional[str] = None,
time_before_close: Optional[int] = None,
whitelist: Optional[str] = None) -> InputsMonitor
func GetInputsMonitor(ctx *Context, name string, id IDInput, state *InputsMonitorState, opts ...ResourceOption) (*InputsMonitor, error)
public static InputsMonitor Get(string name, Input<string> id, InputsMonitorState? state, CustomResourceOptions? opts = null)
public static InputsMonitor get(String name, Output<String> id, InputsMonitorState 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
Monitor Acl The app/user context that is the namespace for the resource
- Blacklist string
Specify a regular expression for a file path. The file path that matches this regular expression is not indexed.
- Crc
Salt string A string that modifies the file tracking identity for files in this input. The magic value invokes special behavior.
- Disabled bool
Indicates if input monitoring is disabled.
- Follow
Tail bool If set to true, files that are seen for the first time is read from the end.
- Host string
The value to populate in the host field for events from this data input.
- Host
Regex string Specify a regular expression for a file path. If the path for a file matches this regular expression, the captured value is used to populate the host field for events from this data input. The regular expression must have one capture group.
- Host
Segment int Use the specified slash-separate segment of the filepath as the host field value.
- Ignore
Older stringThan Specify a time value. If the modification time of a file being monitored falls outside of this rolling time window, the file is no longer being monitored.
- Index string
Which index events from this input should be stored in. Defaults to default.
- Name string
The file or directory path to monitor on the system.
- Recursive bool
Setting this to false prevents monitoring of any subdirectories encountered within this data input.
- Rename
Source string The value to populate in the source field for events from this data input. The same source should not be used for multiple data inputs.
- Sourcetype string
The value to populate in the sourcetype field for incoming events.
- Time
Before intClose When Splunk software reaches the end of a file that is being read, the file is kept open for a minimum of the number of seconds specified in this value. After this period has elapsed, the file is checked again for more data.
- Whitelist string
Specify a regular expression for a file path. Only file paths that match this regular expression are indexed.
- Acl
Inputs
Monitor Acl Args The app/user context that is the namespace for the resource
- Blacklist string
Specify a regular expression for a file path. The file path that matches this regular expression is not indexed.
- Crc
Salt string A string that modifies the file tracking identity for files in this input. The magic value invokes special behavior.
- Disabled bool
Indicates if input monitoring is disabled.
- Follow
Tail bool If set to true, files that are seen for the first time is read from the end.
- Host string
The value to populate in the host field for events from this data input.
- Host
Regex string Specify a regular expression for a file path. If the path for a file matches this regular expression, the captured value is used to populate the host field for events from this data input. The regular expression must have one capture group.
- Host
Segment int Use the specified slash-separate segment of the filepath as the host field value.
- Ignore
Older stringThan Specify a time value. If the modification time of a file being monitored falls outside of this rolling time window, the file is no longer being monitored.
- Index string
Which index events from this input should be stored in. Defaults to default.
- Name string
The file or directory path to monitor on the system.
- Recursive bool
Setting this to false prevents monitoring of any subdirectories encountered within this data input.
- Rename
Source string The value to populate in the source field for events from this data input. The same source should not be used for multiple data inputs.
- Sourcetype string
The value to populate in the sourcetype field for incoming events.
- Time
Before intClose When Splunk software reaches the end of a file that is being read, the file is kept open for a minimum of the number of seconds specified in this value. After this period has elapsed, the file is checked again for more data.
- Whitelist string
Specify a regular expression for a file path. Only file paths that match this regular expression are indexed.
- acl
Inputs
Monitor Acl The app/user context that is the namespace for the resource
- blacklist String
Specify a regular expression for a file path. The file path that matches this regular expression is not indexed.
- crc
Salt String A string that modifies the file tracking identity for files in this input. The magic value invokes special behavior.
- disabled Boolean
Indicates if input monitoring is disabled.
- follow
Tail Boolean If set to true, files that are seen for the first time is read from the end.
- host String
The value to populate in the host field for events from this data input.
- host
Regex String Specify a regular expression for a file path. If the path for a file matches this regular expression, the captured value is used to populate the host field for events from this data input. The regular expression must have one capture group.
- host
Segment Integer Use the specified slash-separate segment of the filepath as the host field value.
- ignore
Older StringThan Specify a time value. If the modification time of a file being monitored falls outside of this rolling time window, the file is no longer being monitored.
- index String
Which index events from this input should be stored in. Defaults to default.
- name String
The file or directory path to monitor on the system.
- recursive Boolean
Setting this to false prevents monitoring of any subdirectories encountered within this data input.
- rename
Source String The value to populate in the source field for events from this data input. The same source should not be used for multiple data inputs.
- sourcetype String
The value to populate in the sourcetype field for incoming events.
- time
Before IntegerClose When Splunk software reaches the end of a file that is being read, the file is kept open for a minimum of the number of seconds specified in this value. After this period has elapsed, the file is checked again for more data.
- whitelist String
Specify a regular expression for a file path. Only file paths that match this regular expression are indexed.
- acl
Inputs
Monitor Acl The app/user context that is the namespace for the resource
- blacklist string
Specify a regular expression for a file path. The file path that matches this regular expression is not indexed.
- crc
Salt string A string that modifies the file tracking identity for files in this input. The magic value invokes special behavior.
- disabled boolean
Indicates if input monitoring is disabled.
- follow
Tail boolean If set to true, files that are seen for the first time is read from the end.
- host string
The value to populate in the host field for events from this data input.
- host
Regex string Specify a regular expression for a file path. If the path for a file matches this regular expression, the captured value is used to populate the host field for events from this data input. The regular expression must have one capture group.
- host
Segment number Use the specified slash-separate segment of the filepath as the host field value.
- ignore
Older stringThan Specify a time value. If the modification time of a file being monitored falls outside of this rolling time window, the file is no longer being monitored.
- index string
Which index events from this input should be stored in. Defaults to default.
- name string
The file or directory path to monitor on the system.
- recursive boolean
Setting this to false prevents monitoring of any subdirectories encountered within this data input.
- rename
Source string The value to populate in the source field for events from this data input. The same source should not be used for multiple data inputs.
- sourcetype string
The value to populate in the sourcetype field for incoming events.
- time
Before numberClose When Splunk software reaches the end of a file that is being read, the file is kept open for a minimum of the number of seconds specified in this value. After this period has elapsed, the file is checked again for more data.
- whitelist string
Specify a regular expression for a file path. Only file paths that match this regular expression are indexed.
- acl
Inputs
Monitor Acl Args The app/user context that is the namespace for the resource
- blacklist str
Specify a regular expression for a file path. The file path that matches this regular expression is not indexed.
- crc_
salt str A string that modifies the file tracking identity for files in this input. The magic value invokes special behavior.
- disabled bool
Indicates if input monitoring is disabled.
- follow_
tail bool If set to true, files that are seen for the first time is read from the end.
- host str
The value to populate in the host field for events from this data input.
- host_
regex str Specify a regular expression for a file path. If the path for a file matches this regular expression, the captured value is used to populate the host field for events from this data input. The regular expression must have one capture group.
- host_
segment int Use the specified slash-separate segment of the filepath as the host field value.
- ignore_
older_ strthan Specify a time value. If the modification time of a file being monitored falls outside of this rolling time window, the file is no longer being monitored.
- index str
Which index events from this input should be stored in. Defaults to default.
- name str
The file or directory path to monitor on the system.
- recursive bool
Setting this to false prevents monitoring of any subdirectories encountered within this data input.
- rename_
source str The value to populate in the source field for events from this data input. The same source should not be used for multiple data inputs.
- sourcetype str
The value to populate in the sourcetype field for incoming events.
- time_
before_ intclose When Splunk software reaches the end of a file that is being read, the file is kept open for a minimum of the number of seconds specified in this value. After this period has elapsed, the file is checked again for more data.
- whitelist str
Specify a regular expression for a file path. Only file paths that match this regular expression are indexed.
- acl Property Map
The app/user context that is the namespace for the resource
- blacklist String
Specify a regular expression for a file path. The file path that matches this regular expression is not indexed.
- crc
Salt String A string that modifies the file tracking identity for files in this input. The magic value invokes special behavior.
- disabled Boolean
Indicates if input monitoring is disabled.
- follow
Tail Boolean If set to true, files that are seen for the first time is read from the end.
- host String
The value to populate in the host field for events from this data input.
- host
Regex String Specify a regular expression for a file path. If the path for a file matches this regular expression, the captured value is used to populate the host field for events from this data input. The regular expression must have one capture group.
- host
Segment Number Use the specified slash-separate segment of the filepath as the host field value.
- ignore
Older StringThan Specify a time value. If the modification time of a file being monitored falls outside of this rolling time window, the file is no longer being monitored.
- index String
Which index events from this input should be stored in. Defaults to default.
- name String
The file or directory path to monitor on the system.
- recursive Boolean
Setting this to false prevents monitoring of any subdirectories encountered within this data input.
- rename
Source String The value to populate in the source field for events from this data input. The same source should not be used for multiple data inputs.
- sourcetype String
The value to populate in the sourcetype field for incoming events.
- time
Before NumberClose When Splunk software reaches the end of a file that is being read, the file is kept open for a minimum of the number of seconds specified in this value. After this period has elapsed, the file is checked again for more data.
- whitelist String
Specify a regular expression for a file path. Only file paths that match this regular expression are indexed.
Supporting Types
InputsMonitorAcl, InputsMonitorAclArgs
Package Details
- Repository
- Splunk pulumi/pulumi-splunk
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
splunk
Terraform Provider.