Data Collection Rule Data Sources Args
data class DataCollectionRuleDataSourcesArgs(val dataImport: Output<DataCollectionRuleDataSourcesDataImportArgs>? = null, val extensions: Output<List<DataCollectionRuleDataSourcesExtensionArgs>>? = null, val iisLogs: Output<List<DataCollectionRuleDataSourcesIisLogArgs>>? = null, val logFiles: Output<List<DataCollectionRuleDataSourcesLogFileArgs>>? = null, val performanceCounters: Output<List<DataCollectionRuleDataSourcesPerformanceCounterArgs>>? = null, val platformTelemetries: Output<List<DataCollectionRuleDataSourcesPlatformTelemetryArgs>>? = null, val prometheusForwarders: Output<List<DataCollectionRuleDataSourcesPrometheusForwarderArgs>>? = null, val syslogs: Output<List<DataCollectionRuleDataSourcesSyslogArgs>>? = null, val windowsEventLogs: Output<List<DataCollectionRuleDataSourcesWindowsEventLogArgs>>? = null, val windowsFirewallLogs: Output<List<DataCollectionRuleDataSourcesWindowsFirewallLogArgs>>? = null) : ConvertibleToJava<DataCollectionRuleDataSourcesArgs>
Constructors
Link copied to clipboard
constructor(dataImport: Output<DataCollectionRuleDataSourcesDataImportArgs>? = null, extensions: Output<List<DataCollectionRuleDataSourcesExtensionArgs>>? = null, iisLogs: Output<List<DataCollectionRuleDataSourcesIisLogArgs>>? = null, logFiles: Output<List<DataCollectionRuleDataSourcesLogFileArgs>>? = null, performanceCounters: Output<List<DataCollectionRuleDataSourcesPerformanceCounterArgs>>? = null, platformTelemetries: Output<List<DataCollectionRuleDataSourcesPlatformTelemetryArgs>>? = null, prometheusForwarders: Output<List<DataCollectionRuleDataSourcesPrometheusForwarderArgs>>? = null, syslogs: Output<List<DataCollectionRuleDataSourcesSyslogArgs>>? = null, windowsEventLogs: Output<List<DataCollectionRuleDataSourcesWindowsEventLogArgs>>? = null, windowsFirewallLogs: Output<List<DataCollectionRuleDataSourcesWindowsFirewallLogArgs>>? = null)
Properties
Link copied to clipboard
A data_import
block as defined above.
Link copied to clipboard
One or more extension
blocks as defined below.
Link copied to clipboard
One or more iis_log
blocks as defined below.
Link copied to clipboard
One or more log_file
blocks as defined below.
Link copied to clipboard
One or more performance_counter
blocks as defined below.
Link copied to clipboard
One or more platform_telemetry
blocks as defined below.
Link copied to clipboard
val prometheusForwarders: Output<List<DataCollectionRuleDataSourcesPrometheusForwarderArgs>>? = null
One or more prometheus_forwarder
blocks as defined below.
Link copied to clipboard
One or more syslog
blocks as defined below.
Link copied to clipboard
One or more windows_event_log
blocks as defined below.
Link copied to clipboard
One or more windows_firewall_log
blocks as defined below.