1. Packages
  2. Sumologic Provider
  3. API Docs
  4. KinesisMetricsSource
Sumo Logic v1.0.7 published on Friday, Apr 11, 2025 by Pulumi

sumologic.KinesisMetricsSource

Explore with Pulumi AI

Import

Kinesis Metrics sources can be imported using the collector and source IDs (collector/source), e.g.:

hcl

$ pulumi import sumologic:index/kinesisMetricsSource:KinesisMetricsSource test 123/456
Copy

HTTP sources can be imported using the collector name and source name (collectorName/sourceName), e.g.:

hcl

$ pulumi import sumologic:index/kinesisMetricsSource:KinesisMetricsSource test my-test-collector/my-test-source
Copy

Create KinesisMetricsSource Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new KinesisMetricsSource(name: string, args: KinesisMetricsSourceArgs, opts?: CustomResourceOptions);
@overload
def KinesisMetricsSource(resource_name: str,
                         args: KinesisMetricsSourceArgs,
                         opts: Optional[ResourceOptions] = None)

@overload
def KinesisMetricsSource(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         content_type: Optional[str] = None,
                         path: Optional[KinesisMetricsSourcePathArgs] = None,
                         authentication: Optional[KinesisMetricsSourceAuthenticationArgs] = None,
                         collector_id: Optional[int] = None,
                         filters: Optional[Sequence[KinesisMetricsSourceFilterArgs]] = None,
                         host_name: Optional[str] = None,
                         cutoff_timestamp: Optional[int] = None,
                         default_date_formats: Optional[Sequence[KinesisMetricsSourceDefaultDateFormatArgs]] = None,
                         description: Optional[str] = None,
                         fields: Optional[Mapping[str, str]] = None,
                         category: Optional[str] = None,
                         force_timezone: Optional[bool] = None,
                         hash_algorithm: Optional[str] = None,
                         cutoff_relative_time: Optional[str] = None,
                         manual_prefix_regexp: Optional[str] = None,
                         message_per_request: Optional[bool] = None,
                         multiline_processing_enabled: Optional[bool] = None,
                         name: Optional[str] = None,
                         automatic_date_parsing: Optional[bool] = None,
                         timezone: Optional[str] = None,
                         use_autoline_matching: Optional[bool] = None)
func NewKinesisMetricsSource(ctx *Context, name string, args KinesisMetricsSourceArgs, opts ...ResourceOption) (*KinesisMetricsSource, error)
public KinesisMetricsSource(string name, KinesisMetricsSourceArgs args, CustomResourceOptions? opts = null)
public KinesisMetricsSource(String name, KinesisMetricsSourceArgs args)
public KinesisMetricsSource(String name, KinesisMetricsSourceArgs args, CustomResourceOptions options)
type: sumologic:KinesisMetricsSource
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. KinesisMetricsSourceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. KinesisMetricsSourceArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. KinesisMetricsSourceArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. KinesisMetricsSourceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. KinesisMetricsSourceArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var kinesisMetricsSourceResource = new SumoLogic.KinesisMetricsSource("kinesisMetricsSourceResource", new()
{
    ContentType = "string",
    Path = new SumoLogic.Inputs.KinesisMetricsSourcePathArgs
    {
        Type = "string",
        TagFilters = new[]
        {
            new SumoLogic.Inputs.KinesisMetricsSourcePathTagFilterArgs
            {
                Namespace = "string",
                Tags = new[]
                {
                    "string",
                },
                Type = "string",
            },
        },
    },
    Authentication = new SumoLogic.Inputs.KinesisMetricsSourceAuthenticationArgs
    {
        Type = "string",
        AccessKey = "string",
        RoleArn = "string",
        SecretKey = "string",
    },
    CollectorId = 0,
    Filters = new[]
    {
        new SumoLogic.Inputs.KinesisMetricsSourceFilterArgs
        {
            FilterType = "string",
            Name = "string",
            Regexp = "string",
            Mask = "string",
        },
    },
    HostName = "string",
    CutoffTimestamp = 0,
    DefaultDateFormats = new[]
    {
        new SumoLogic.Inputs.KinesisMetricsSourceDefaultDateFormatArgs
        {
            Format = "string",
            Locator = "string",
        },
    },
    Description = "string",
    Fields = 
    {
        { "string", "string" },
    },
    Category = "string",
    ForceTimezone = false,
    HashAlgorithm = "string",
    CutoffRelativeTime = "string",
    ManualPrefixRegexp = "string",
    MessagePerRequest = false,
    MultilineProcessingEnabled = false,
    Name = "string",
    AutomaticDateParsing = false,
    Timezone = "string",
    UseAutolineMatching = false,
});
Copy
example, err := sumologic.NewKinesisMetricsSource(ctx, "kinesisMetricsSourceResource", &sumologic.KinesisMetricsSourceArgs{
	ContentType: pulumi.String("string"),
	Path: &sumologic.KinesisMetricsSourcePathArgs{
		Type: pulumi.String("string"),
		TagFilters: sumologic.KinesisMetricsSourcePathTagFilterArray{
			&sumologic.KinesisMetricsSourcePathTagFilterArgs{
				Namespace: pulumi.String("string"),
				Tags: pulumi.StringArray{
					pulumi.String("string"),
				},
				Type: pulumi.String("string"),
			},
		},
	},
	Authentication: &sumologic.KinesisMetricsSourceAuthenticationArgs{
		Type:      pulumi.String("string"),
		AccessKey: pulumi.String("string"),
		RoleArn:   pulumi.String("string"),
		SecretKey: pulumi.String("string"),
	},
	CollectorId: pulumi.Int(0),
	Filters: sumologic.KinesisMetricsSourceFilterArray{
		&sumologic.KinesisMetricsSourceFilterArgs{
			FilterType: pulumi.String("string"),
			Name:       pulumi.String("string"),
			Regexp:     pulumi.String("string"),
			Mask:       pulumi.String("string"),
		},
	},
	HostName:        pulumi.String("string"),
	CutoffTimestamp: pulumi.Int(0),
	DefaultDateFormats: sumologic.KinesisMetricsSourceDefaultDateFormatArray{
		&sumologic.KinesisMetricsSourceDefaultDateFormatArgs{
			Format:  pulumi.String("string"),
			Locator: pulumi.String("string"),
		},
	},
	Description: pulumi.String("string"),
	Fields: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	Category:                   pulumi.String("string"),
	ForceTimezone:              pulumi.Bool(false),
	HashAlgorithm:              pulumi.String("string"),
	CutoffRelativeTime:         pulumi.String("string"),
	ManualPrefixRegexp:         pulumi.String("string"),
	MessagePerRequest:          pulumi.Bool(false),
	MultilineProcessingEnabled: pulumi.Bool(false),
	Name:                       pulumi.String("string"),
	AutomaticDateParsing:       pulumi.Bool(false),
	Timezone:                   pulumi.String("string"),
	UseAutolineMatching:        pulumi.Bool(false),
})
Copy
var kinesisMetricsSourceResource = new KinesisMetricsSource("kinesisMetricsSourceResource", KinesisMetricsSourceArgs.builder()
    .contentType("string")
    .path(KinesisMetricsSourcePathArgs.builder()
        .type("string")
        .tagFilters(KinesisMetricsSourcePathTagFilterArgs.builder()
            .namespace("string")
            .tags("string")
            .type("string")
            .build())
        .build())
    .authentication(KinesisMetricsSourceAuthenticationArgs.builder()
        .type("string")
        .accessKey("string")
        .roleArn("string")
        .secretKey("string")
        .build())
    .collectorId(0)
    .filters(KinesisMetricsSourceFilterArgs.builder()
        .filterType("string")
        .name("string")
        .regexp("string")
        .mask("string")
        .build())
    .hostName("string")
    .cutoffTimestamp(0)
    .defaultDateFormats(KinesisMetricsSourceDefaultDateFormatArgs.builder()
        .format("string")
        .locator("string")
        .build())
    .description("string")
    .fields(Map.of("string", "string"))
    .category("string")
    .forceTimezone(false)
    .hashAlgorithm("string")
    .cutoffRelativeTime("string")
    .manualPrefixRegexp("string")
    .messagePerRequest(false)
    .multilineProcessingEnabled(false)
    .name("string")
    .automaticDateParsing(false)
    .timezone("string")
    .useAutolineMatching(false)
    .build());
Copy
kinesis_metrics_source_resource = sumologic.KinesisMetricsSource("kinesisMetricsSourceResource",
    content_type="string",
    path={
        "type": "string",
        "tag_filters": [{
            "namespace": "string",
            "tags": ["string"],
            "type": "string",
        }],
    },
    authentication={
        "type": "string",
        "access_key": "string",
        "role_arn": "string",
        "secret_key": "string",
    },
    collector_id=0,
    filters=[{
        "filter_type": "string",
        "name": "string",
        "regexp": "string",
        "mask": "string",
    }],
    host_name="string",
    cutoff_timestamp=0,
    default_date_formats=[{
        "format": "string",
        "locator": "string",
    }],
    description="string",
    fields={
        "string": "string",
    },
    category="string",
    force_timezone=False,
    hash_algorithm="string",
    cutoff_relative_time="string",
    manual_prefix_regexp="string",
    message_per_request=False,
    multiline_processing_enabled=False,
    name="string",
    automatic_date_parsing=False,
    timezone="string",
    use_autoline_matching=False)
Copy
const kinesisMetricsSourceResource = new sumologic.KinesisMetricsSource("kinesisMetricsSourceResource", {
    contentType: "string",
    path: {
        type: "string",
        tagFilters: [{
            namespace: "string",
            tags: ["string"],
            type: "string",
        }],
    },
    authentication: {
        type: "string",
        accessKey: "string",
        roleArn: "string",
        secretKey: "string",
    },
    collectorId: 0,
    filters: [{
        filterType: "string",
        name: "string",
        regexp: "string",
        mask: "string",
    }],
    hostName: "string",
    cutoffTimestamp: 0,
    defaultDateFormats: [{
        format: "string",
        locator: "string",
    }],
    description: "string",
    fields: {
        string: "string",
    },
    category: "string",
    forceTimezone: false,
    hashAlgorithm: "string",
    cutoffRelativeTime: "string",
    manualPrefixRegexp: "string",
    messagePerRequest: false,
    multilineProcessingEnabled: false,
    name: "string",
    automaticDateParsing: false,
    timezone: "string",
    useAutolineMatching: false,
});
Copy
type: sumologic:KinesisMetricsSource
properties:
    authentication:
        accessKey: string
        roleArn: string
        secretKey: string
        type: string
    automaticDateParsing: false
    category: string
    collectorId: 0
    contentType: string
    cutoffRelativeTime: string
    cutoffTimestamp: 0
    defaultDateFormats:
        - format: string
          locator: string
    description: string
    fields:
        string: string
    filters:
        - filterType: string
          mask: string
          name: string
          regexp: string
    forceTimezone: false
    hashAlgorithm: string
    hostName: string
    manualPrefixRegexp: string
    messagePerRequest: false
    multilineProcessingEnabled: false
    name: string
    path:
        tagFilters:
            - namespace: string
              tags:
                - string
              type: string
        type: string
    timezone: string
    useAutolineMatching: false
Copy

KinesisMetricsSource Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The KinesisMetricsSource resource accepts the following input properties:

Authentication This property is required. Pulumi.SumoLogic.Inputs.KinesisMetricsSourceAuthentication
Authentication details for connecting to the S3 bucket.
CollectorId
This property is required.
Changes to this property will trigger replacement.
int
ContentType This property is required. string
The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
Path This property is required. Pulumi.SumoLogic.Inputs.KinesisMetricsSourcePath
The location to scan for new data.
AutomaticDateParsing bool
Category string
CutoffRelativeTime Changes to this property will trigger replacement. string
CutoffTimestamp int
DefaultDateFormats List<Pulumi.SumoLogic.Inputs.KinesisMetricsSourceDefaultDateFormat>
Description string
Fields Dictionary<string, string>
Filters List<Pulumi.SumoLogic.Inputs.KinesisMetricsSourceFilter>
ForceTimezone bool
HashAlgorithm string
HostName string
ManualPrefixRegexp string
MessagePerRequest bool
MultilineProcessingEnabled bool
Name string
Timezone string
UseAutolineMatching bool
Authentication This property is required. KinesisMetricsSourceAuthenticationArgs
Authentication details for connecting to the S3 bucket.
CollectorId
This property is required.
Changes to this property will trigger replacement.
int
ContentType This property is required. string
The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
Path This property is required. KinesisMetricsSourcePathArgs
The location to scan for new data.
AutomaticDateParsing bool
Category string
CutoffRelativeTime Changes to this property will trigger replacement. string
CutoffTimestamp int
DefaultDateFormats []KinesisMetricsSourceDefaultDateFormatArgs
Description string
Fields map[string]string
Filters []KinesisMetricsSourceFilterArgs
ForceTimezone bool
HashAlgorithm string
HostName string
ManualPrefixRegexp string
MessagePerRequest bool
MultilineProcessingEnabled bool
Name string
Timezone string
UseAutolineMatching bool
authentication This property is required. KinesisMetricsSourceAuthentication
Authentication details for connecting to the S3 bucket.
collectorId
This property is required.
Changes to this property will trigger replacement.
Integer
contentType This property is required. String
The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
path This property is required. KinesisMetricsSourcePath
The location to scan for new data.
automaticDateParsing Boolean
category String
cutoffRelativeTime Changes to this property will trigger replacement. String
cutoffTimestamp Integer
defaultDateFormats List<KinesisMetricsSourceDefaultDateFormat>
description String
fields Map<String,String>
filters List<KinesisMetricsSourceFilter>
forceTimezone Boolean
hashAlgorithm String
hostName String
manualPrefixRegexp String
messagePerRequest Boolean
multilineProcessingEnabled Boolean
name String
timezone String
useAutolineMatching Boolean
authentication This property is required. KinesisMetricsSourceAuthentication
Authentication details for connecting to the S3 bucket.
collectorId
This property is required.
Changes to this property will trigger replacement.
number
contentType This property is required. string
The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
path This property is required. KinesisMetricsSourcePath
The location to scan for new data.
automaticDateParsing boolean
category string
cutoffRelativeTime Changes to this property will trigger replacement. string
cutoffTimestamp number
defaultDateFormats KinesisMetricsSourceDefaultDateFormat[]
description string
fields {[key: string]: string}
filters KinesisMetricsSourceFilter[]
forceTimezone boolean
hashAlgorithm string
hostName string
manualPrefixRegexp string
messagePerRequest boolean
multilineProcessingEnabled boolean
name string
timezone string
useAutolineMatching boolean
authentication This property is required. KinesisMetricsSourceAuthenticationArgs
Authentication details for connecting to the S3 bucket.
collector_id
This property is required.
Changes to this property will trigger replacement.
int
content_type This property is required. str
The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
path This property is required. KinesisMetricsSourcePathArgs
The location to scan for new data.
automatic_date_parsing bool
category str
cutoff_relative_time Changes to this property will trigger replacement. str
cutoff_timestamp int
default_date_formats Sequence[KinesisMetricsSourceDefaultDateFormatArgs]
description str
fields Mapping[str, str]
filters Sequence[KinesisMetricsSourceFilterArgs]
force_timezone bool
hash_algorithm str
host_name str
manual_prefix_regexp str
message_per_request bool
multiline_processing_enabled bool
name str
timezone str
use_autoline_matching bool
authentication This property is required. Property Map
Authentication details for connecting to the S3 bucket.
collectorId
This property is required.
Changes to this property will trigger replacement.
Number
contentType This property is required. String
The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
path This property is required. Property Map
The location to scan for new data.
automaticDateParsing Boolean
category String
cutoffRelativeTime Changes to this property will trigger replacement. String
cutoffTimestamp Number
defaultDateFormats List<Property Map>
description String
fields Map<String>
filters List<Property Map>
forceTimezone Boolean
hashAlgorithm String
hostName String
manualPrefixRegexp String
messagePerRequest Boolean
multilineProcessingEnabled Boolean
name String
timezone String
useAutolineMatching Boolean

Outputs

All input properties are implicitly available as output properties. Additionally, the KinesisMetricsSource resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Url string
The HTTP endpoint to used while creating Kinesis Firehose on AWS.
Id string
The provider-assigned unique ID for this managed resource.
Url string
The HTTP endpoint to used while creating Kinesis Firehose on AWS.
id String
The provider-assigned unique ID for this managed resource.
url String
The HTTP endpoint to used while creating Kinesis Firehose on AWS.
id string
The provider-assigned unique ID for this managed resource.
url string
The HTTP endpoint to used while creating Kinesis Firehose on AWS.
id str
The provider-assigned unique ID for this managed resource.
url str
The HTTP endpoint to used while creating Kinesis Firehose on AWS.
id String
The provider-assigned unique ID for this managed resource.
url String
The HTTP endpoint to used while creating Kinesis Firehose on AWS.

Look up Existing KinesisMetricsSource Resource

Get an existing KinesisMetricsSource 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?: KinesisMetricsSourceState, opts?: CustomResourceOptions): KinesisMetricsSource
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        authentication: Optional[KinesisMetricsSourceAuthenticationArgs] = None,
        automatic_date_parsing: Optional[bool] = None,
        category: Optional[str] = None,
        collector_id: Optional[int] = None,
        content_type: Optional[str] = None,
        cutoff_relative_time: Optional[str] = None,
        cutoff_timestamp: Optional[int] = None,
        default_date_formats: Optional[Sequence[KinesisMetricsSourceDefaultDateFormatArgs]] = None,
        description: Optional[str] = None,
        fields: Optional[Mapping[str, str]] = None,
        filters: Optional[Sequence[KinesisMetricsSourceFilterArgs]] = None,
        force_timezone: Optional[bool] = None,
        hash_algorithm: Optional[str] = None,
        host_name: Optional[str] = None,
        manual_prefix_regexp: Optional[str] = None,
        message_per_request: Optional[bool] = None,
        multiline_processing_enabled: Optional[bool] = None,
        name: Optional[str] = None,
        path: Optional[KinesisMetricsSourcePathArgs] = None,
        timezone: Optional[str] = None,
        url: Optional[str] = None,
        use_autoline_matching: Optional[bool] = None) -> KinesisMetricsSource
func GetKinesisMetricsSource(ctx *Context, name string, id IDInput, state *KinesisMetricsSourceState, opts ...ResourceOption) (*KinesisMetricsSource, error)
public static KinesisMetricsSource Get(string name, Input<string> id, KinesisMetricsSourceState? state, CustomResourceOptions? opts = null)
public static KinesisMetricsSource get(String name, Output<String> id, KinesisMetricsSourceState state, CustomResourceOptions options)
resources:  _:    type: sumologic:KinesisMetricsSource    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
Authentication Pulumi.SumoLogic.Inputs.KinesisMetricsSourceAuthentication
Authentication details for connecting to the S3 bucket.
AutomaticDateParsing bool
Category string
CollectorId Changes to this property will trigger replacement. int
ContentType string
The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
CutoffRelativeTime Changes to this property will trigger replacement. string
CutoffTimestamp int
DefaultDateFormats List<Pulumi.SumoLogic.Inputs.KinesisMetricsSourceDefaultDateFormat>
Description string
Fields Dictionary<string, string>
Filters List<Pulumi.SumoLogic.Inputs.KinesisMetricsSourceFilter>
ForceTimezone bool
HashAlgorithm string
HostName string
ManualPrefixRegexp string
MessagePerRequest bool
MultilineProcessingEnabled bool
Name string
Path Pulumi.SumoLogic.Inputs.KinesisMetricsSourcePath
The location to scan for new data.
Timezone string
Url string
The HTTP endpoint to used while creating Kinesis Firehose on AWS.
UseAutolineMatching bool
Authentication KinesisMetricsSourceAuthenticationArgs
Authentication details for connecting to the S3 bucket.
AutomaticDateParsing bool
Category string
CollectorId Changes to this property will trigger replacement. int
ContentType string
The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
CutoffRelativeTime Changes to this property will trigger replacement. string
CutoffTimestamp int
DefaultDateFormats []KinesisMetricsSourceDefaultDateFormatArgs
Description string
Fields map[string]string
Filters []KinesisMetricsSourceFilterArgs
ForceTimezone bool
HashAlgorithm string
HostName string
ManualPrefixRegexp string
MessagePerRequest bool
MultilineProcessingEnabled bool
Name string
Path KinesisMetricsSourcePathArgs
The location to scan for new data.
Timezone string
Url string
The HTTP endpoint to used while creating Kinesis Firehose on AWS.
UseAutolineMatching bool
authentication KinesisMetricsSourceAuthentication
Authentication details for connecting to the S3 bucket.
automaticDateParsing Boolean
category String
collectorId Changes to this property will trigger replacement. Integer
contentType String
The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
cutoffRelativeTime Changes to this property will trigger replacement. String
cutoffTimestamp Integer
defaultDateFormats List<KinesisMetricsSourceDefaultDateFormat>
description String
fields Map<String,String>
filters List<KinesisMetricsSourceFilter>
forceTimezone Boolean
hashAlgorithm String
hostName String
manualPrefixRegexp String
messagePerRequest Boolean
multilineProcessingEnabled Boolean
name String
path KinesisMetricsSourcePath
The location to scan for new data.
timezone String
url String
The HTTP endpoint to used while creating Kinesis Firehose on AWS.
useAutolineMatching Boolean
authentication KinesisMetricsSourceAuthentication
Authentication details for connecting to the S3 bucket.
automaticDateParsing boolean
category string
collectorId Changes to this property will trigger replacement. number
contentType string
The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
cutoffRelativeTime Changes to this property will trigger replacement. string
cutoffTimestamp number
defaultDateFormats KinesisMetricsSourceDefaultDateFormat[]
description string
fields {[key: string]: string}
filters KinesisMetricsSourceFilter[]
forceTimezone boolean
hashAlgorithm string
hostName string
manualPrefixRegexp string
messagePerRequest boolean
multilineProcessingEnabled boolean
name string
path KinesisMetricsSourcePath
The location to scan for new data.
timezone string
url string
The HTTP endpoint to used while creating Kinesis Firehose on AWS.
useAutolineMatching boolean
authentication KinesisMetricsSourceAuthenticationArgs
Authentication details for connecting to the S3 bucket.
automatic_date_parsing bool
category str
collector_id Changes to this property will trigger replacement. int
content_type str
The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
cutoff_relative_time Changes to this property will trigger replacement. str
cutoff_timestamp int
default_date_formats Sequence[KinesisMetricsSourceDefaultDateFormatArgs]
description str
fields Mapping[str, str]
filters Sequence[KinesisMetricsSourceFilterArgs]
force_timezone bool
hash_algorithm str
host_name str
manual_prefix_regexp str
message_per_request bool
multiline_processing_enabled bool
name str
path KinesisMetricsSourcePathArgs
The location to scan for new data.
timezone str
url str
The HTTP endpoint to used while creating Kinesis Firehose on AWS.
use_autoline_matching bool
authentication Property Map
Authentication details for connecting to the S3 bucket.
automaticDateParsing Boolean
category String
collectorId Changes to this property will trigger replacement. Number
contentType String
The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.
cutoffRelativeTime Changes to this property will trigger replacement. String
cutoffTimestamp Number
defaultDateFormats List<Property Map>
description String
fields Map<String>
filters List<Property Map>
forceTimezone Boolean
hashAlgorithm String
hostName String
manualPrefixRegexp String
messagePerRequest Boolean
multilineProcessingEnabled Boolean
name String
path Property Map
The location to scan for new data.
timezone String
url String
The HTTP endpoint to used while creating Kinesis Firehose on AWS.
useAutolineMatching Boolean

Supporting Types

KinesisMetricsSourceAuthentication
, KinesisMetricsSourceAuthenticationArgs

Type This property is required. string
Must be either S3BucketAuthentication or AWSRoleBasedAuthentication
AccessKey string
Your AWS access key if using type S3BucketAuthentication
RoleArn string
Your AWS role ARN if using type AWSRoleBasedAuthentication
SecretKey string
Your AWS secret key if using type S3BucketAuthentication
Type This property is required. string
Must be either S3BucketAuthentication or AWSRoleBasedAuthentication
AccessKey string
Your AWS access key if using type S3BucketAuthentication
RoleArn string
Your AWS role ARN if using type AWSRoleBasedAuthentication
SecretKey string
Your AWS secret key if using type S3BucketAuthentication
type This property is required. String
Must be either S3BucketAuthentication or AWSRoleBasedAuthentication
accessKey String
Your AWS access key if using type S3BucketAuthentication
roleArn String
Your AWS role ARN if using type AWSRoleBasedAuthentication
secretKey String
Your AWS secret key if using type S3BucketAuthentication
type This property is required. string
Must be either S3BucketAuthentication or AWSRoleBasedAuthentication
accessKey string
Your AWS access key if using type S3BucketAuthentication
roleArn string
Your AWS role ARN if using type AWSRoleBasedAuthentication
secretKey string
Your AWS secret key if using type S3BucketAuthentication
type This property is required. str
Must be either S3BucketAuthentication or AWSRoleBasedAuthentication
access_key str
Your AWS access key if using type S3BucketAuthentication
role_arn str
Your AWS role ARN if using type AWSRoleBasedAuthentication
secret_key str
Your AWS secret key if using type S3BucketAuthentication
type This property is required. String
Must be either S3BucketAuthentication or AWSRoleBasedAuthentication
accessKey String
Your AWS access key if using type S3BucketAuthentication
roleArn String
Your AWS role ARN if using type AWSRoleBasedAuthentication
secretKey String
Your AWS secret key if using type S3BucketAuthentication

KinesisMetricsSourceDefaultDateFormat
, KinesisMetricsSourceDefaultDateFormatArgs

Format This property is required. string
Locator string
Format This property is required. string
Locator string
format This property is required. String
locator String
format This property is required. string
locator string
format This property is required. str
locator str
format This property is required. String
locator String

KinesisMetricsSourceFilter
, KinesisMetricsSourceFilterArgs

FilterType This property is required. string
Name This property is required. string
Regexp This property is required. string
Mask string
FilterType This property is required. string
Name This property is required. string
Regexp This property is required. string
Mask string
filterType This property is required. String
name This property is required. String
regexp This property is required. String
mask String
filterType This property is required. string
name This property is required. string
regexp This property is required. string
mask string
filter_type This property is required. str
name This property is required. str
regexp This property is required. str
mask str
filterType This property is required. String
name This property is required. String
regexp This property is required. String
mask String

KinesisMetricsSourcePath
, KinesisMetricsSourcePathArgs

Type This property is required. string
Must be KinesisMetricPath
TagFilters List<Pulumi.SumoLogic.Inputs.KinesisMetricsSourcePathTagFilter>
Tag filters allow you to filter the CloudWatch metrics you collect by the AWS tags you have assigned to your AWS resources. You can define tag filters for each supported namespace. If you do not define any tag filters, all metrics will be collected for the regions and namespaces you configured for the source above. More info on tag filters can be found here
Type This property is required. string
Must be KinesisMetricPath
TagFilters []KinesisMetricsSourcePathTagFilter
Tag filters allow you to filter the CloudWatch metrics you collect by the AWS tags you have assigned to your AWS resources. You can define tag filters for each supported namespace. If you do not define any tag filters, all metrics will be collected for the regions and namespaces you configured for the source above. More info on tag filters can be found here
type This property is required. String
Must be KinesisMetricPath
tagFilters List<KinesisMetricsSourcePathTagFilter>
Tag filters allow you to filter the CloudWatch metrics you collect by the AWS tags you have assigned to your AWS resources. You can define tag filters for each supported namespace. If you do not define any tag filters, all metrics will be collected for the regions and namespaces you configured for the source above. More info on tag filters can be found here
type This property is required. string
Must be KinesisMetricPath
tagFilters KinesisMetricsSourcePathTagFilter[]
Tag filters allow you to filter the CloudWatch metrics you collect by the AWS tags you have assigned to your AWS resources. You can define tag filters for each supported namespace. If you do not define any tag filters, all metrics will be collected for the regions and namespaces you configured for the source above. More info on tag filters can be found here
type This property is required. str
Must be KinesisMetricPath
tag_filters Sequence[KinesisMetricsSourcePathTagFilter]
Tag filters allow you to filter the CloudWatch metrics you collect by the AWS tags you have assigned to your AWS resources. You can define tag filters for each supported namespace. If you do not define any tag filters, all metrics will be collected for the regions and namespaces you configured for the source above. More info on tag filters can be found here
type This property is required. String
Must be KinesisMetricPath
tagFilters List<Property Map>
Tag filters allow you to filter the CloudWatch metrics you collect by the AWS tags you have assigned to your AWS resources. You can define tag filters for each supported namespace. If you do not define any tag filters, all metrics will be collected for the regions and namespaces you configured for the source above. More info on tag filters can be found here

KinesisMetricsSourcePathTagFilter
, KinesisMetricsSourcePathTagFilterArgs

Namespace string
Namespace for which you want to define the tag filters. Use value as All to apply the tag filter for all namespaces.
Tags List<string>
List of key-value pairs of tag filters. Eg: ["k3=v3"]
Type string
This value has to be set to TagFilters
Namespace string
Namespace for which you want to define the tag filters. Use value as All to apply the tag filter for all namespaces.
Tags []string
List of key-value pairs of tag filters. Eg: ["k3=v3"]
Type string
This value has to be set to TagFilters
namespace String
Namespace for which you want to define the tag filters. Use value as All to apply the tag filter for all namespaces.
tags List<String>
List of key-value pairs of tag filters. Eg: ["k3=v3"]
type String
This value has to be set to TagFilters
namespace string
Namespace for which you want to define the tag filters. Use value as All to apply the tag filter for all namespaces.
tags string[]
List of key-value pairs of tag filters. Eg: ["k3=v3"]
type string
This value has to be set to TagFilters
namespace str
Namespace for which you want to define the tag filters. Use value as All to apply the tag filter for all namespaces.
tags Sequence[str]
List of key-value pairs of tag filters. Eg: ["k3=v3"]
type str
This value has to be set to TagFilters
namespace String
Namespace for which you want to define the tag filters. Use value as All to apply the tag filter for all namespaces.
tags List<String>
List of key-value pairs of tag filters. Eg: ["k3=v3"]
type String
This value has to be set to TagFilters

Package Details

Repository
Sumo Logic pulumi/pulumi-sumologic
License
Apache-2.0
Notes
This Pulumi package is based on the sumologic Terraform Provider.