Documentation
¶
Index ¶
- type Integration
- type IntegrationArgs
- type IntegrationArray
- type IntegrationArrayInput
- type IntegrationArrayOutput
- func (IntegrationArrayOutput) ElementType() reflect.Type
- func (o IntegrationArrayOutput) Index(i pulumi.IntInput) IntegrationOutput
- func (o IntegrationArrayOutput) ToIntegrationArrayOutput() IntegrationArrayOutput
- func (o IntegrationArrayOutput) ToIntegrationArrayOutputWithContext(ctx context.Context) IntegrationArrayOutput
- type IntegrationCustomNamespacesPerService
- type IntegrationCustomNamespacesPerServiceArgs
- func (IntegrationCustomNamespacesPerServiceArgs) ElementType() reflect.Type
- func (i IntegrationCustomNamespacesPerServiceArgs) ToIntegrationCustomNamespacesPerServiceOutput() IntegrationCustomNamespacesPerServiceOutput
- func (i IntegrationCustomNamespacesPerServiceArgs) ToIntegrationCustomNamespacesPerServiceOutputWithContext(ctx context.Context) IntegrationCustomNamespacesPerServiceOutput
- type IntegrationCustomNamespacesPerServiceArray
- func (IntegrationCustomNamespacesPerServiceArray) ElementType() reflect.Type
- func (i IntegrationCustomNamespacesPerServiceArray) ToIntegrationCustomNamespacesPerServiceArrayOutput() IntegrationCustomNamespacesPerServiceArrayOutput
- func (i IntegrationCustomNamespacesPerServiceArray) ToIntegrationCustomNamespacesPerServiceArrayOutputWithContext(ctx context.Context) IntegrationCustomNamespacesPerServiceArrayOutput
- type IntegrationCustomNamespacesPerServiceArrayInput
- type IntegrationCustomNamespacesPerServiceArrayOutput
- func (IntegrationCustomNamespacesPerServiceArrayOutput) ElementType() reflect.Type
- func (o IntegrationCustomNamespacesPerServiceArrayOutput) Index(i pulumi.IntInput) IntegrationCustomNamespacesPerServiceOutput
- func (o IntegrationCustomNamespacesPerServiceArrayOutput) ToIntegrationCustomNamespacesPerServiceArrayOutput() IntegrationCustomNamespacesPerServiceArrayOutput
- func (o IntegrationCustomNamespacesPerServiceArrayOutput) ToIntegrationCustomNamespacesPerServiceArrayOutputWithContext(ctx context.Context) IntegrationCustomNamespacesPerServiceArrayOutput
- type IntegrationCustomNamespacesPerServiceInput
- type IntegrationCustomNamespacesPerServiceOutput
- func (IntegrationCustomNamespacesPerServiceOutput) ElementType() reflect.Type
- func (o IntegrationCustomNamespacesPerServiceOutput) Namespaces() pulumi.StringArrayOutput
- func (o IntegrationCustomNamespacesPerServiceOutput) Service() pulumi.StringOutput
- func (o IntegrationCustomNamespacesPerServiceOutput) ToIntegrationCustomNamespacesPerServiceOutput() IntegrationCustomNamespacesPerServiceOutput
- func (o IntegrationCustomNamespacesPerServiceOutput) ToIntegrationCustomNamespacesPerServiceOutputWithContext(ctx context.Context) IntegrationCustomNamespacesPerServiceOutput
- type IntegrationInput
- type IntegrationMap
- type IntegrationMapInput
- type IntegrationMapOutput
- func (IntegrationMapOutput) ElementType() reflect.Type
- func (o IntegrationMapOutput) MapIndex(k pulumi.StringInput) IntegrationOutput
- func (o IntegrationMapOutput) ToIntegrationMapOutput() IntegrationMapOutput
- func (o IntegrationMapOutput) ToIntegrationMapOutputWithContext(ctx context.Context) IntegrationMapOutput
- type IntegrationOutput
- func (o IntegrationOutput) AdditionalServices() pulumi.StringArrayOutput
- func (o IntegrationOutput) AppId() pulumi.StringOutput
- func (o IntegrationOutput) CustomNamespacesPerServices() IntegrationCustomNamespacesPerServiceArrayOutput
- func (IntegrationOutput) ElementType() reflect.Type
- func (o IntegrationOutput) Enabled() pulumi.BoolOutput
- func (o IntegrationOutput) Environment() pulumi.StringPtrOutput
- func (o IntegrationOutput) ImportAzureMonitor() pulumi.BoolPtrOutput
- func (o IntegrationOutput) Name() pulumi.StringOutput
- func (o IntegrationOutput) NamedToken() pulumi.StringPtrOutput
- func (o IntegrationOutput) PollRate() pulumi.IntPtrOutput
- func (o IntegrationOutput) ResourceFilterRules() IntegrationResourceFilterRuleArrayOutput
- func (o IntegrationOutput) SecretKey() pulumi.StringOutput
- func (o IntegrationOutput) Services() pulumi.StringArrayOutput
- func (o IntegrationOutput) Subscriptions() pulumi.StringArrayOutput
- func (o IntegrationOutput) SyncGuestOsNamespaces() pulumi.BoolPtrOutput
- func (o IntegrationOutput) TenantId() pulumi.StringOutput
- func (o IntegrationOutput) ToIntegrationOutput() IntegrationOutput
- func (o IntegrationOutput) ToIntegrationOutputWithContext(ctx context.Context) IntegrationOutput
- type IntegrationResourceFilterRule
- type IntegrationResourceFilterRuleArgs
- func (IntegrationResourceFilterRuleArgs) ElementType() reflect.Type
- func (i IntegrationResourceFilterRuleArgs) ToIntegrationResourceFilterRuleOutput() IntegrationResourceFilterRuleOutput
- func (i IntegrationResourceFilterRuleArgs) ToIntegrationResourceFilterRuleOutputWithContext(ctx context.Context) IntegrationResourceFilterRuleOutput
- type IntegrationResourceFilterRuleArray
- func (IntegrationResourceFilterRuleArray) ElementType() reflect.Type
- func (i IntegrationResourceFilterRuleArray) ToIntegrationResourceFilterRuleArrayOutput() IntegrationResourceFilterRuleArrayOutput
- func (i IntegrationResourceFilterRuleArray) ToIntegrationResourceFilterRuleArrayOutputWithContext(ctx context.Context) IntegrationResourceFilterRuleArrayOutput
- type IntegrationResourceFilterRuleArrayInput
- type IntegrationResourceFilterRuleArrayOutput
- func (IntegrationResourceFilterRuleArrayOutput) ElementType() reflect.Type
- func (o IntegrationResourceFilterRuleArrayOutput) Index(i pulumi.IntInput) IntegrationResourceFilterRuleOutput
- func (o IntegrationResourceFilterRuleArrayOutput) ToIntegrationResourceFilterRuleArrayOutput() IntegrationResourceFilterRuleArrayOutput
- func (o IntegrationResourceFilterRuleArrayOutput) ToIntegrationResourceFilterRuleArrayOutputWithContext(ctx context.Context) IntegrationResourceFilterRuleArrayOutput
- type IntegrationResourceFilterRuleInput
- type IntegrationResourceFilterRuleOutput
- func (IntegrationResourceFilterRuleOutput) ElementType() reflect.Type
- func (o IntegrationResourceFilterRuleOutput) FilterSource() pulumi.StringOutput
- func (o IntegrationResourceFilterRuleOutput) ToIntegrationResourceFilterRuleOutput() IntegrationResourceFilterRuleOutput
- func (o IntegrationResourceFilterRuleOutput) ToIntegrationResourceFilterRuleOutputWithContext(ctx context.Context) IntegrationResourceFilterRuleOutput
- type IntegrationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Integration ¶
type Integration struct { pulumi.CustomResourceState // Additional Azure resource types that you want to sync with Observability Cloud. AdditionalServices pulumi.StringArrayOutput `pulumi:"additionalServices"` // Azure application ID for the Splunk Observability Cloud app. To learn how to get this ID, see the topic [Connect to Microsoft Azure](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure.html) in the product documentation. AppId pulumi.StringOutput `pulumi:"appId"` // Allows for more fine-grained control of syncing of custom namespaces, should the boolean convenience parameter `syncGuestOsNamespaces` be not enough. The customer may specify a map of services to custom namespaces. If they do so, for each service which is a key in this map, we will attempt to sync metrics from namespaces in the value list in addition to the default namespaces. CustomNamespacesPerServices IntegrationCustomNamespacesPerServiceArrayOutput `pulumi:"customNamespacesPerServices"` // Whether the integration is enabled. Enabled pulumi.BoolOutput `pulumi:"enabled"` // What type of Azure integration this is. The allowed values are `\"azure_us_government\"` and `\"azure\"`. Defaults to `\"azure\"`. Environment pulumi.StringPtrOutput `pulumi:"environment"` // If enabled, Splunk Observability Cloud will sync also Azure Monitor data. If disabled, Splunk Observability Cloud will import only metadata. Defaults to true. ImportAzureMonitor pulumi.BoolPtrOutput `pulumi:"importAzureMonitor"` // Name of the integration. Name pulumi.StringOutput `pulumi:"name"` // Name of the org token to be used for data ingestion. If not specified then default access token is used. NamedToken pulumi.StringPtrOutput `pulumi:"namedToken"` // Azure poll rate (in seconds). Value between `60` and `600`. Default: `300`. PollRate pulumi.IntPtrOutput `pulumi:"pollRate"` // List of rules for filtering Azure resources by their tags. ResourceFilterRules IntegrationResourceFilterRuleArrayOutput `pulumi:"resourceFilterRules"` // Azure secret key that associates the Splunk Observability Cloud app in Azure with the Azure tenant ID. To learn how to get this ID, see the topic [Connect to Microsoft Azure](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure.html) in the product documentation. SecretKey pulumi.StringOutput `pulumi:"secretKey"` // List of Microsoft Azure service names for the Azure services you want Splunk Observability Cloud to monitor. Can be an empty list to import data for all supported services. See [Microsoft Azure services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#azure-integrations) for a list of valid values. Services pulumi.StringArrayOutput `pulumi:"services"` // List of Azure subscriptions that Splunk Observability Cloud should monitor. Subscriptions pulumi.StringArrayOutput `pulumi:"subscriptions"` // If enabled, Splunk Observability Cloud will try to sync additional namespaces for VMs (including VMs in scale sets): telegraf/mem, telegraf/cpu, azure.vm.windows.guest (these are namespaces recommended by Azure when enabling their Diagnostic Extension). If there are no metrics there, no new datapoints will be ingested. Defaults to false. SyncGuestOsNamespaces pulumi.BoolPtrOutput `pulumi:"syncGuestOsNamespaces"` // Azure ID of the Azure tenant. To learn how to get this ID, see the topic [Connect to Microsoft Azure](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure.html) in the product documentation. TenantId pulumi.StringOutput `pulumi:"tenantId"` }
Splunk Observability Cloud Azure integrations. For help with this integration see [Monitoring Microsoft Azure](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure.html).
> **NOTE** When managing integrations, use a session token of an administrator to authenticate the Splunk Observability Cloud provider. See [Operations that require a session token for an administrator](https://dev.splunk.com/observability/docs/administration/authtokens#Operations-that-require-a-session-token-for-an-administrator). Otherwise you'll receive a 4xx error.
## Example
```go package main
import (
"github.com/pulumi/pulumi-signalfx/sdk/v7/go/signalfx/azure" "github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() { pulumi.Run(func(ctx *pulumi.Context) error { _, err := azure.NewIntegration(ctx, "azure_myteam", &azure.IntegrationArgs{ Name: pulumi.String("Azure Foo"), Enabled: pulumi.Bool(true), Environment: pulumi.String("azure"), PollRate: pulumi.Int(300), SecretKey: pulumi.String("XXX"), AppId: pulumi.String("YYY"), TenantId: pulumi.String("ZZZ"), Services: pulumi.StringArray{ pulumi.String("microsoft.sql/servers/elasticpools"), }, Subscriptions: pulumi.StringArray{ pulumi.String("sub-guid-here"), }, AdditionalServices: pulumi.StringArray{ pulumi.String("some/service"), pulumi.String("another/service"), }, CustomNamespacesPerServices: azure.IntegrationCustomNamespacesPerServiceArray{ &azure.IntegrationCustomNamespacesPerServiceArgs{ Service: pulumi.String("Microsoft.Compute/virtualMachines"), Namespaces: pulumi.StringArray{ pulumi.String("monitoringAgent"), pulumi.String("customNamespace"), }, }, }, ResourceFilterRules: azure.IntegrationResourceFilterRuleArray{ &azure.IntegrationResourceFilterRuleArgs{ FilterSource: pulumi.String("filter('azure_tag_service', 'payment') and (filter('azure_tag_env', 'prod-us') or filter('azure_tag_env', 'prod-eu'))"), }, &azure.IntegrationResourceFilterRuleArgs{ FilterSource: pulumi.String("filter('azure_tag_service', 'notification') and (filter('azure_tag_env', 'prod-us') or filter('azure_tag_env', 'prod-eu'))"), }, }, }) if err != nil { return err } return nil }) }
```
func GetIntegration ¶
func GetIntegration(ctx *pulumi.Context, name string, id pulumi.IDInput, state *IntegrationState, opts ...pulumi.ResourceOption) (*Integration, error)
GetIntegration gets an existing Integration resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
func NewIntegration ¶
func NewIntegration(ctx *pulumi.Context, name string, args *IntegrationArgs, opts ...pulumi.ResourceOption) (*Integration, error)
NewIntegration registers a new resource with the given unique name, arguments, and options.
func (*Integration) ElementType ¶
func (*Integration) ElementType() reflect.Type
func (*Integration) ToIntegrationOutput ¶
func (i *Integration) ToIntegrationOutput() IntegrationOutput
func (*Integration) ToIntegrationOutputWithContext ¶
func (i *Integration) ToIntegrationOutputWithContext(ctx context.Context) IntegrationOutput
type IntegrationArgs ¶
type IntegrationArgs struct { // Additional Azure resource types that you want to sync with Observability Cloud. AdditionalServices pulumi.StringArrayInput // Azure application ID for the Splunk Observability Cloud app. To learn how to get this ID, see the topic [Connect to Microsoft Azure](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure.html) in the product documentation. AppId pulumi.StringInput // Allows for more fine-grained control of syncing of custom namespaces, should the boolean convenience parameter `syncGuestOsNamespaces` be not enough. The customer may specify a map of services to custom namespaces. If they do so, for each service which is a key in this map, we will attempt to sync metrics from namespaces in the value list in addition to the default namespaces. CustomNamespacesPerServices IntegrationCustomNamespacesPerServiceArrayInput // Whether the integration is enabled. Enabled pulumi.BoolInput // What type of Azure integration this is. The allowed values are `\"azure_us_government\"` and `\"azure\"`. Defaults to `\"azure\"`. Environment pulumi.StringPtrInput // If enabled, Splunk Observability Cloud will sync also Azure Monitor data. If disabled, Splunk Observability Cloud will import only metadata. Defaults to true. ImportAzureMonitor pulumi.BoolPtrInput // Name of the integration. Name pulumi.StringPtrInput // Name of the org token to be used for data ingestion. If not specified then default access token is used. NamedToken pulumi.StringPtrInput // Azure poll rate (in seconds). Value between `60` and `600`. Default: `300`. PollRate pulumi.IntPtrInput // List of rules for filtering Azure resources by their tags. ResourceFilterRules IntegrationResourceFilterRuleArrayInput // Azure secret key that associates the Splunk Observability Cloud app in Azure with the Azure tenant ID. To learn how to get this ID, see the topic [Connect to Microsoft Azure](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure.html) in the product documentation. SecretKey pulumi.StringInput // List of Microsoft Azure service names for the Azure services you want Splunk Observability Cloud to monitor. Can be an empty list to import data for all supported services. See [Microsoft Azure services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#azure-integrations) for a list of valid values. Services pulumi.StringArrayInput // List of Azure subscriptions that Splunk Observability Cloud should monitor. Subscriptions pulumi.StringArrayInput // If enabled, Splunk Observability Cloud will try to sync additional namespaces for VMs (including VMs in scale sets): telegraf/mem, telegraf/cpu, azure.vm.windows.guest (these are namespaces recommended by Azure when enabling their Diagnostic Extension). If there are no metrics there, no new datapoints will be ingested. Defaults to false. SyncGuestOsNamespaces pulumi.BoolPtrInput // Azure ID of the Azure tenant. To learn how to get this ID, see the topic [Connect to Microsoft Azure](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure.html) in the product documentation. TenantId pulumi.StringInput }
The set of arguments for constructing a Integration resource.
func (IntegrationArgs) ElementType ¶
func (IntegrationArgs) ElementType() reflect.Type
type IntegrationArray ¶
type IntegrationArray []IntegrationInput
func (IntegrationArray) ElementType ¶
func (IntegrationArray) ElementType() reflect.Type
func (IntegrationArray) ToIntegrationArrayOutput ¶
func (i IntegrationArray) ToIntegrationArrayOutput() IntegrationArrayOutput
func (IntegrationArray) ToIntegrationArrayOutputWithContext ¶
func (i IntegrationArray) ToIntegrationArrayOutputWithContext(ctx context.Context) IntegrationArrayOutput
type IntegrationArrayInput ¶
type IntegrationArrayInput interface { pulumi.Input ToIntegrationArrayOutput() IntegrationArrayOutput ToIntegrationArrayOutputWithContext(context.Context) IntegrationArrayOutput }
IntegrationArrayInput is an input type that accepts IntegrationArray and IntegrationArrayOutput values. You can construct a concrete instance of `IntegrationArrayInput` via:
IntegrationArray{ IntegrationArgs{...} }
type IntegrationArrayOutput ¶
type IntegrationArrayOutput struct{ *pulumi.OutputState }
func (IntegrationArrayOutput) ElementType ¶
func (IntegrationArrayOutput) ElementType() reflect.Type
func (IntegrationArrayOutput) Index ¶
func (o IntegrationArrayOutput) Index(i pulumi.IntInput) IntegrationOutput
func (IntegrationArrayOutput) ToIntegrationArrayOutput ¶
func (o IntegrationArrayOutput) ToIntegrationArrayOutput() IntegrationArrayOutput
func (IntegrationArrayOutput) ToIntegrationArrayOutputWithContext ¶
func (o IntegrationArrayOutput) ToIntegrationArrayOutputWithContext(ctx context.Context) IntegrationArrayOutput
type IntegrationCustomNamespacesPerServiceArgs ¶
type IntegrationCustomNamespacesPerServiceArgs struct { // The additional namespaces. Namespaces pulumi.StringArrayInput `pulumi:"namespaces"` // The name of the service. Service pulumi.StringInput `pulumi:"service"` }
func (IntegrationCustomNamespacesPerServiceArgs) ElementType ¶
func (IntegrationCustomNamespacesPerServiceArgs) ElementType() reflect.Type
func (IntegrationCustomNamespacesPerServiceArgs) ToIntegrationCustomNamespacesPerServiceOutput ¶
func (i IntegrationCustomNamespacesPerServiceArgs) ToIntegrationCustomNamespacesPerServiceOutput() IntegrationCustomNamespacesPerServiceOutput
func (IntegrationCustomNamespacesPerServiceArgs) ToIntegrationCustomNamespacesPerServiceOutputWithContext ¶
func (i IntegrationCustomNamespacesPerServiceArgs) ToIntegrationCustomNamespacesPerServiceOutputWithContext(ctx context.Context) IntegrationCustomNamespacesPerServiceOutput
type IntegrationCustomNamespacesPerServiceArray ¶
type IntegrationCustomNamespacesPerServiceArray []IntegrationCustomNamespacesPerServiceInput
func (IntegrationCustomNamespacesPerServiceArray) ElementType ¶
func (IntegrationCustomNamespacesPerServiceArray) ElementType() reflect.Type
func (IntegrationCustomNamespacesPerServiceArray) ToIntegrationCustomNamespacesPerServiceArrayOutput ¶
func (i IntegrationCustomNamespacesPerServiceArray) ToIntegrationCustomNamespacesPerServiceArrayOutput() IntegrationCustomNamespacesPerServiceArrayOutput
func (IntegrationCustomNamespacesPerServiceArray) ToIntegrationCustomNamespacesPerServiceArrayOutputWithContext ¶
func (i IntegrationCustomNamespacesPerServiceArray) ToIntegrationCustomNamespacesPerServiceArrayOutputWithContext(ctx context.Context) IntegrationCustomNamespacesPerServiceArrayOutput
type IntegrationCustomNamespacesPerServiceArrayInput ¶
type IntegrationCustomNamespacesPerServiceArrayInput interface { pulumi.Input ToIntegrationCustomNamespacesPerServiceArrayOutput() IntegrationCustomNamespacesPerServiceArrayOutput ToIntegrationCustomNamespacesPerServiceArrayOutputWithContext(context.Context) IntegrationCustomNamespacesPerServiceArrayOutput }
IntegrationCustomNamespacesPerServiceArrayInput is an input type that accepts IntegrationCustomNamespacesPerServiceArray and IntegrationCustomNamespacesPerServiceArrayOutput values. You can construct a concrete instance of `IntegrationCustomNamespacesPerServiceArrayInput` via:
IntegrationCustomNamespacesPerServiceArray{ IntegrationCustomNamespacesPerServiceArgs{...} }
type IntegrationCustomNamespacesPerServiceArrayOutput ¶
type IntegrationCustomNamespacesPerServiceArrayOutput struct{ *pulumi.OutputState }
func (IntegrationCustomNamespacesPerServiceArrayOutput) ElementType ¶
func (IntegrationCustomNamespacesPerServiceArrayOutput) ElementType() reflect.Type
func (IntegrationCustomNamespacesPerServiceArrayOutput) ToIntegrationCustomNamespacesPerServiceArrayOutput ¶
func (o IntegrationCustomNamespacesPerServiceArrayOutput) ToIntegrationCustomNamespacesPerServiceArrayOutput() IntegrationCustomNamespacesPerServiceArrayOutput
func (IntegrationCustomNamespacesPerServiceArrayOutput) ToIntegrationCustomNamespacesPerServiceArrayOutputWithContext ¶
func (o IntegrationCustomNamespacesPerServiceArrayOutput) ToIntegrationCustomNamespacesPerServiceArrayOutputWithContext(ctx context.Context) IntegrationCustomNamespacesPerServiceArrayOutput
type IntegrationCustomNamespacesPerServiceInput ¶
type IntegrationCustomNamespacesPerServiceInput interface { pulumi.Input ToIntegrationCustomNamespacesPerServiceOutput() IntegrationCustomNamespacesPerServiceOutput ToIntegrationCustomNamespacesPerServiceOutputWithContext(context.Context) IntegrationCustomNamespacesPerServiceOutput }
IntegrationCustomNamespacesPerServiceInput is an input type that accepts IntegrationCustomNamespacesPerServiceArgs and IntegrationCustomNamespacesPerServiceOutput values. You can construct a concrete instance of `IntegrationCustomNamespacesPerServiceInput` via:
IntegrationCustomNamespacesPerServiceArgs{...}
type IntegrationCustomNamespacesPerServiceOutput ¶
type IntegrationCustomNamespacesPerServiceOutput struct{ *pulumi.OutputState }
func (IntegrationCustomNamespacesPerServiceOutput) ElementType ¶
func (IntegrationCustomNamespacesPerServiceOutput) ElementType() reflect.Type
func (IntegrationCustomNamespacesPerServiceOutput) Namespaces ¶
func (o IntegrationCustomNamespacesPerServiceOutput) Namespaces() pulumi.StringArrayOutput
The additional namespaces.
func (IntegrationCustomNamespacesPerServiceOutput) Service ¶
func (o IntegrationCustomNamespacesPerServiceOutput) Service() pulumi.StringOutput
The name of the service.
func (IntegrationCustomNamespacesPerServiceOutput) ToIntegrationCustomNamespacesPerServiceOutput ¶
func (o IntegrationCustomNamespacesPerServiceOutput) ToIntegrationCustomNamespacesPerServiceOutput() IntegrationCustomNamespacesPerServiceOutput
func (IntegrationCustomNamespacesPerServiceOutput) ToIntegrationCustomNamespacesPerServiceOutputWithContext ¶
func (o IntegrationCustomNamespacesPerServiceOutput) ToIntegrationCustomNamespacesPerServiceOutputWithContext(ctx context.Context) IntegrationCustomNamespacesPerServiceOutput
type IntegrationInput ¶
type IntegrationInput interface { pulumi.Input ToIntegrationOutput() IntegrationOutput ToIntegrationOutputWithContext(ctx context.Context) IntegrationOutput }
type IntegrationMap ¶
type IntegrationMap map[string]IntegrationInput
func (IntegrationMap) ElementType ¶
func (IntegrationMap) ElementType() reflect.Type
func (IntegrationMap) ToIntegrationMapOutput ¶
func (i IntegrationMap) ToIntegrationMapOutput() IntegrationMapOutput
func (IntegrationMap) ToIntegrationMapOutputWithContext ¶
func (i IntegrationMap) ToIntegrationMapOutputWithContext(ctx context.Context) IntegrationMapOutput
type IntegrationMapInput ¶
type IntegrationMapInput interface { pulumi.Input ToIntegrationMapOutput() IntegrationMapOutput ToIntegrationMapOutputWithContext(context.Context) IntegrationMapOutput }
IntegrationMapInput is an input type that accepts IntegrationMap and IntegrationMapOutput values. You can construct a concrete instance of `IntegrationMapInput` via:
IntegrationMap{ "key": IntegrationArgs{...} }
type IntegrationMapOutput ¶
type IntegrationMapOutput struct{ *pulumi.OutputState }
func (IntegrationMapOutput) ElementType ¶
func (IntegrationMapOutput) ElementType() reflect.Type
func (IntegrationMapOutput) MapIndex ¶
func (o IntegrationMapOutput) MapIndex(k pulumi.StringInput) IntegrationOutput
func (IntegrationMapOutput) ToIntegrationMapOutput ¶
func (o IntegrationMapOutput) ToIntegrationMapOutput() IntegrationMapOutput
func (IntegrationMapOutput) ToIntegrationMapOutputWithContext ¶
func (o IntegrationMapOutput) ToIntegrationMapOutputWithContext(ctx context.Context) IntegrationMapOutput
type IntegrationOutput ¶
type IntegrationOutput struct{ *pulumi.OutputState }
func (IntegrationOutput) AdditionalServices ¶
func (o IntegrationOutput) AdditionalServices() pulumi.StringArrayOutput
Additional Azure resource types that you want to sync with Observability Cloud.
func (IntegrationOutput) AppId ¶
func (o IntegrationOutput) AppId() pulumi.StringOutput
Azure application ID for the Splunk Observability Cloud app. To learn how to get this ID, see the topic [Connect to Microsoft Azure](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure.html) in the product documentation.
func (IntegrationOutput) CustomNamespacesPerServices ¶
func (o IntegrationOutput) CustomNamespacesPerServices() IntegrationCustomNamespacesPerServiceArrayOutput
Allows for more fine-grained control of syncing of custom namespaces, should the boolean convenience parameter `syncGuestOsNamespaces` be not enough. The customer may specify a map of services to custom namespaces. If they do so, for each service which is a key in this map, we will attempt to sync metrics from namespaces in the value list in addition to the default namespaces.
func (IntegrationOutput) ElementType ¶
func (IntegrationOutput) ElementType() reflect.Type
func (IntegrationOutput) Enabled ¶
func (o IntegrationOutput) Enabled() pulumi.BoolOutput
Whether the integration is enabled.
func (IntegrationOutput) Environment ¶
func (o IntegrationOutput) Environment() pulumi.StringPtrOutput
What type of Azure integration this is. The allowed values are `\"azure_us_government\"` and `\"azure\"`. Defaults to `\"azure\"`.
func (IntegrationOutput) ImportAzureMonitor ¶
func (o IntegrationOutput) ImportAzureMonitor() pulumi.BoolPtrOutput
If enabled, Splunk Observability Cloud will sync also Azure Monitor data. If disabled, Splunk Observability Cloud will import only metadata. Defaults to true.
func (IntegrationOutput) Name ¶
func (o IntegrationOutput) Name() pulumi.StringOutput
Name of the integration.
func (IntegrationOutput) NamedToken ¶
func (o IntegrationOutput) NamedToken() pulumi.StringPtrOutput
Name of the org token to be used for data ingestion. If not specified then default access token is used.
func (IntegrationOutput) PollRate ¶
func (o IntegrationOutput) PollRate() pulumi.IntPtrOutput
Azure poll rate (in seconds). Value between `60` and `600`. Default: `300`.
func (IntegrationOutput) ResourceFilterRules ¶
func (o IntegrationOutput) ResourceFilterRules() IntegrationResourceFilterRuleArrayOutput
List of rules for filtering Azure resources by their tags.
func (IntegrationOutput) SecretKey ¶
func (o IntegrationOutput) SecretKey() pulumi.StringOutput
Azure secret key that associates the Splunk Observability Cloud app in Azure with the Azure tenant ID. To learn how to get this ID, see the topic [Connect to Microsoft Azure](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure.html) in the product documentation.
func (IntegrationOutput) Services ¶
func (o IntegrationOutput) Services() pulumi.StringArrayOutput
List of Microsoft Azure service names for the Azure services you want Splunk Observability Cloud to monitor. Can be an empty list to import data for all supported services. See [Microsoft Azure services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#azure-integrations) for a list of valid values.
func (IntegrationOutput) Subscriptions ¶
func (o IntegrationOutput) Subscriptions() pulumi.StringArrayOutput
List of Azure subscriptions that Splunk Observability Cloud should monitor.
func (IntegrationOutput) SyncGuestOsNamespaces ¶
func (o IntegrationOutput) SyncGuestOsNamespaces() pulumi.BoolPtrOutput
If enabled, Splunk Observability Cloud will try to sync additional namespaces for VMs (including VMs in scale sets): telegraf/mem, telegraf/cpu, azure.vm.windows.guest (these are namespaces recommended by Azure when enabling their Diagnostic Extension). If there are no metrics there, no new datapoints will be ingested. Defaults to false.
func (IntegrationOutput) TenantId ¶
func (o IntegrationOutput) TenantId() pulumi.StringOutput
Azure ID of the Azure tenant. To learn how to get this ID, see the topic [Connect to Microsoft Azure](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure.html) in the product documentation.
func (IntegrationOutput) ToIntegrationOutput ¶
func (o IntegrationOutput) ToIntegrationOutput() IntegrationOutput
func (IntegrationOutput) ToIntegrationOutputWithContext ¶
func (o IntegrationOutput) ToIntegrationOutputWithContext(ctx context.Context) IntegrationOutput
type IntegrationResourceFilterRule ¶
type IntegrationResourceFilterRule struct { // Expression that selects the data that Splunk Observability Cloud should sync for the resource associated with this sync rule. The expression uses the syntax defined for the SignalFlow `filter()` function. The source of each filter rule must be in the form filter('key', 'value'). You can join multiple filter statements using the and and or operators. Referenced keys are limited to tags and must start with the azure_tag_ prefix. FilterSource string `pulumi:"filterSource"` }
type IntegrationResourceFilterRuleArgs ¶
type IntegrationResourceFilterRuleArgs struct { // Expression that selects the data that Splunk Observability Cloud should sync for the resource associated with this sync rule. The expression uses the syntax defined for the SignalFlow `filter()` function. The source of each filter rule must be in the form filter('key', 'value'). You can join multiple filter statements using the and and or operators. Referenced keys are limited to tags and must start with the azure_tag_ prefix. FilterSource pulumi.StringInput `pulumi:"filterSource"` }
func (IntegrationResourceFilterRuleArgs) ElementType ¶
func (IntegrationResourceFilterRuleArgs) ElementType() reflect.Type
func (IntegrationResourceFilterRuleArgs) ToIntegrationResourceFilterRuleOutput ¶
func (i IntegrationResourceFilterRuleArgs) ToIntegrationResourceFilterRuleOutput() IntegrationResourceFilterRuleOutput
func (IntegrationResourceFilterRuleArgs) ToIntegrationResourceFilterRuleOutputWithContext ¶
func (i IntegrationResourceFilterRuleArgs) ToIntegrationResourceFilterRuleOutputWithContext(ctx context.Context) IntegrationResourceFilterRuleOutput
type IntegrationResourceFilterRuleArray ¶
type IntegrationResourceFilterRuleArray []IntegrationResourceFilterRuleInput
func (IntegrationResourceFilterRuleArray) ElementType ¶
func (IntegrationResourceFilterRuleArray) ElementType() reflect.Type
func (IntegrationResourceFilterRuleArray) ToIntegrationResourceFilterRuleArrayOutput ¶
func (i IntegrationResourceFilterRuleArray) ToIntegrationResourceFilterRuleArrayOutput() IntegrationResourceFilterRuleArrayOutput
func (IntegrationResourceFilterRuleArray) ToIntegrationResourceFilterRuleArrayOutputWithContext ¶
func (i IntegrationResourceFilterRuleArray) ToIntegrationResourceFilterRuleArrayOutputWithContext(ctx context.Context) IntegrationResourceFilterRuleArrayOutput
type IntegrationResourceFilterRuleArrayInput ¶
type IntegrationResourceFilterRuleArrayInput interface { pulumi.Input ToIntegrationResourceFilterRuleArrayOutput() IntegrationResourceFilterRuleArrayOutput ToIntegrationResourceFilterRuleArrayOutputWithContext(context.Context) IntegrationResourceFilterRuleArrayOutput }
IntegrationResourceFilterRuleArrayInput is an input type that accepts IntegrationResourceFilterRuleArray and IntegrationResourceFilterRuleArrayOutput values. You can construct a concrete instance of `IntegrationResourceFilterRuleArrayInput` via:
IntegrationResourceFilterRuleArray{ IntegrationResourceFilterRuleArgs{...} }
type IntegrationResourceFilterRuleArrayOutput ¶
type IntegrationResourceFilterRuleArrayOutput struct{ *pulumi.OutputState }
func (IntegrationResourceFilterRuleArrayOutput) ElementType ¶
func (IntegrationResourceFilterRuleArrayOutput) ElementType() reflect.Type
func (IntegrationResourceFilterRuleArrayOutput) ToIntegrationResourceFilterRuleArrayOutput ¶
func (o IntegrationResourceFilterRuleArrayOutput) ToIntegrationResourceFilterRuleArrayOutput() IntegrationResourceFilterRuleArrayOutput
func (IntegrationResourceFilterRuleArrayOutput) ToIntegrationResourceFilterRuleArrayOutputWithContext ¶
func (o IntegrationResourceFilterRuleArrayOutput) ToIntegrationResourceFilterRuleArrayOutputWithContext(ctx context.Context) IntegrationResourceFilterRuleArrayOutput
type IntegrationResourceFilterRuleInput ¶
type IntegrationResourceFilterRuleInput interface { pulumi.Input ToIntegrationResourceFilterRuleOutput() IntegrationResourceFilterRuleOutput ToIntegrationResourceFilterRuleOutputWithContext(context.Context) IntegrationResourceFilterRuleOutput }
IntegrationResourceFilterRuleInput is an input type that accepts IntegrationResourceFilterRuleArgs and IntegrationResourceFilterRuleOutput values. You can construct a concrete instance of `IntegrationResourceFilterRuleInput` via:
IntegrationResourceFilterRuleArgs{...}
type IntegrationResourceFilterRuleOutput ¶
type IntegrationResourceFilterRuleOutput struct{ *pulumi.OutputState }
func (IntegrationResourceFilterRuleOutput) ElementType ¶
func (IntegrationResourceFilterRuleOutput) ElementType() reflect.Type
func (IntegrationResourceFilterRuleOutput) FilterSource ¶
func (o IntegrationResourceFilterRuleOutput) FilterSource() pulumi.StringOutput
Expression that selects the data that Splunk Observability Cloud should sync for the resource associated with this sync rule. The expression uses the syntax defined for the SignalFlow `filter()` function. The source of each filter rule must be in the form filter('key', 'value'). You can join multiple filter statements using the and and or operators. Referenced keys are limited to tags and must start with the azure_tag_ prefix.
func (IntegrationResourceFilterRuleOutput) ToIntegrationResourceFilterRuleOutput ¶
func (o IntegrationResourceFilterRuleOutput) ToIntegrationResourceFilterRuleOutput() IntegrationResourceFilterRuleOutput
func (IntegrationResourceFilterRuleOutput) ToIntegrationResourceFilterRuleOutputWithContext ¶
func (o IntegrationResourceFilterRuleOutput) ToIntegrationResourceFilterRuleOutputWithContext(ctx context.Context) IntegrationResourceFilterRuleOutput
type IntegrationState ¶
type IntegrationState struct { // Additional Azure resource types that you want to sync with Observability Cloud. AdditionalServices pulumi.StringArrayInput // Azure application ID for the Splunk Observability Cloud app. To learn how to get this ID, see the topic [Connect to Microsoft Azure](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure.html) in the product documentation. AppId pulumi.StringPtrInput // Allows for more fine-grained control of syncing of custom namespaces, should the boolean convenience parameter `syncGuestOsNamespaces` be not enough. The customer may specify a map of services to custom namespaces. If they do so, for each service which is a key in this map, we will attempt to sync metrics from namespaces in the value list in addition to the default namespaces. CustomNamespacesPerServices IntegrationCustomNamespacesPerServiceArrayInput // Whether the integration is enabled. Enabled pulumi.BoolPtrInput // What type of Azure integration this is. The allowed values are `\"azure_us_government\"` and `\"azure\"`. Defaults to `\"azure\"`. Environment pulumi.StringPtrInput // If enabled, Splunk Observability Cloud will sync also Azure Monitor data. If disabled, Splunk Observability Cloud will import only metadata. Defaults to true. ImportAzureMonitor pulumi.BoolPtrInput // Name of the integration. Name pulumi.StringPtrInput // Name of the org token to be used for data ingestion. If not specified then default access token is used. NamedToken pulumi.StringPtrInput // Azure poll rate (in seconds). Value between `60` and `600`. Default: `300`. PollRate pulumi.IntPtrInput // List of rules for filtering Azure resources by their tags. ResourceFilterRules IntegrationResourceFilterRuleArrayInput // Azure secret key that associates the Splunk Observability Cloud app in Azure with the Azure tenant ID. To learn how to get this ID, see the topic [Connect to Microsoft Azure](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure.html) in the product documentation. SecretKey pulumi.StringPtrInput // List of Microsoft Azure service names for the Azure services you want Splunk Observability Cloud to monitor. Can be an empty list to import data for all supported services. See [Microsoft Azure services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#azure-integrations) for a list of valid values. Services pulumi.StringArrayInput // List of Azure subscriptions that Splunk Observability Cloud should monitor. Subscriptions pulumi.StringArrayInput // If enabled, Splunk Observability Cloud will try to sync additional namespaces for VMs (including VMs in scale sets): telegraf/mem, telegraf/cpu, azure.vm.windows.guest (these are namespaces recommended by Azure when enabling their Diagnostic Extension). If there are no metrics there, no new datapoints will be ingested. Defaults to false. SyncGuestOsNamespaces pulumi.BoolPtrInput // Azure ID of the Azure tenant. To learn how to get this ID, see the topic [Connect to Microsoft Azure](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure.html) in the product documentation. TenantId pulumi.StringPtrInput }
func (IntegrationState) ElementType ¶
func (IntegrationState) ElementType() reflect.Type