sumologic logo
Sumo Logic v0.14.0, May 25 23

sumologic.GcpMetricsSource

Explore with Pulumi AI

Provides a Sumologic GCP Metrics Source

IMPORTANT: The Service Account parameters (including private key) are stored in plain-text in the state. This is a potential security issue.

Create GcpMetricsSource Resource

new GcpMetricsSource(name: string, args: GcpMetricsSourceArgs, opts?: CustomResourceOptions);
@overload
def GcpMetricsSource(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     authentication: Optional[GcpMetricsSourceAuthenticationArgs] = 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[GcpMetricsSourceDefaultDateFormatArgs]] = None,
                     description: Optional[str] = None,
                     fields: Optional[Mapping[str, str]] = None,
                     filters: Optional[Sequence[GcpMetricsSourceFilterArgs]] = None,
                     force_timezone: Optional[bool] = None,
                     host_name: Optional[str] = None,
                     manual_prefix_regexp: Optional[str] = None,
                     multiline_processing_enabled: Optional[bool] = None,
                     name: Optional[str] = None,
                     path: Optional[GcpMetricsSourcePathArgs] = None,
                     paused: Optional[bool] = None,
                     scan_interval: Optional[int] = None,
                     timezone: Optional[str] = None,
                     use_autoline_matching: Optional[bool] = None)
@overload
def GcpMetricsSource(resource_name: str,
                     args: GcpMetricsSourceArgs,
                     opts: Optional[ResourceOptions] = None)
func NewGcpMetricsSource(ctx *Context, name string, args GcpMetricsSourceArgs, opts ...ResourceOption) (*GcpMetricsSource, error)
public GcpMetricsSource(string name, GcpMetricsSourceArgs args, CustomResourceOptions? opts = null)
public GcpMetricsSource(String name, GcpMetricsSourceArgs args)
public GcpMetricsSource(String name, GcpMetricsSourceArgs args, CustomResourceOptions options)
type: sumologic:GcpMetricsSource
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args GcpMetricsSourceArgs
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 GcpMetricsSourceArgs
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 GcpMetricsSourceArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args GcpMetricsSourceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args GcpMetricsSourceArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

GcpMetricsSource 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 GcpMetricsSource resource accepts the following input properties:

Authentication Pulumi.SumoLogic.Inputs.GcpMetricsSourceAuthenticationArgs

Authentication details for connecting to the GCP Monitoring using service_account credentials.

CollectorId int
ContentType string

The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.

Path Pulumi.SumoLogic.Inputs.GcpMetricsSourcePathArgs

Details about what data to ingest

Paused bool

When set to true, the scanner is paused. To disable, set to false.

ScanInterval int

Time interval in milliseconds of scans for new data. The default is 300000 and the minimum value is 1000 milliseconds.

AutomaticDateParsing bool
Category string
CutoffRelativeTime string
CutoffTimestamp int
DefaultDateFormats List<Pulumi.SumoLogic.Inputs.GcpMetricsSourceDefaultDateFormatArgs>
Description string
Fields Dictionary<string, string>
Filters List<Pulumi.SumoLogic.Inputs.GcpMetricsSourceFilterArgs>
ForceTimezone bool
HostName string
ManualPrefixRegexp string
MultilineProcessingEnabled bool
Name string
Timezone string
UseAutolineMatching bool
Authentication GcpMetricsSourceAuthenticationArgs

Authentication details for connecting to the GCP Monitoring using service_account credentials.

CollectorId int
ContentType string

The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.

Path GcpMetricsSourcePathArgs

Details about what data to ingest

Paused bool

When set to true, the scanner is paused. To disable, set to false.

ScanInterval int

Time interval in milliseconds of scans for new data. The default is 300000 and the minimum value is 1000 milliseconds.

AutomaticDateParsing bool
Category string
CutoffRelativeTime string
CutoffTimestamp int
DefaultDateFormats []GcpMetricsSourceDefaultDateFormatArgs
Description string
Fields map[string]string
Filters []GcpMetricsSourceFilterArgs
ForceTimezone bool
HostName string
ManualPrefixRegexp string
MultilineProcessingEnabled bool
Name string
Timezone string
UseAutolineMatching bool
authentication GcpMetricsSourceAuthenticationArgs

Authentication details for connecting to the GCP Monitoring using service_account credentials.

collectorId Integer
contentType String

The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.

path GcpMetricsSourcePathArgs

Details about what data to ingest

paused Boolean

When set to true, the scanner is paused. To disable, set to false.

scanInterval Integer

Time interval in milliseconds of scans for new data. The default is 300000 and the minimum value is 1000 milliseconds.

automaticDateParsing Boolean
category String
cutoffRelativeTime String
cutoffTimestamp Integer
defaultDateFormats List<GcpMetricsSourceDefaultDateFormatArgs>
description String
fields Map<String,String>
filters List<GcpMetricsSourceFilterArgs>
forceTimezone Boolean
hostName String
manualPrefixRegexp String
multilineProcessingEnabled Boolean
name String
timezone String
useAutolineMatching Boolean
authentication GcpMetricsSourceAuthenticationArgs

Authentication details for connecting to the GCP Monitoring using service_account credentials.

collectorId number
contentType string

The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.

path GcpMetricsSourcePathArgs

Details about what data to ingest

paused boolean

When set to true, the scanner is paused. To disable, set to false.

scanInterval number

Time interval in milliseconds of scans for new data. The default is 300000 and the minimum value is 1000 milliseconds.

automaticDateParsing boolean
category string
cutoffRelativeTime string
cutoffTimestamp number
defaultDateFormats GcpMetricsSourceDefaultDateFormatArgs[]
description string
fields {[key: string]: string}
filters GcpMetricsSourceFilterArgs[]
forceTimezone boolean
hostName string
manualPrefixRegexp string
multilineProcessingEnabled boolean
name string
timezone string
useAutolineMatching boolean
authentication GcpMetricsSourceAuthenticationArgs

Authentication details for connecting to the GCP Monitoring using service_account credentials.

collector_id int
content_type str

The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.

path GcpMetricsSourcePathArgs

Details about what data to ingest

paused bool

When set to true, the scanner is paused. To disable, set to false.

scan_interval int

Time interval in milliseconds of scans for new data. The default is 300000 and the minimum value is 1000 milliseconds.

automatic_date_parsing bool
category str
cutoff_relative_time str
cutoff_timestamp int
default_date_formats Sequence[GcpMetricsSourceDefaultDateFormatArgs]
description str
fields Mapping[str, str]
filters Sequence[GcpMetricsSourceFilterArgs]
force_timezone bool
host_name str
manual_prefix_regexp str
multiline_processing_enabled bool
name str
timezone str
use_autoline_matching bool
authentication Property Map

Authentication details for connecting to the GCP Monitoring using service_account credentials.

collectorId Number
contentType String

The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.

path Property Map

Details about what data to ingest

paused Boolean

When set to true, the scanner is paused. To disable, set to false.

scanInterval Number

Time interval in milliseconds of scans for new data. The default is 300000 and the minimum value is 1000 milliseconds.

automaticDateParsing Boolean
category String
cutoffRelativeTime String
cutoffTimestamp Number
defaultDateFormats List<Property Map>
description String
fields Map<String>
filters List<Property Map>
forceTimezone Boolean
hostName String
manualPrefixRegexp String
multilineProcessingEnabled Boolean
name String
timezone String
useAutolineMatching Boolean

Outputs

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

Id string

The provider-assigned unique ID for this managed resource.

Url string
Id string

The provider-assigned unique ID for this managed resource.

Url string
id String

The provider-assigned unique ID for this managed resource.

url String
id string

The provider-assigned unique ID for this managed resource.

url string
id str

The provider-assigned unique ID for this managed resource.

url str
id String

The provider-assigned unique ID for this managed resource.

url String

Look up Existing GcpMetricsSource Resource

Get an existing GcpMetricsSource 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?: GcpMetricsSourceState, opts?: CustomResourceOptions): GcpMetricsSource
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        authentication: Optional[GcpMetricsSourceAuthenticationArgs] = 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[GcpMetricsSourceDefaultDateFormatArgs]] = None,
        description: Optional[str] = None,
        fields: Optional[Mapping[str, str]] = None,
        filters: Optional[Sequence[GcpMetricsSourceFilterArgs]] = None,
        force_timezone: Optional[bool] = None,
        host_name: Optional[str] = None,
        manual_prefix_regexp: Optional[str] = None,
        multiline_processing_enabled: Optional[bool] = None,
        name: Optional[str] = None,
        path: Optional[GcpMetricsSourcePathArgs] = None,
        paused: Optional[bool] = None,
        scan_interval: Optional[int] = None,
        timezone: Optional[str] = None,
        url: Optional[str] = None,
        use_autoline_matching: Optional[bool] = None) -> GcpMetricsSource
func GetGcpMetricsSource(ctx *Context, name string, id IDInput, state *GcpMetricsSourceState, opts ...ResourceOption) (*GcpMetricsSource, error)
public static GcpMetricsSource Get(string name, Input<string> id, GcpMetricsSourceState? state, CustomResourceOptions? opts = null)
public static GcpMetricsSource get(String name, Output<String> id, GcpMetricsSourceState 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.
The following state arguments are supported:
Authentication Pulumi.SumoLogic.Inputs.GcpMetricsSourceAuthenticationArgs

Authentication details for connecting to the GCP Monitoring using service_account credentials.

AutomaticDateParsing bool
Category string
CollectorId int
ContentType string

The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.

CutoffRelativeTime string
CutoffTimestamp int
DefaultDateFormats List<Pulumi.SumoLogic.Inputs.GcpMetricsSourceDefaultDateFormatArgs>
Description string
Fields Dictionary<string, string>
Filters List<Pulumi.SumoLogic.Inputs.GcpMetricsSourceFilterArgs>
ForceTimezone bool
HostName string
ManualPrefixRegexp string
MultilineProcessingEnabled bool
Name string
Path Pulumi.SumoLogic.Inputs.GcpMetricsSourcePathArgs

Details about what data to ingest

Paused bool

When set to true, the scanner is paused. To disable, set to false.

ScanInterval int

Time interval in milliseconds of scans for new data. The default is 300000 and the minimum value is 1000 milliseconds.

Timezone string
Url string
UseAutolineMatching bool
Authentication GcpMetricsSourceAuthenticationArgs

Authentication details for connecting to the GCP Monitoring using service_account credentials.

AutomaticDateParsing bool
Category string
CollectorId int
ContentType string

The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.

CutoffRelativeTime string
CutoffTimestamp int
DefaultDateFormats []GcpMetricsSourceDefaultDateFormatArgs
Description string
Fields map[string]string
Filters []GcpMetricsSourceFilterArgs
ForceTimezone bool
HostName string
ManualPrefixRegexp string
MultilineProcessingEnabled bool
Name string
Path GcpMetricsSourcePathArgs

Details about what data to ingest

Paused bool

When set to true, the scanner is paused. To disable, set to false.

ScanInterval int

Time interval in milliseconds of scans for new data. The default is 300000 and the minimum value is 1000 milliseconds.

Timezone string
Url string
UseAutolineMatching bool
authentication GcpMetricsSourceAuthenticationArgs

Authentication details for connecting to the GCP Monitoring using service_account credentials.

automaticDateParsing Boolean
category String
collectorId Integer
contentType String

The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.

cutoffRelativeTime String
cutoffTimestamp Integer
defaultDateFormats List<GcpMetricsSourceDefaultDateFormatArgs>
description String
fields Map<String,String>
filters List<GcpMetricsSourceFilterArgs>
forceTimezone Boolean
hostName String
manualPrefixRegexp String
multilineProcessingEnabled Boolean
name String
path GcpMetricsSourcePathArgs

Details about what data to ingest

paused Boolean

When set to true, the scanner is paused. To disable, set to false.

scanInterval Integer

Time interval in milliseconds of scans for new data. The default is 300000 and the minimum value is 1000 milliseconds.

timezone String
url String
useAutolineMatching Boolean
authentication GcpMetricsSourceAuthenticationArgs

Authentication details for connecting to the GCP Monitoring using service_account credentials.

automaticDateParsing boolean
category string
collectorId number
contentType string

The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.

cutoffRelativeTime string
cutoffTimestamp number
defaultDateFormats GcpMetricsSourceDefaultDateFormatArgs[]
description string
fields {[key: string]: string}
filters GcpMetricsSourceFilterArgs[]
forceTimezone boolean
hostName string
manualPrefixRegexp string
multilineProcessingEnabled boolean
name string
path GcpMetricsSourcePathArgs

Details about what data to ingest

paused boolean

When set to true, the scanner is paused. To disable, set to false.

scanInterval number

Time interval in milliseconds of scans for new data. The default is 300000 and the minimum value is 1000 milliseconds.

timezone string
url string
useAutolineMatching boolean
authentication GcpMetricsSourceAuthenticationArgs

Authentication details for connecting to the GCP Monitoring using service_account credentials.

automatic_date_parsing bool
category str
collector_id 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 str
cutoff_timestamp int
default_date_formats Sequence[GcpMetricsSourceDefaultDateFormatArgs]
description str
fields Mapping[str, str]
filters Sequence[GcpMetricsSourceFilterArgs]
force_timezone bool
host_name str
manual_prefix_regexp str
multiline_processing_enabled bool
name str
path GcpMetricsSourcePathArgs

Details about what data to ingest

paused bool

When set to true, the scanner is paused. To disable, set to false.

scan_interval int

Time interval in milliseconds of scans for new data. The default is 300000 and the minimum value is 1000 milliseconds.

timezone str
url str
use_autoline_matching bool
authentication Property Map

Authentication details for connecting to the GCP Monitoring using service_account credentials.

automaticDateParsing Boolean
category String
collectorId Number
contentType String

The content-type of the collected data. Details can be found in the Sumologic documentation for hosted sources.

cutoffRelativeTime String
cutoffTimestamp Number
defaultDateFormats List<Property Map>
description String
fields Map<String>
filters List<Property Map>
forceTimezone Boolean
hostName String
manualPrefixRegexp String
multilineProcessingEnabled Boolean
name String
path Property Map

Details about what data to ingest

paused Boolean

When set to true, the scanner is paused. To disable, set to false.

scanInterval Number

Time interval in milliseconds of scans for new data. The default is 300000 and the minimum value is 1000 milliseconds.

timezone String
url String
useAutolineMatching Boolean

Supporting Types

GcpMetricsSourceAuthentication

Type string

Type of polling source. This has to be GcpMetricsPath.

AccessKey string
AuthProviderX509CertUrl string

As per the service_account.json downloaded from GCP

AuthUri string

As per the service_account.json downloaded from GCP

ClientEmail string

As per the service_account.json downloaded from GCP

ClientId string

As per the service_account.json downloaded from GCP

ClientX509CertUrl string

As per the service_account.json downloaded from GCP

PrivateKey string

As per the service_account.json downloaded from GCP

PrivateKeyId string

As per the service_account.json downloaded from GCP

ProjectId string

As per the service_account.json downloaded from GCP

Region string
RoleArn string
SecretKey string
TokenUri string

As per the service_account.json downloaded from GCP

Type string

Type of polling source. This has to be GcpMetricsPath.

AccessKey string
AuthProviderX509CertUrl string

As per the service_account.json downloaded from GCP

AuthUri string

As per the service_account.json downloaded from GCP

ClientEmail string

As per the service_account.json downloaded from GCP

ClientId string

As per the service_account.json downloaded from GCP

ClientX509CertUrl string

As per the service_account.json downloaded from GCP

PrivateKey string

As per the service_account.json downloaded from GCP

PrivateKeyId string

As per the service_account.json downloaded from GCP

ProjectId string

As per the service_account.json downloaded from GCP

Region string
RoleArn string
SecretKey string
TokenUri string

As per the service_account.json downloaded from GCP

type String

Type of polling source. This has to be GcpMetricsPath.

accessKey String
authProviderX509CertUrl String

As per the service_account.json downloaded from GCP

authUri String

As per the service_account.json downloaded from GCP

clientEmail String

As per the service_account.json downloaded from GCP

clientId String

As per the service_account.json downloaded from GCP

clientX509CertUrl String

As per the service_account.json downloaded from GCP

privateKey String

As per the service_account.json downloaded from GCP

privateKeyId String

As per the service_account.json downloaded from GCP

projectId String

As per the service_account.json downloaded from GCP

region String
roleArn String
secretKey String
tokenUri String

As per the service_account.json downloaded from GCP

type string

Type of polling source. This has to be GcpMetricsPath.

accessKey string
authProviderX509CertUrl string

As per the service_account.json downloaded from GCP

authUri string

As per the service_account.json downloaded from GCP

clientEmail string

As per the service_account.json downloaded from GCP

clientId string

As per the service_account.json downloaded from GCP

clientX509CertUrl string

As per the service_account.json downloaded from GCP

privateKey string

As per the service_account.json downloaded from GCP

privateKeyId string

As per the service_account.json downloaded from GCP

projectId string

As per the service_account.json downloaded from GCP

region string
roleArn string
secretKey string
tokenUri string

As per the service_account.json downloaded from GCP

type str

Type of polling source. This has to be GcpMetricsPath.

access_key str
auth_provider_x509_cert_url str

As per the service_account.json downloaded from GCP

auth_uri str

As per the service_account.json downloaded from GCP

client_email str

As per the service_account.json downloaded from GCP

client_id str

As per the service_account.json downloaded from GCP

client_x509_cert_url str

As per the service_account.json downloaded from GCP

private_key str

As per the service_account.json downloaded from GCP

private_key_id str

As per the service_account.json downloaded from GCP

project_id str

As per the service_account.json downloaded from GCP

region str
role_arn str
secret_key str
token_uri str

As per the service_account.json downloaded from GCP

type String

Type of polling source. This has to be GcpMetricsPath.

accessKey String
authProviderX509CertUrl String

As per the service_account.json downloaded from GCP

authUri String

As per the service_account.json downloaded from GCP

clientEmail String

As per the service_account.json downloaded from GCP

clientId String

As per the service_account.json downloaded from GCP

clientX509CertUrl String

As per the service_account.json downloaded from GCP

privateKey String

As per the service_account.json downloaded from GCP

privateKeyId String

As per the service_account.json downloaded from GCP

projectId String

As per the service_account.json downloaded from GCP

region String
roleArn String
secretKey String
tokenUri String

As per the service_account.json downloaded from GCP

GcpMetricsSourceDefaultDateFormat

Format string
Locator string
Format string
Locator string
format String
locator String
format string
locator string
format String
locator String

GcpMetricsSourceFilter

FilterType string
Name string
Regexp string
Mask string
FilterType string
Name string
Regexp string
Mask string
filterType String
name String
regexp String
mask String
filterType string
name string
regexp string
mask string
filterType String
name String
regexp String
mask String

GcpMetricsSourcePath

Type string

Type of polling source. This has to be GcpMetricsPath.

BucketName string
CustomServices List<Pulumi.SumoLogic.Inputs.GcpMetricsSourcePathCustomService>

Sumoloigc provides list of services that can be used in limit_to_services for which metrics would be collected. Custom Services allow you to define your own service w.r.t. metric collection. You can provide list of metric prefixes that should be collected as part of the custom service. This provides fine-grain control w.r.t. what all metrics are ingested by sumologic.

LimitToNamespaces List<string>
LimitToRegions List<string>

List of regions for which metrics would be collected (Empty to collect from all regions)

LimitToServices List<string>

List of services from which metrics would be collected

PathExpression string
SnsTopicOrSubscriptionArns List<Pulumi.SumoLogic.Inputs.GcpMetricsSourcePathSnsTopicOrSubscriptionArn>
TagFilters List<Pulumi.SumoLogic.Inputs.GcpMetricsSourcePathTagFilter>
UseVersionedApi bool
Type string

Type of polling source. This has to be GcpMetricsPath.

BucketName string
CustomServices []GcpMetricsSourcePathCustomService

Sumoloigc provides list of services that can be used in limit_to_services for which metrics would be collected. Custom Services allow you to define your own service w.r.t. metric collection. You can provide list of metric prefixes that should be collected as part of the custom service. This provides fine-grain control w.r.t. what all metrics are ingested by sumologic.

LimitToNamespaces []string
LimitToRegions []string

List of regions for which metrics would be collected (Empty to collect from all regions)

LimitToServices []string

List of services from which metrics would be collected

PathExpression string
SnsTopicOrSubscriptionArns []GcpMetricsSourcePathSnsTopicOrSubscriptionArn
TagFilters []GcpMetricsSourcePathTagFilter
UseVersionedApi bool
type String

Type of polling source. This has to be GcpMetricsPath.

bucketName String
customServices List<GcpMetricsSourcePathCustomService>

Sumoloigc provides list of services that can be used in limit_to_services for which metrics would be collected. Custom Services allow you to define your own service w.r.t. metric collection. You can provide list of metric prefixes that should be collected as part of the custom service. This provides fine-grain control w.r.t. what all metrics are ingested by sumologic.

limitToNamespaces List<String>
limitToRegions List<String>

List of regions for which metrics would be collected (Empty to collect from all regions)

limitToServices List<String>

List of services from which metrics would be collected

pathExpression String
snsTopicOrSubscriptionArns List<GcpMetricsSourcePathSnsTopicOrSubscriptionArn>
tagFilters List<GcpMetricsSourcePathTagFilter>
useVersionedApi Boolean
type string

Type of polling source. This has to be GcpMetricsPath.

bucketName string
customServices GcpMetricsSourcePathCustomService[]

Sumoloigc provides list of services that can be used in limit_to_services for which metrics would be collected. Custom Services allow you to define your own service w.r.t. metric collection. You can provide list of metric prefixes that should be collected as part of the custom service. This provides fine-grain control w.r.t. what all metrics are ingested by sumologic.

limitToNamespaces string[]
limitToRegions string[]

List of regions for which metrics would be collected (Empty to collect from all regions)

limitToServices string[]

List of services from which metrics would be collected

pathExpression string
snsTopicOrSubscriptionArns GcpMetricsSourcePathSnsTopicOrSubscriptionArn[]
tagFilters GcpMetricsSourcePathTagFilter[]
useVersionedApi boolean
type str

Type of polling source. This has to be GcpMetricsPath.

bucket_name str
custom_services Sequence[GcpMetricsSourcePathCustomService]

Sumoloigc provides list of services that can be used in limit_to_services for which metrics would be collected. Custom Services allow you to define your own service w.r.t. metric collection. You can provide list of metric prefixes that should be collected as part of the custom service. This provides fine-grain control w.r.t. what all metrics are ingested by sumologic.

limit_to_namespaces Sequence[str]
limit_to_regions Sequence[str]

List of regions for which metrics would be collected (Empty to collect from all regions)

limit_to_services Sequence[str]

List of services from which metrics would be collected

path_expression str
sns_topic_or_subscription_arns Sequence[GcpMetricsSourcePathSnsTopicOrSubscriptionArn]
tag_filters Sequence[GcpMetricsSourcePathTagFilter]
use_versioned_api bool
type String

Type of polling source. This has to be GcpMetricsPath.

bucketName String
customServices List<Property Map>

Sumoloigc provides list of services that can be used in limit_to_services for which metrics would be collected. Custom Services allow you to define your own service w.r.t. metric collection. You can provide list of metric prefixes that should be collected as part of the custom service. This provides fine-grain control w.r.t. what all metrics are ingested by sumologic.

limitToNamespaces List<String>
limitToRegions List<String>

List of regions for which metrics would be collected (Empty to collect from all regions)

limitToServices List<String>

List of services from which metrics would be collected

pathExpression String
snsTopicOrSubscriptionArns List<Property Map>
tagFilters List<Property Map>
useVersionedApi Boolean

GcpMetricsSourcePathCustomService

Prefixes List<string>

List of metric type prefixes. Eg: ["compute.googleapis.com/instance/","compute.googleapis.com/guest/"]

ServiceName string

Name of the custom service you want to define.

Prefixes []string

List of metric type prefixes. Eg: ["compute.googleapis.com/instance/","compute.googleapis.com/guest/"]

ServiceName string

Name of the custom service you want to define.

prefixes List<String>

List of metric type prefixes. Eg: ["compute.googleapis.com/instance/","compute.googleapis.com/guest/"]

serviceName String

Name of the custom service you want to define.

prefixes string[]

List of metric type prefixes. Eg: ["compute.googleapis.com/instance/","compute.googleapis.com/guest/"]

serviceName string

Name of the custom service you want to define.

prefixes Sequence[str]

List of metric type prefixes. Eg: ["compute.googleapis.com/instance/","compute.googleapis.com/guest/"]

service_name str

Name of the custom service you want to define.

prefixes List<String>

List of metric type prefixes. Eg: ["compute.googleapis.com/instance/","compute.googleapis.com/guest/"]

serviceName String

Name of the custom service you want to define.

GcpMetricsSourcePathSnsTopicOrSubscriptionArn

Arn string
IsSuccess bool
Arn string
IsSuccess bool
arn String
isSuccess Boolean
arn string
isSuccess boolean
arn str
is_success bool
arn String
isSuccess Boolean

GcpMetricsSourcePathTagFilter

Namespace string
Tags List<string>
Type string

Type of polling source. This has to be GcpMetricsPath.

Namespace string
Tags []string
Type string

Type of polling source. This has to be GcpMetricsPath.

namespace String
tags List<String>
type String

Type of polling source. This has to be GcpMetricsPath.

namespace string
tags string[]
type string

Type of polling source. This has to be GcpMetricsPath.

namespace str
tags Sequence[str]
type str

Type of polling source. This has to be GcpMetricsPath.

namespace String
tags List<String>
type String

Type of polling source. This has to be GcpMetricsPath.

Import

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

 $ pulumi import sumologic:index/gcpMetricsSource:GcpMetricsSource test 123/456

GCP Metrics sources can be imported using the collector name and source name (collectorName/sourceName), e.g.hcl

 $ pulumi import sumologic:index/gcpMetricsSource:GcpMetricsSource test my-test-collector/my-test-source

[1]https://help.sumologic.com/Send_Data/Sources/03Use_JSON_to_Configure_Sources/JSON_Parameters_for_Hosted_Sources

Package Details

Repository
Sumo Logic pulumi/pulumi-sumologic
License
Apache-2.0
Notes

This Pulumi package is based on the sumologic Terraform Provider.